summaryrefslogtreecommitdiffstats
path: root/crates/searcher/src
AgeCommit message (Expand)Author
2024-03-07style: fix new lintsAndrew Gallant
2023-11-27searcher: work around NUL line terminator bugAndrew Gallant
2023-11-25cli: error when searching for NULAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-10-09searcher: simplify 'replace_bytes' routineAndrew Gallant
2023-10-09searcher: polishAndrew Gallant
2023-10-09crates: remove hard-coded linksAndrew Gallant
2023-09-02deps: drop bytecount in favor of memchr_iter(..).count()Andrew Gallant
2023-07-08cli: add --stop-on-nonmatch flagEdoardo Pirovano
2023-05-19searcher: re-enable mmap on 32-bit architecturesAdam Reichold
2023-01-05deps: upgrade bstr to 1.1Andrew Gallant
2022-07-15searcher: remove stray 'dbg!'Andrew Gallant
2022-07-15regex: fix matching bug when text anchors are usedAndrew Gallant
2022-03-21warnings: remove/tweak some dead codeAndrew Gallant
2021-06-26searcher: disable mmap searching on non-64 bitAndrew Gallant
2021-06-01edition: manual changesAndrew Gallant
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-05-31grep: fix bugs in handling multi-line look-aroundAndrew Gallant
2021-05-31printer: fix multi-line replacement bugAndrew Gallant
2021-05-31searcher: do UTF-8 BOM sniffing like UTF-16Alessandro Menezes
2021-05-31searcher: remove variable shadowingVasili Revelas
2021-03-31searcher: update outdated comment for buffer sizearicha1940
2021-03-23tests: fix tests for buffer size changeAndrew Gallant
2021-03-23searcher: bump buffer sizeAndrew Gallant
2020-02-17repo: move all source code in crates directoryAndrew Gallant