Commits
User selector
Commit History
Commits on May 31, 2026
[JSC] Make RegExp tolerant against excessive stress
Show description for 7663d81committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on May 22, 2025
RegExp with the v flag should correctly handle nested inverted character classes
Show description for c07d637committed
Commits on Apr 12, 2025
Allow YarrParser delegates to terminate the parser upon reaching an error
Show description for 51dd0b5authored andcommitted
Commits on Mar 6, 2025
[JSC] `\-` shouldn't be parsed as range with `v` flag
Show description for 7adb2e4committed
Commits on Feb 20, 2025
[JSC] Use C++ concepts to constrain `Delegate` type parameter for `Yarr::parse()`
Show description for be68a2fauthored andcommitted
Commits on Feb 17, 2025
Re-enable RegExp Modifiers
Show description for 87e70c4committed
Commits on Feb 7, 2025
Unreviewed, reverting 289955@main.
Show description for 790c320authored andcommitted
Commits on Feb 6, 2025
Implement RegExp Modifiers
Show description for 8683021committed
Commits on Dec 1, 2023
Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
Show description for c3f9044committed
Commits on Mar 4, 2023
Implement RegExp `v` flag with set notation + properties of strings
Show description for 270c824committed
Commits on Jan 4, 2023
REGRESSION(257823@main): named-groups/lookbehind.js Test262-test is failing
Show description for cbde560committed
Commits on Dec 23, 2022
Unreviewed, reverting r258195@main.
Show description for b396fd8authored andcommitted
Commits on Dec 21, 2022
REGRESSION(257823@main): named-groups/lookbehind.js Test262-test is failing
Show description for 6204c47committed
Commits on Dec 14, 2022
Add support for RegExp lookbehind assertions
Show description for 46e6b3fcommitted
Commits on Mar 28, 2022
Use StringView for Yarr / RegularExpression parsing
Show description for c9fb599committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Mar 26, 2020
Invalid numeric and named references should be early syntax errors
Show description for eb109f4committed
Commits on Mar 11, 2019
Invalid flags in a RegExp literal should be an early SyntaxError
Show description for 71aac69committed
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 Dec 19, 2017
[YARR] Yarr should return ErrorCode instead of error messages (const char*)
Show description for df7dd39committed
Commits on Sep 7, 2017
Add support for RegExp named capture groups
Show description for e64d437committed
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 Mar 4, 2016
[ES6] Make Unicode RegExp pattern parsing conform to the spec
Show description for bb6eb2ecommitted
Commits on Mar 2, 2016
[ES6] Add support for Unicode regular expressions
Show description for 1633bc3committed
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on Jan 10, 2011
Rename the existing YARR files and classes
Show description for 205a7bcauthored andcommitted
Bug 52079 - Syntax errors should be early errors.
Show description for 45b8c52committed
Gavin Barraclough
Loading