summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-10-10style nitsAndrew Gallant
2016-10-10Finish overhaul of glob matching.Andrew Gallant
2016-10-10Merge pull request #157 from CannedYerins/follow-explicit-argsAndrew Gallant
2016-10-10Merge pull request #155 from theamazingfedex/adding-extra-md-filetypeAndrew Gallant
2016-10-10Merge pull request #154 from theamazingfedex/adding-spark-filetypeAndrew Gallant
2016-10-08Always follow symlinks on explicit file arguments.Ian Kerins
2016-10-07added extra .md filetype for ease of accessDaniel Wood
2016-10-07added .spark filetypeDaniel Wood
2016-10-07added .config filetypeDaniel Wood
2016-10-04Refactor and test glob sets.Andrew Gallant
2016-10-04add jinja type for *.jinja and *.jinja2Samuel Colvin
2016-10-04Added *.cmake extension to cmake file type.Cameron Hart
2016-09-30Move glob implementation to new crate.Andrew Gallant
2016-09-30Stopgap measure for projects with huge gitignore files.Andrew Gallant
2016-09-29Merge pull request #121 from lilydjwg/masterAndrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant