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 Apr 13, 2020
[YARR] Allow for Unicode named capture group identifiers in non-Unicode regular expressions
Show description for b1a8281committed
Commits on Apr 5, 2020
Octal escapes should be max 3 digits and syntax errors in Unicode patterns
Show description for cd94c2acommitted
Commits on Mar 31, 2020
Add support in named capture group identifiers for direct surrogate pairs
Show description for ca2f8b2committed
Commits on Mar 26, 2020
Invalid numeric and named references should be early syntax errors
Show description for eb109f4committed
Commits on Mar 25, 2020
\b escapes inside character classes should be valid in Unicode patterns
Show description for 3ea656ccommitted
Commits on Feb 4, 2020
Quantifiers after lookahead assertions should be syntax errors in Unicode patterns only
Show description for 82a5920committed
Commits on Feb 3, 2020
\0 identity escapes should be syntax errors in Unicode patterns only
Show description for 8b55785committed
Commits on Feb 2, 2020
Non-alphabetical \c escapes should be syntax errors in Unicode patterns only
Show description for d3ca0c1committed
Commits on Jan 31, 2020
Unmatched ] or } brackets should be syntax errors in Unicode patterns only
Show description for ee5b28acommitted
Commits on Jan 30, 2020
Incomplete braced quantifiers should be banned in Unicode patterns only
Show description for 214dd23committed
Commits on Jan 26, 2020
Invalid ranges in character classes should be banned in unicode patterns
Show description for c9ab9d2committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Aug 14, 2019
Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend
Show description for c814fa7committed
Sam Weinig
Commits on Apr 15, 2019
Several structures and enums in the Yarr interpreter can be shrunk
Show description for d4a85d4committed
Robin Morisset
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 Sep 11, 2018
Test262 failure with Named Capture Groups - using a reference before the group is defined
Show description for a36606ecommitted
Commits on Jul 3, 2018
RegExp.exec returns wrong value with a long integer quantifier
Show description for 6ca10d5committed
Commits on Dec 19, 2017
[YARR] Yarr should return ErrorCode instead of error messages (const char*)
Show description for df7dd39committed
Commits on Oct 9, 2017
Implement RegExp Unicode property escapes
Show description for b3af954committed
Commits on Sep 28, 2017
Heap out of bounds read in JSC::Yarr::Parser<JSC::Yarr::SyntaxChecker, unsigned char>::peek()
Show description for 5c53375committed
Commits on Sep 27, 2017
Yarr::Parser::tryConsumeGroupName() should check for the end of the pattern.
Show description for ac8e6e3committed
Mark Lam
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 Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Apr 13, 2017
test262: test262/test/language/literals/regexp/u-dec-esc.js
Show description for dc20708authored andcommitted
Commits on Apr 9, 2017
test262: test262/test/annexB/language/literals/regexp/identity-escape.js
Show description for ec2bd6aauthored andcommitted
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