summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-25changelog: note that --no-ignore --ignore-vcs works as expectedAndrew Gallant
2023-11-25doc: clarify errors for -z/--search-zipAndrew Gallant
2023-11-25doc: note the precedence of -t/--typeAndrew Gallant
2023-11-25doc: be more explicit about ripgrep's behavior when printing to a ttyAndrew Gallant
2023-11-25changelog: mention M2 binaries for releasesAndrew Gallant
2023-11-25changelog: mention perf improvement for inner literalsAndrew Gallant
2023-11-25cli: error when searching for NULAndrew Gallant
2023-11-25doc: clarify that --pre can accept any kind of pathAndrew Gallant
2023-11-25log: add message about number of threads usedAndrew Gallant
2023-11-25doc: improve -r/--replace docsAndrew Gallant
2023-11-25log: add message when a binary file is skippedAndrew Gallant
2023-11-25doc: add cargo-binstall instructionsAndrew Gallant
2023-11-25doc: mention that --stats is always implied by --jsonAndrew Gallant
2023-11-25doc: add more warnings about --vimgrepAndrew Gallant
2023-11-25doc: make the opening line a bit more descriptiveAndrew Gallant
2023-11-25doc: improve --sort=pathAndrew Gallant
2023-11-25cli: rejigger --version to include PCRE2 infoAndrew Gallant
2023-11-25printer: trim before applying max column windowingAndrew Gallant
2023-11-25changelog: mention shell completion generation featureAndrew Gallant
2023-11-25doc: add docs about .ignore/.rgignore in parent directoriesAndrew Gallant
2023-11-25changelog: mention --field-match-separator bug fixAndrew Gallant
2023-11-25logging: show heuristic information and decisionAndrew Gallant
2023-11-21faq: update donation section to mention sponsorshipsAndrew Gallant
2023-11-21faq: rewrite the section on shell completionsAndrew Gallant
2023-11-21ignore: Avoid contention on num_pendingTavian Barnes
2023-11-21cli: make -d a short flag for --max-depthAndrew Gallant
2023-11-21changelog: --pretty now behaves more sensiblyAndrew Gallant
2023-11-21ci: strip release binaries on macOSAndrew Gallant
2023-11-21printer: drop dependency on `base64` crateAndrew Gallant
2023-11-21printer: drop dependency on serde_deriveAndrew Gallant
2023-11-21printer: rejigger how we use serde_deriveAndrew Gallant
2023-11-21doc: scrub mentions of asciidoc/asciidoctorAndrew Gallant
2023-11-21ci: improve docs for manual build-and-publish scriptsAndrew Gallant
2023-11-21core: fix file separator bugAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-11-20cargo: explicitly configure musl to be statically linkedAndrew Gallant
2023-11-20globset: add GlobSet::builderJonas Platte
2023-11-20ignore: improve 'excludesFile' parsingKento Okamoto
2023-11-20deps: bump regex and regex-automataAndrew Gallant
2023-11-20deps: bump regex, regex-automata and regex-syntaxAndrew Gallant
2023-11-20build: a bit of clean-upAndrew Gallant
2023-11-20core: switch to anyhowAndrew Gallant
2023-11-20ignore: simplify the work-stealing strategyTavian Barnes
2023-11-20ripgrep: disable hyperlinks by defaultAndrew Gallant
2023-11-20regex: tweak inner literal heuristicAndrew Gallant
2023-11-20deps: update dependenciesAndrew Gallant
2023-10-09cargo: remove dependency patchesAndrew Gallant
2023-10-09changelog: add another note about -w/--word-regexp bugsAndrew Gallant
2023-10-09changelog: add perf bug fix for \bAndrew Gallant
2023-10-09changelog: add bug fix for \bAndrew Gallant