fish-shell/fish-rust
Mahmoud Al-Qudsi 40be27c002 Avoid unnecessary vector shift in re::regex_make_anchored()
There's no reason to inject prefix into our newly allocated str after storing
pattern in there. Just allocate with the needed capacity up front and then
insert in the correct order.
2023-05-02 13:13:11 -05:00
..
src Avoid unnecessary vector shift in re::regex_make_anchored() 2023-05-02 13:13:11 -05:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Adopt the new Rust signal implementation 2023-04-30 16:22:57 -07:00
Cargo.lock Update printf-compat 2023-04-29 19:57:33 +02:00
Cargo.toml Actually report ASAN memory leaks 2023-05-02 11:52:41 -05:00