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
/
RegexMatcher.h
Age
Commit message (
Expand
)
Author
2022-02-05
LibRegex: Do not return an Optional from Regex::Matcher::execute
Timothy Flynn
2021-12-15
LibRegex: Merge alternations based on blocks and not instructions
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-16
LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference
Brian Gianforcaro
2021-09-13
LibRegex: Add a basic optimization pass
Ali Mohammad Pur
2021-08-19
AK: Move FormatParser definition from header to implementation file
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-02
LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vector
Ali Mohammad Pur
2021-08-02
LibRegex: Make Fork{Jump,Stay} non-recursive
Ali Mohammad Pur
2021-07-30
LibRegex: Allow separately parsing patterns and creating Regex objects
Timothy Flynn
2021-07-30
LibRegex: Take ownership of pattern string and fix move operations
Timothy Flynn
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-09
LibRegex: Break from execution loop when the sticky flag is set
Timothy Flynn
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling