summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2024-01-06cli: prefix all non-fatal error messages with 'rg: 'Andrew Gallant
2024-01-06ci: add more ARM build configurations to CI and release workflowsYounes El-karama
2023-11-28core: actually implement --sortr=pathAndrew Gallant
2023-11-27searcher: work around NUL line terminator bugAndrew Gallant
2023-11-25cli: error when searching for NULAndrew Gallant
2023-11-25log: add message when a binary file is skippedAndrew Gallant
2023-11-25printer: trim before applying max column windowingAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-10-09progressAndrew Gallant
2023-09-25printer: add hyperlinksLucas Trzesniewski
2023-09-20ignore: fix filtering when searching subdirectoriesThilo Uttendorfer
2023-08-28ci: replace mips with powerpc64, aarch64 and s390xAndrew Gallant
2023-07-31regex: fix fast path for -w/--word-regexp flag (#2576)Andrew Gallant
2023-07-09cli: fix non-path sorting behaviornguyenvukhang
2023-07-08cli: add --stop-on-nonmatch flagEdoardo Pirovano
2023-07-08cli: '--no-ignore-dot' should also '.rgignore'Richard Sternagel
2023-07-08core: don't let context flags override eachotherAndrew Gallant
2023-07-08test: test that regex inline flags work as intendedGal Ofri
2022-06-14ignore: fix gitignore parsing bug for trailing \/Andrew Gallant
2022-05-11printer: fix duplicative replacement in multiline modeAndrew Gallant
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-31cli: add --field-{context,match}-separator flagsAnthony Huang
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
2021-03-23tests: fix tests for buffer size changeAndrew Gallant
2020-11-02printer: tweak binary detection message formatAndrew Gallant
2020-11-02deps: bring in all semver updatesAndrew Gallant
2020-05-08grep-cli: support files compressed by compress(1)Wieland Hoffmann
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-03-22tests: fix typo in test namePaul A. Patience
2020-03-15cli: add --no-ignore-files flagAndrew Gallant
2020-02-20tests: add debugging outputAndrew Gallant
2020-02-20tests: use std::env::consts::EXE_SUFFIXAndrew Gallant
2020-02-20tests: make 'cross test' workAndrew Gallant
2020-02-17style: rustfmt everythingAndrew Gallant
2020-02-17ignore: treat symbolic links to directories as directoriesAndrew Gallant
2020-02-17cli: add --no-unicode, deprecate --no-pcre2-unicodeAndrew Gallant