summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2020-03-15changelog: prepare for 12.0.0 releaseAndrew Gallant
2020-03-15regex: avoid using literal optimizations when whitespace is detectedAndrew Gallant
2020-03-15cli: add --no-ignore-files flagAndrew Gallant
2020-03-15doc: clarify globing behaviorAndrew Gallant
2020-03-15doc: remove CPU features from man pagesAndrew Gallant
2020-03-15doc: note ripgrep's stdin behaviorAndrew Gallant
2020-03-15cli: add engine flagpierrenn
2020-02-17changelog: add commit linksAndrew Gallant
2020-02-17ignore: treat symbolic links to directories as directoriesAndrew Gallant
2020-02-17cli: add --no-unicode, deprecate --no-pcre2-unicodeAndrew Gallant
2020-02-17cli: add --no-require-git flagAndrew Gallant
2020-02-17deb: fix fish completion install locationAndrew Gallant
2020-02-17grep-regex: fix inner literal extraction bugJakub Wieczorek
2020-02-17changelog: highlight a bad performance regressionAndrew Gallant
2020-02-17ignore: use git commondir for sourcing .git/info/excludeJohannes Altmanninger
2020-02-17cli: make ripgrep work in non-existent directoriesAndrew Gallant
2020-02-17cli: add --no-ignore-exclude flagNaveen Nathan
2020-02-17grep-regex: add fast path for -w/--word-regexpAndrew Gallant
2020-02-17grep-regex: improve literal detection with -wAndrew Gallant
2020-02-17grep-regex: improve inner literal detectionAndrew Gallant
2020-02-17doc: document `all` file typeRobert Irelan
2020-02-17cli: add --include-zero flagCollin Styles
2020-02-17ignore/types: add spec file typeMatěj Cepl
2020-02-17ignore/types: add xhtml to xml file typeluh2
2020-02-17changelog: add notes about new file typesAndrew Gallant
2020-02-17ignore/types: add 'diff' file typeSven-Hendrik Haase
2020-02-17cli: add --no-context-separator flagMohammad AlSaleh
2020-02-17ignore: add existence check for ignore filessharkdp
2019-08-02changelog: update with bug fixAndrew Gallant
2019-08-01changelog: start work on 11.0.2 releaseAndrew Gallant
2019-06-16search: better errors for preprocessor commandsAndrew Gallant
2019-04-19cli: fix bug where last byte was strippedAndrew Gallant
2019-04-16ripgrep: release 11.0.1Andrew Gallant
2019-04-15ripgrep: release 11.0.011.0.0Andrew Gallant
2019-04-15ripgrep: max-column-preview --> max-columns-previewAndrew Gallant
2019-04-14changelog: small fixupsAndrew Gallant
2019-04-14changelog: backfill itAndrew Gallant
2019-04-14ripgrep: add --auto-hybrid-regex flagAndrew Gallant
2019-04-14ripgrep: increase pcre2's default JIT stack sizeAndrew Gallant
2019-04-14ripgrep: add --pcre2-version flagAndrew Gallant
2019-04-14versioning: next version will be ripgrep 11Andrew Gallant
2019-04-14doc: note cases of exorbitant memory usageAndrew Gallant
2019-04-14printer: support previews for long linesAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-07regex: make multi-literal searcher fasterAndrew Gallant
2019-02-07deps: bump encoding_rs to 0.8.16Andrew Gallant
2019-01-27changelog: BUG #916Andrew Gallant
2019-01-27changelog: BUG #1154Andrew Gallant
2019-01-26search: fix -F and -f interaction bugAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant