summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2019-08-01ripgrep: fix bug when CWD has directory named `-`Ninan John
2019-08-01ripgrep: add --glob-case-insensitivedana
2019-08-01regex: fix -F aho-corasick optimizationAndrew Gallant
2019-04-19cli: fix bug where last byte was strippedAndrew Gallant
2019-04-15ripgrep: max-column-preview --> max-columns-previewAndrew Gallant
2019-04-14ripgrep: add --auto-hybrid-regex flagAndrew Gallant
2019-04-14printer: support previews for long linesAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-06searcher: add option to disable BOM sniffinglesnyrumcajs
2019-02-27regex: bump regex dep to fix match bugAndrew Gallant
2019-02-09tests: use const constructor for atomicsAndrew Gallant
2019-01-26search: fix -F and -f interaction bugAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant
2019-01-26args: prevent panicking in 'rg -h | rg'Andrew Gallant
2019-01-26config: add --no-ignore-dot flagAndrew Gallant
2019-01-26regex: make CRLF hack more robustAndrew Gallant
2019-01-25searcher: always strip BOMAndrew Gallant
2019-01-23globset: permit ** to appear anywhereAndrew Gallant
2019-01-23globset: fix repeated use of **Andrew Gallant
2019-01-23ignore: fix handling of **Andrew Gallant
2019-01-22printer: fix path handling in summarizerMika Dede
2019-01-22grep-cli: support Brotli/Zstd decompressiondana
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2019-01-19edition: move core ripgrep to Rust 2018Andrew Gallant
2018-09-25grep-regex: fix inner literal detectionAndrew Gallant
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