index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibRegex
/
Regex.cpp
Age
Commit message (
Expand
)
Author
2021-10-29
LibRegex: Don't ignore empty alternatives in append_alternation()
Ali Mohammad Pur
2021-10-03
LibRegex: Use a match table for character classes
Ali Mohammad Pur
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-15
LibRegex: Make the optimizer understand references and capture groups
Ali Mohammad Pur
2021-09-13
LibRegex: Add a basic optimization pass
Ali Mohammad Pur
2021-09-07
LibRegex: Use the correct capture group index in ERE bytecode generation
Ali Mohammad Pur
2021-09-06
Tests/LibRegex: Decrease the size of the fork chain test
Ali Mohammad Pur
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-08-30
LibRegex: Allow null bytes in pattern
Ali Mohammad Pur
2021-08-20
LibRegex: Treat pattern string characters as unsigned
Timothy Flynn
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-18
LibRegex: Ensure the GoBack operation decrements the code unit index
Timothy Flynn
2021-08-18
LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern
Timothy Flynn
2021-08-15
LibRegex: Implement and use a REPEAT operation for bytecode repetition
Timothy Flynn
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
Timothy Flynn
2021-08-15
LibRegex: Disallow unescaped quantifiers in Unicode mode
Timothy Flynn
2021-08-15
LibRegex: Use correct source characters for Unicode identity escapes
Timothy Flynn
2021-08-15
LibRegex: Implement legacy octal escape parsing closer to the spec
Timothy Flynn
2021-08-15
LibRegex: Convert LibRegex tests to use StringView in place of C-strings
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped code points are exactly 4 digits in length
Timothy Flynn
2021-08-15
LibRegex: Fix ECMA-262 parsing of invalid identity escapes
Timothy Flynn
2021-08-11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
Timothy Flynn
2021-08-04
LibRegex: Support property escapes of Unicode script extensions
Timothy Flynn
2021-08-04
LibRegex: Support property escapes of the Unicode script property
Timothy Flynn
2021-08-02
LibRegex: Generate negated property escapes as a single instruction
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of the form \p{Type=Value}
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of Unicode General Categories
Timothy Flynn
2021-08-02
LibRegex: Add some tests for Fork{Stay,Jump} performance
Ali Mohammad Pur
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-23
LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
Timothy Flynn
2021-07-23
LibRegex: Support UTF-16 RegexStringView and improve Unicode matching
Timothy Flynn
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
2021-07-18
LibRegex: Don't do out-of-bound match accesses when a test fails
Ali Mohammad Pur
2021-07-06
LibRegex: Allow dollar signs in ECMA262 named capture groups
Timothy Flynn
2021-06-16
Tests: Add test for case-insensitive matching
sin-ack
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro