1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/crates
Andrew Gallant 6d17b3ed68 deps: drop thread_local, lazy_static and once_cell
This is largely made possible by the addition of std::sync::OnceLock to
the standard library, and the memory pool available in regex-automata.
2023-10-09 20:29:52 -04:00
..
cli crates: remove hard-coded links 2023-10-09 20:29:52 -04:00
core deps: drop thread_local, lazy_static and once_cell 2023-10-09 20:29:52 -04:00
globset deps: drop thread_local, lazy_static and once_cell 2023-10-09 20:29:52 -04:00
grep grep: update to the 2021 edition 2023-10-09 20:29:52 -04:00
ignore deps: drop thread_local, lazy_static and once_cell 2023-10-09 20:29:52 -04:00
matcher crates: remove hard-coded links 2023-10-09 20:29:52 -04:00
pcre2 pcre2: small polishing 2023-10-09 20:29:52 -04:00
printer printer: fix a few issues in the hyperlink docs 2023-10-09 20:29:52 -04:00
regex regex: some minor polish 2023-10-09 20:29:52 -04:00
searcher searcher: polish 2023-10-09 20:29:52 -04:00