summaryrefslogtreecommitdiffstats
path: root/crates/core
AgeCommit message (Expand)Author
2023-11-26release/doc: set date in man pageAndrew 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-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-25doc: add docs about .ignore/.rgignore in parent directoriesAndrew Gallant
2023-11-25logging: show heuristic information and decisionAndrew Gallant
2023-11-21cli: make -d a short flag for --max-depthAndrew Gallant
2023-11-21core: fix file separator bugAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-11-20core: switch to anyhowAndrew Gallant
2023-11-20ripgrep: disable hyperlinks by defaultAndrew Gallant
2023-10-09core: dedup patternsAndrew Gallant
2023-10-09printer: remove 'subl' aliasAndrew Gallant
2023-10-09core: polish the core of ripgrepAndrew Gallant
2023-10-09deps: drop thread_local, lazy_static and once_cellAndrew Gallant
2023-10-09core: doc and logging touchupsAndrew Gallant
2023-10-09printer: fix a few issues in the hyperlink docsLucas Trzesniewski
2023-09-25hyperlink: rejigger how hyperlinks workAndrew Gallant
2023-09-25printer: move PathPrinter into grep-printerAndrew Gallant
2023-09-25cli: clean-up crateAndrew Gallant
2023-09-25printer: add hyperlinksLucas Trzesniewski
2023-07-09cli: fix non-path sorting behaviornguyenvukhang
2023-07-08cli: add --stop-on-nonmatch flagEdoardo Pirovano
2023-07-08core: lock stdout before printing an error message to stderrGarrett Thornburg
2023-07-08doc: improve -r/--replace flag syntax docsKyle Todeschini
2023-07-08cli: '--no-ignore-dot' should also '.rgignore'Richard Sternagel
2023-07-08core: don't let context flags override eachotherAndrew Gallant
2023-07-08doc: note '-n' and '-N' override each otherMisaki
2023-07-05regex: push more pattern handling to matcher constructionAndrew Gallant
2023-07-05deps: update to pcre2 0.2.4Andrew Gallant
2023-07-05deps: initial migration steps to regex 1.9Andrew Gallant
2023-03-28doc: fix --quiet docsRyan Whitehouse
2023-01-05deps: upgrade bstr to 1.1Andrew Gallant
2023-01-05deps: remove 'num_cpus'Andrew Gallant
2022-08-06doc: fix a few typosdrebelsky
2022-06-24doc: fix typosKian-Meng Ang
2021-11-15cli: improve configuration failure modemi-wada
2021-07-19doc: --field-match-separator's default value is ':'Andrew Gallant
2021-07-14doc: fix typo "used" -> "use"Joe Lencioni
2021-06-24doc: fix typo in --glob flag docsSergio Benitez
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant