index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibRegex
Age
Commit message (
Expand
)
Author
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-28
LibRegex: Fail early if eof seen after '(?'
AnotherTest
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-08
LibRegex: Add a basic Regex<...>::replace()
AnotherTest
2020-12-06
LibRegex: Add basic support for unicode escapes in ECMA262Parser
AnotherTest
2020-12-06
LibRegex: Remove Lexer::slice_back() and just use StringViews
AnotherTest
2020-12-06
LibRegex: Store 'String' matches inside the bytecode
AnotherTest
2020-12-03
LibRegex: Fix assertion when parsing '(?'
AnotherTest
2020-11-30
LibRegex: Don't try to consume the escaped character if at EOF
AnotherTest
2020-11-30
LibRegex: Give the bytecode a chance to run when there's no input
AnotherTest
2020-11-30
LibRegex: Fix OOB access in Regex debug print
AnotherTest
2020-11-30
LibRegex: Add bounds check to Lexer::back()
Linus Groh
2020-11-29
LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()
Linus Groh
2020-11-29
LibRegex: Allow syntax characters (except ']') without escapes in classes
AnotherTest
2020-11-29
LibRegex: Fix clang build errors
Linus Groh
2020-11-28
LibRegex: Remove trailing newline from error_string()
Linus Groh
2020-11-28
LibRegex: Don't print error message in Regex constructor
Linus Groh
2020-11-28
LibRegex: Allow '-' as the last element of a charclass
AnotherTest
2020-11-28
LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262)
AnotherTest
2020-11-28
LibRegex: Fix parsing identity escape sequences
AnotherTest
2020-11-28
LibRegex: Stop trying to read a character class when no tokens remain
AnotherTest
2020-11-27
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
AnotherTest
2020-11-27
LibRegex: Fix reported compare-against value in debug
AnotherTest
2020-11-27
LibRegex: Implement an ECMA262-compatible parser
AnotherTest
2020-11-27
LibRegex: Change bytecode value type to a 64-bit value
AnotherTest
2020-11-27
LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParser
AnotherTest
2020-11-27
LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format
Emanuel Sprung
2020-11-27
LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views
Emanuel Sprung
2020-11-27
LibRegex: Add a regular expression library
Emanuel Sprung