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
2023-04-14
LibRegex: Avoid calling GenericLexer::consume() past EOF
Ali Mohammad Pur
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-25
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
Ali Mohammad Pur
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-02-17
LibRegex: Add to_string method for RegexStringView
Fausto Tommasi
2023-02-15
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
Ali Mohammad Pur
2023-02-15
LibRegex: Consider the inverse=true case when finding pattern overlap
Ali Mohammad Pur
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibRegex: Remove declarations for non-existent methods
Sam Atkins
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2023-01-06
LibRegex: Prevent patterns from matching the empty string twice
Eli Youngs
2023-01-06
LibRegex: Allow the SingleMatch flag to be used as a PosixFlag
Eli Youngs
2023-01-04
LibRegex: Return StringView from get_error_string()
Nico Weber
2023-01-04
LibRegex: Tweak get_error() function
Nico Weber
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-17
LibRegex: Use spans<4> to avoid allocating small vectors
Ali Mohammad Pur
2022-11-17
LibRegex: Use a copy-on-write vector for fork state
Ali Mohammad Pur
2022-11-17
LibRegex: Don't copy forked results twice
Ali Mohammad Pur
2022-11-17
LibRegex: Avoid copying MatchInput when getting argument descriptions
Ali Mohammad Pur
2022-11-09
LibRegex: Don't treat ForkReplace* as new forks
Ali Mohammad Pur
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
LibRegex: Don't build LibRegex/C/Regex.cpp on Lagom
Andrew Kaster
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-09-12
LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour
Ali Mohammad Pur
2022-09-12
LibRegex: Consume exactly two chars for escaped characters
Ali Mohammad Pur
2022-08-29
LibRegex: Explicitly check if a character falls into a table-based range
Timothy Flynn
2022-07-20
LibRegex: Check code unit count range when accessing by code unit count
Ali Mohammad Pur
2022-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-07-20
LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape'
Ali Mohammad Pur
2022-07-20
LibRegex: Pass parse flags as a struct instead of multiple arguments
Ali Mohammad Pur
[next]