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
/
RegexMatch.h
Age
Commit message (
Expand
)
Author
2022-01-26
LibRegex: Don't return empty vectors from RegexStringView::lines()
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2021-12-25
LibRegex: Make FailForks fail all forks up to the last save point
Ali Mohammad Pur
2021-12-21
LibRegex: Capture `this` explicitly in RegexStringView::equals lambda
Hendiadyoin1
2021-12-21
LibRegex: Remove some meaningless/useless const-qualifiers
Hendiadyoin1
2021-12-21
LibRegex: Remove some else-after-returns
Hendiadyoin1
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-09-13
LibRegex: Add a basic optimization pass
Ali Mohammad Pur
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-08-19
LibRegex+LibJS: Change capture group names from a String to a FlyString
Timothy Flynn
2021-08-18
LibRegex: Ensure the GoBack operation decrements the code unit index
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-04
LibRegex: Track string position in both code units and code points
Timothy Flynn
2021-08-04
AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringView
Timothy Flynn
2021-08-02
LibRegex: Make Fork{Jump,Stay} non-recursive
Ali Mohammad Pur
2021-07-24
LibRegex: Preserve the type of the match when clearing capture groups
Ali Mohammad Pur
2021-07-23
AK+LibRegex: Partially implement case insensitive UTF-16 comparison
Timothy Flynn
2021-07-23
LibRegex: Support UTF-16 RegexStringView and improve Unicode matching
Timothy Flynn
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
2021-07-18
LibRegex: Use <...> includes in RegexMatch.h
Ali Mohammad Pur
2021-07-18
LibRegex: Implement line splitting for Utf32View
Ali Mohammad Pur
2021-06-16
LibRegex: Display correct position for Compare in REGEX_DEBUG
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling