summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-09-04ripgrep: add --pre-glob flagAndrew Gallant
2018-08-21tests: touch up tests on WindowsAndrew Gallant
2018-08-20tests: re-tool integration testsAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-29tests: reduce reliance on state in testsAndrew Gallant
2018-07-29tests/style: 80 columns, dammitAndrew Gallant
2018-07-22ripgrep: when given no patterns, don't matchAndrew Gallant
2018-07-22tests: be looser with gzip failureAndrew Gallant
2018-07-22ignore: only respect .gitignore in git reposAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-07-21ripgrep: add support for lz4 decompressionKalle Samuels
2018-06-19ripgrep: use exit code 2 to indicate errorJon Surrell
2018-04-23tests: fix tests on WindowsAndrew Gallant
2018-04-23output: remove --line-number-width flagAndrew Gallant
2018-04-23output: add --no-column flagAndrew Gallant
2018-04-23ignore: support .git directory OR fileAndrew Gallant
2018-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-03-10output: add --stats flagBalaji Sivaraman
2018-03-10args: treat --count --only-matching as --count-matchesAndrew Gallant
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-03-10ignore: support backslash escapingBrian Malehorn
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-02-14ignore: fix improper hidden filteringAndrew Gallant
2018-02-06argv: update clap to 2.29.4Andrew Gallant
2018-02-04config: add persistent configurationAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-29termcolor: tweak reset escapekennytm
2018-01-11printer: add --passthru flagdana
2018-01-01ux: suggest --fixed-strings flagBalaji Sivaraman
2018-01-01printer: add support for line number alignmentBalaji Sivaraman
2017-12-30couple of trivial fixes to make clippy a bit more happy (#704)Igor Gnatenko
2017-11-29Omit context separators when using a contextless option like -c or -ldana
2017-11-01fix some typosMartin Lindhe
2017-10-21printer: fix colors on empty matchesAndrew Gallant
2017-10-20printer: --only-matching works with --replaceEvgeny Kulikov
2017-10-20Fix path passed to try_create_bytes()Sebastian Nowicki
2017-10-20Don't create command until we know we can test itSebastian Nowicki
2017-10-20Wrap comments to 79 columnsSebastian Nowicki
2017-10-20Skip regression 210 test on APFSSebastian Nowicki
2017-08-23integration tests: ignore regression_428 on WindowsAndrew Gallant
2017-08-09Add -x/--line-regexp (#520)dana
2017-07-30Add test for option-arguments with leading hyphensdana
2017-07-30Allow options with non-numeric arguments to accept leading hyphens in argumen...dana
2017-07-03add --iglob flagPeter S Panov
2017-06-15fix word boundary w/ capture groupEvan.Mattiza
2017-05-29Fix another bug in -o/--only-matching.Andrew Gallant
2017-05-19Make --quiet flag apply when using --files optionMarc Tiehuis
2017-04-21Fix reiteration of the first found match with --only-mathing flagRoman Proskuryakov
2017-04-12Use for_label_no_replacement.Andrew Gallant