summaryrefslogtreecommitdiffstats
path: root/crates
AgeCommit message (Expand)Author
2023-11-26grep-0.3.0grep-0.3.0Andrew Gallant
2023-11-26grep-printer-0.2.0grep-printer-0.2.0Andrew Gallant
2023-11-26grep-0.2.13grep-0.2.13Andrew Gallant
2023-11-26deps: bump grep-searcher to 0.1.12Andrew Gallant
2023-11-26grep-searcher-0.1.12grep-searcher-0.1.12Andrew Gallant
2023-11-26deps: bump grep-pcre2 to 0.1.7Andrew Gallant
2023-11-26grep-pcre2-0.1.7grep-pcre2-0.1.7Andrew Gallant
2023-11-26deps: bump grep-regex to 0.1.12Andrew Gallant
2023-11-26grep-regex-0.1.12grep-regex-0.1.12Andrew Gallant
2023-11-26deps: bump grep-matcher to 0.1.7Andrew Gallant
2023-11-26grep-matcher-0.1.7grep-matcher-0.1.7Andrew Gallant
2023-11-26deps: bump grep-cli to 0.1.10Andrew Gallant
2023-11-26grep-cli-0.1.10grep-cli-0.1.10Andrew Gallant
2023-11-26ignore-0.4.21ignore-0.4.21Andrew Gallant
2023-11-26deps: bump globset to 0.4.14Andrew Gallant
2023-11-26globset-0.4.14globset-0.4.14Andrew Gallant
2023-11-26release/doc: set date in man pageAndrew Gallant
2023-11-26deps: bump to memmap2 0.9.0Andrew Gallant
2023-11-26deps: bump pcre2 to 0.2.6Andrew Gallant
2023-11-26cli: add simple flag suggestionsAndrew 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-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-25log: add message when a binary file is skippedAndrew 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-25doc: add docs about .ignore/.rgignore in parent directoriesAndrew Gallant
2023-11-25logging: show heuristic information and decisionAndrew Gallant
2023-11-21ignore: Avoid contention on num_pendingTavian Barnes
2023-11-21cli: make -d a short flag for --max-depthAndrew 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-21core: fix file separator bugAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-11-20globset: add GlobSet::builderJonas Platte
2023-11-20ignore: improve 'excludesFile' parsingKento Okamoto
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-10-09progressAndrew Gallant
2023-10-09searcher: simplify 'replace_bytes' routineAndrew Gallant