summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-10-29Reset the terminal when Ctrl-C is pressedBrian Campbell
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-28update python types to include Cython filesTim Sampson
2016-10-27Add zsh typesimbekkh
2016-10-16Fix bug when processing parent gitignore files.Andrew Gallant
2016-10-13add .tcl file extensionCorentin Henry
2016-10-12Shorten name of Handlebars typeAlex LaFroscia
2016-10-12Add `handlebars` typeAlex LaFroscia
2016-10-12Add .gradle as a groovy extension patternSteven Fackler
2016-10-11Merge pull request #168 from durka/doc-threadsAndrew Gallant
2016-10-11Switch to thread_local crate in lieu of thread_local!.Andrew Gallant
2016-10-11clarify docs for --threadsAlex Burka
2016-10-10Update darwin cfg attributes.Andrew Gallant
2016-10-10Fix docopt usage string. Gah.Andrew Gallant
2016-10-10Clarify documentation for --replace.Andrew Gallant