ladybird/Libraries/LibRegex/Rust/src
Shannon Booth 45dd8d093f LibRegex: Hide the Unicode allocator override behind a feature
In a similar fashion to 46912fce8d.

In this case, a future commit will make LibURL depend on
LibRegex's Rust module, so we need to apply the same change here
too.
2026-05-28 09:27:41 +02:00
..
ast.rs LibRegex: Allow lone surrogate escapes in /v mode character classes 2026-05-16 16:28:09 +02:00
bytecode.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00
compiler.rs LibRegex: Emit progress check for optional iterations in bounded quants 2026-05-26 10:00:22 +02:00
ffi.rs Rust: Add a config file for rustfmt 2026-04-18 08:05:47 -04:00
lib.rs LibRegex: Hide the Unicode allocator override behind a feature 2026-05-28 09:27:41 +02:00
parser.rs LibRegex: Reject invalid /v class set expressions in negated classes 2026-05-26 10:00:22 +02:00
regex.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00
vm.rs LibRegex: Avoid backtracking limit in quantified mixed character classes 2026-05-16 16:28:09 +02:00