Commits
User selector
Commit History
Commits on Jul 24, 2021
[JSC] Change most of enum in Yarr to enum-class
Show description for 1a48c8ecommitted
Commits on Apr 7, 2021
[JSC] Use FixedVector more in JSC
Show description for 40bebd0committed
Commits on Feb 18, 2021
[JSC] Implement RegExp Match Indices proposal
Show description for 7e63c11committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Mar 26, 2020
Refactor YARR Stack Overflow Checks
Show description for b9eeefccommittedInvalid numeric and named references should be early syntax errors
Show description for eb109f4committed
Commits on Sep 16, 2019
[JSC] Perform check again when we found non-BMP characters
Show description for 37de554committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Apr 15, 2019
Several structures and enums in the Yarr interpreter can be shrunk
Show description for d4a85d4committed
Robin Morisset
Commits on Mar 29, 2019
[YARR] Precompute BMP / non-BMP status when constructing character classes
Show description for 71a9b2ccommitted
Commits on Mar 11, 2019
Invalid flags in a RegExp literal should be an early SyntaxError
Show description for 71aac69committed
Commits on Sep 11, 2018
Test262 failure with Named Capture Groups - using a reference before the group is defined
Show description for a36606ecommitted
Commits on Sep 4, 2018
YARR: JIT RegExps with back references
Show description for 2e84178committed
Commits on Aug 8, 2018
Yarr JIT should include annotations with dumpDisassembly=true
Show description for bcdb71bcommitted
Commits on Dec 19, 2017
[YARR] Yarr should return ErrorCode instead of error messages (const char*)
Show description for df7dd39committed
Commits on Dec 14, 2017
REGRESSION (r225695): Repro crash on yahoo login page
Show description for dd0341fcommitted
Commits on Dec 13, 2017
Unreviewed rollout of r225695. Caused a crash on yahoo login page.
Show description for 4fd6316committed
Commits on Dec 8, 2017
YARR: JIT RegExps with greedy parenthesized sub patterns
Show description for 0274e2bcommittedYARR: Coalesce constructed character classes
Show description for 05810fecommitted
Commits on Oct 9, 2017
Implement RegExp Unicode property escapes
Show description for b3af954committed
Commits on Sep 7, 2017
Add support for RegExp named capture groups
Show description for e64d437committed
Commits on Aug 24, 2017
Add support for RegExp "dotAll" flag
Show description for 163dde9committed
Commits on Aug 22, 2017
Implement Unicode RegExp support in the YARR JIT
Show description for 75d4a99committed
Commits on Jul 18, 2017
[JSC] There should be a debug option to dump a compiled RegExp Pattern
Show description for 83f4951committed
Commits on Jul 1, 2017
RegExp's anchored with .* with \g flag can return wrong match start for strings with multiple matches
Show description for 50b7031committed
Commits on Apr 13, 2017
test262: test262/test/language/literals/regexp/u-dec-esc.js
Show description for dc20708authored andcommitted
Commits on Jan 18, 2017
Nested parenthesized regular expressions with non-zero minimum counts appear to hang and use lots of memory
Show description for 42f33c2committed
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Sep 14, 2016
YARR doesn't check for invalid flags for literal regular expressions
Show description for 637e156committed
Commits on Aug 26, 2016
[Win] Compile fix.
Show description for fbc594fcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jul 20, 2016
CrashOnOverflow in JSC::Yarr::YarrPatternConstructor::setupAlternativeOffsets
Show description for 7bb1a61committed
Commits on Jul 14, 2016
YARR uses mixture of int and unsigned values to index into subject string
Show description for 418d765committed