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 Jun 2, 2021
Use Checked aliases instead of Checked<T, RecordOverflow>
Show description for eedcca1committedRemove <wtf/Optional.h>
Show description for 786e703committedRename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Feb 26, 2021
unexpected minimumInputSize in setupDisjunctionOffsets for regexp engine(yarr)
Show description for 82b56fecommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
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 Jan 16, 2020
Use dataLogIf more regularly
Show description for 864381dcommitted
Robin Morisset
Commits on Nov 7, 2019
Remove remnants of support code for an upwards growing stack.
Show description for 2d05048committed
Mark Lam
Commits on Sep 11, 2019
JSC crashes due to stack overflow while building RegExp
Show description for 01475d8committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 2, 2019
Fix typo in if/else block and remove dead assignment
Show description for cbbcf9cauthored andcommitted
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 Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Oct 11, 2018
Changes towards allowing use of the ASAN detect_stack_use_after_return option.
Show description for 14fef92committed
Mark Lam
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 Aug 8, 2018
Yarr JIT should include annotations with dumpDisassembly=true
Show description for bcdb71bcommitted
Commits on Jul 3, 2018
Regular expressions with ".?" expressions at the start and the end match the entire string
Show description for c3444dccommitted
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 10, 2017
Unreviewed build fix.
Show description for 2cf3942committed
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 Aug 3, 2017
Merge WTFThreadData to Thread::current
Show description for 6929944committed