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-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
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-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: 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: Make Matcher<>::match(Vector<>) take a reference to the vector
Ali Mohammad Pur
2021-08-02
LibRegex: Use a bump-allocated linked list for fork save states
Ali Mohammad Pur
2021-08-02
LibRegex: Make Fork{Jump,Stay} non-recursive
Ali Mohammad Pur
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
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-30
LibRegex: Allow RegexOptions to be declared at compile time
Timothy Flynn
2021-07-24
LibRegex: Make unclosed-at-eof brace quantifiers an error
Ali Mohammad Pur
2021-07-24
LibRegex: Preserve the type of the match when clearing capture groups
Ali Mohammad Pur
2021-07-23
LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
Timothy Flynn
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-23
LibRegex: Clear previous capture group contents in ECMA262 mode
Ali Mohammad Pur
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
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: Also print a newline after each debug line
Ali Mohammad Pur
2021-07-18
LibRegex: Partially implement string compare for Utf32View
Ali Mohammad Pur
2021-07-18
LibRegex: Implement line splitting for Utf32View
Ali Mohammad Pur
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Implement lookaround in ERE
Ali Mohammad Pur
2021-07-13
LibRegex: Allow empty character classes in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Disallow excessively large repetition counts in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-10
LibRegex: Use the parser state capture group count in BRE
Ali Mohammad Pur
2021-07-10
LibRegex: Correctly parse BRE bracket expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for non-extended regular expressions in regcomp()
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for the Basic POSIX regular expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Make the bytecode transformation functions static
Ali Mohammad Pur
2021-07-09
LibRegex: Break from execution loop when the sticky flag is set
Timothy Flynn
2021-07-06
LibRegex: Allow dollar signs in ECMA262 named capture groups
Timothy Flynn
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-16
LibRegex: Display correct position for Compare in REGEX_DEBUG
sin-ack
2021-06-16
LibRegex: Fix incorrect case-sensitive comparisons
sin-ack
2021-06-14
LibRegex: Remove unused code
Gunnar Beutner
2021-06-14
LibRegex: Use a plain pointer for OpCode::m_state
Gunnar Beutner
2021-06-14
LibRegex: Avoid initialization checks in get_opcode_by_id()
Gunnar Beutner
[next]