summaryrefslogtreecommitdiffstats
path: root/src/search_stream.rs
AgeCommit message (Expand)Author
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10cleanup: rename match_count to match_line_countBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-12-30couple of trivial fixes to make clippy a bit more happy (#704)Igor Gnatenko
2017-10-08Fix printing context after an early return from a searchAntti Keränen
2017-02-18Tweak how binary files are handled internally.Andrew Gallant
2017-01-08Remove trivial condition.Daniel Luz
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-05Use the bytecount crate for fast line counting.Andre Bogus
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-25Don't replace NUL bytes when searching binary files as text.Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-10Make line counting much faster.Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant