Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 год назад |
Ali Mohammad Pur
|
18f4b6c670
LibRegex: Add the literal string search optimisation
|
1 год назад |
Ali Mohammad Pur
|
221c52c696
LibRegex: Avoid slicing a RegexStringView in non-unicode Compare ops
|
1 год назад |
Ali Mohammad Pur
|
4bff4219ff
LibRegex: Replace the checkpoint backing store with a Vector
|
2 лет назад |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 лет назад |
Fausto Tommasi
|
a24c49c18c
LibRegex: Add to_string method for RegexStringView
|
2 лет назад |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 лет назад |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 лет назад |
Timothy Flynn
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
2 лет назад |
Timothy Flynn
|
d793262beb
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
|
2 лет назад |
Timothy Flynn
|
1edb96376b
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
|
2 лет назад |
Timothy Flynn
|
425c168ded
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
|
2 лет назад |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Ali Mohammad Pur
|
f1851346d3
LibRegex: Use a copy-on-write vector for fork state
|
2 лет назад |
Daniel Bertalan
|
4296425bd8
Everywhere: Remove redundant inequality comparison operators
|
2 лет назад |
Gunnar Beutner
|
a650c74b27
AK+Toolchain: Make char and wchar_t behave on AARCH64
|
2 лет назад |
sin-ack
|
5422691f07
LibRegex: Remove RegexStringView(char const*) constructor
|
3 лет назад |
Ali Mohammad Pur
|
aa20210119
LibRegex: Don't return empty vectors from RegexStringView::lines()
|
3 лет назад |
Ali Mohammad Pur
|
9de33629da
AK+Everywhere: Make Variant::visit() respect the Variant's constness
|
3 лет назад |
Ali Mohammad Pur
|
1a35e27490
LibRegex: Make FailForks fail all forks up to the last save point
|
3 лет назад |
Hendiadyoin1
|
0f4a79a24d
LibRegex: Capture `this` explicitly in RegexStringView::equals lambda
|
3 лет назад |
Hendiadyoin1
|
5885e70df7
LibRegex: Remove some meaningless/useless const-qualifiers
|
3 лет назад |
Hendiadyoin1
|
a2563496f5
LibRegex: Remove some else-after-returns
|
3 лет назад |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 лет назад |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 лет назад |
Andreas Kling
|
024367d82e
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
|
3 лет назад |
Ali Mohammad Pur
|
246ab432ff
LibRegex: Add a basic optimization pass
|
3 лет назад |
Ali Mohammad Pur
|
88d148b46a
LibRegex: Avoid keeping track of checkpoints across forks
|
3 лет назад |
Ali Mohammad Pur
|
abbe9da255
LibRegex: Make infinite repetitions short-circuit on empty matches
|
3 лет назад |