Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
..
C 086969277e Everywhere: Run clang-format 3 年之前
CMakeLists.txt 246ab432ff LibRegex: Add a basic optimization pass 3 年之前
Forward.h a54be656ae LibRegex: Don't push LibRegex's "Error" into the global namespace 3 年之前
Regex.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
RegexByteCode.cpp 2212aa2388 LibRegex: Support non-ASCII whitespace characters when matching \s or \S 3 年之前
RegexByteCode.h 1a35e27490 LibRegex: Make FailForks fail all forks up to the last save point 3 年之前
RegexBytecodeStreamOptimizer.h 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster 3 年之前
RegexDebug.h 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster 3 年之前
RegexError.h 733a70671b LibRegex: Disallow duplicate named capture groups in ECMA262 parser 3 年之前
RegexLexer.cpp 206bc01f81 LibRegex: Allow null bytes in pattern 3 年之前
RegexLexer.h 5885e70df7 LibRegex: Remove some meaningless/useless const-qualifiers 3 年之前
RegexMatch.h aa20210119 LibRegex: Don't return empty vectors from RegexStringView::lines() 3 年之前
RegexMatcher.cpp 3729fd06fa LibRegex: Do not return an Optional from Regex::Matcher::execute 3 年之前
RegexMatcher.h 3729fd06fa LibRegex: Do not return an Optional from Regex::Matcher::execute 3 年之前
RegexOptimizer.cpp 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster 3 年之前
RegexOptions.h 2b028f6faa LibRegex+LibJS: Avoid searching for more than one match in JS RegExps 3 年之前
RegexParser.cpp 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster 3 年之前
RegexParser.h 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines 3 年之前