summaryrefslogtreecommitdiffstats
path: root/tests/regression.rs
AgeCommit message (Expand)Author
2021-06-12regex: update regression testAndrew Gallant
2021-06-12regex: fix -w when regex can match empty stringAndrew Gallant
2021-05-31printer: trim line terminator before doing replacementsAndrew Gallant
2021-05-31printer: trim line terminator before finding submatchesAndrew Gallant
2021-05-31grep: fix bugs in handling multi-line look-aroundAndrew Gallant
2021-05-31printer: fix multi-line replacement bugAndrew Gallant
2021-05-31printer: vimgrep now only prints one lineAndrew Gallant
2021-05-31printer: fix context bug when --max-count is usedPen Tree
2021-05-31searcher: do UTF-8 BOM sniffing like UTF-16Alessandro Menezes
2021-05-31printer: fix \r\n line terminator handlingAndrew Gallant
2021-05-31cli: print warning if nothing was searchedgoto-engineering
2021-05-31args: make --passthru and -A/-B/-C override each otherAndrew Gallant
2021-05-29impl: fix --multiline anchored match bugAndrew Gallant
2021-05-15printer: fix --vimgrep for multi-line modeAndrew Gallant
2020-05-08printer: fix --count-matches outputAndrew Gallant
2020-04-23tests: add new regression test for fixed inner literal bugAndrew Gallant
2020-04-01regex: fix another inner literal bugAndrew Gallant
2020-02-17style: rustfmt everythingAndrew Gallant
2020-02-17ignore: treat symbolic links to directories as directoriesAndrew Gallant
2020-02-17grep-regex: fix inner literal extraction bugJakub Wieczorek
2020-02-17ignore: use git commondir for sourcing .git/info/excludeJohannes Altmanninger
2019-08-01ripgrep: fix bug when CWD has directory named `-`Ninan John
2019-08-01regex: fix -F aho-corasick optimizationAndrew Gallant
2019-04-19cli: fix bug where last byte was strippedAndrew Gallant
2019-02-27regex: bump regex dep to fix match bugAndrew 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-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-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-08-20tests: re-tool integration testsAndrew Gallant