index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibRegex
Age
Commit message (
Expand
)
Author
2021-11-18
LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting
Ali Mohammad Pur
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-13
LibRegex: Correctly translate BRE pattern end anchors
Tim Schumacher
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-10-29
LibRegex: Don't ignore empty alternatives in append_alternation()
Ali Mohammad Pur
2021-10-23
AK: Prevent accidental misuse of BumpAllocator
Ben Wiederhake
2021-10-09
LibRegex: Transform 0,1 min/unbounded max repetitions to * or +
Ali Mohammad Pur
2021-10-03
LibRegex: Use a match table for character classes
Ali Mohammad Pur
2021-10-03
LibRegex: Avoid creating a new temporary RegexStringView in Char compare
Ali Mohammad Pur
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-10-02
LibRegex: Don't emit signpost events for every regular expression
Andreas Kling
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-29
LibRegex: Flatten bytecode before performing optimizations
Andreas Kling
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-16
LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference
Brian Gianforcaro
2021-09-15
LibRegex: Make the optimizer understand references and capture groups
Ali Mohammad Pur
2021-09-14
LibRegex: Avoid using GenericLexer::consume() when at eof
Ali Mohammad Pur
2021-09-14
LibRegex: Avoid excessive Vector copy when compiling regexps
Ali Mohammad Pur
2021-09-13
LibRegex: Set a signpost on every executed regular expression
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-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibRegex: Avoid keeping track of checkpoints across forks
Ali Mohammad Pur
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-09-04
AK+LibRegex: Disable construction of views from temporary Strings
Idan Horowitz
2021-09-01
LibRegex: Correctly advance string positions in Compare::compare_string
Ali Mohammad Pur
2021-09-01
LibRegex: Correctly handle failing in the middle of explicit repeats
Ali Mohammad Pur
2021-08-31
LibRegex: Implement min/max repetition using the Repeat bytecode
Ali Mohammad Pur
2021-08-31
LibRegex: Limit the number of nested capture groups allowed in BRE
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+LibJS: Change capture group names from a String to a FlyString
Timothy Flynn
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-19
LibRegex: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
LibRegex: Convert regex::Lexer to inherit from GenericLexer
Timothy Flynn
2021-08-19
AK: Move FormatParser definition from header to implementation file
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: Remove (mostly) unused regex::MatchOutput
Timothy Flynn
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
Timothy Flynn
2021-08-15
LibRegex: Reduce RegexMatcher's BumpAllocator chunk size
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: 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-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
[next]