1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/crates/regex/src
Andrew Gallant 1c4b5adb7b
regex: fix another inner literal bug
It looks like `is_simple` wasn't quite correct.

I can't wait until this code is rewritten. It is still not quite clearly
correct to me.

Fixes #1537
2020-04-01 20:37:48 -04:00
..
ast.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
config.rs style: fix rust-analyzer lint warnings 2020-03-15 13:19:14 -04:00
crlf.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
error.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
lib.rs regex: avoid using literal optimizations when whitespace is detected 2020-03-15 13:19:14 -04:00
literal.rs regex: fix another inner literal bug 2020-04-01 20:37:48 -04:00
matcher.rs style: fix rust-analyzer lint warnings 2020-03-15 13:19:14 -04:00
multi.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
non_matching.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
strip.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
util.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
word.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00