summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12No line numbers when searching only stdin.Andrew Gallant
2017-03-12Stop aggressive inlining.Andrew Gallant
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2017-02-18Tweak how binary files are handled internally.Andrew Gallant
2017-02-18Don't parses regexes with --files.Andrew Gallant
2017-02-18Permit --heading to override --no-heading.Andrew Gallant
2017-02-18Remove Windows deps from ripgrep proper.Andrew Gallant
2017-02-09termcolor: add support for output to standard errorPeter Williams
2017-01-15Replace internal atty module with atty crate.Andrew Gallant
2017-01-13Use basic SGR sequences when possible.Andrew Gallant
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-10Add example to -r/--replace docs.Andrew Gallant
2017-01-09Don't search stdout redirected file.Andrew Gallant
2017-01-08Remove trivial condition.Daniel Luz
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Fix spacing issue in --help output.Andrew Gallant
2017-01-06Add --sort-files flag.Andrew Gallant
2017-01-06Rejigger bold and intense settings.Andrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-24Remove special ^C handling.Andrew Gallant
2016-12-24Small code cleanups.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-12-12Make backreference support clear.Andrew Gallant
2016-12-06Fix leading hypen bug by updating clap.Andrew Gallant
2016-12-04Simplify code.Andrew Gallant
2016-11-28Clarify use of --heading/--no-heading.Andrew Gallant
2016-11-21Only emit bold ANSI code if bold is true.Andrew Gallant
2016-11-20Get rid of special mmap decision on Windows.Andrew Gallant
2016-11-20Propagate no_messages option to worker.Andrew Gallant
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-17Fix stdin bug with --file.Andrew Gallant
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-15Allow specifying patterns with `-f FILE` and `-f-`Eric Kidd
2016-11-09Rework parallelism in directory iterator.Andrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06Don't ever search directories.Andrew Gallant
2016-11-06Always search paths given by user.Andrew Gallant
2016-11-06Add --no-messages flag.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-06Include the name "ripgrep" in more places.Andrew Gallant
2016-11-06Note -e/--regexp's additional usefulness.Andrew Gallant
2016-11-05Use the bytecount crate for fast line counting.Andre Bogus
2016-11-05Add parallel recursive directory iterator.Andrew Gallant