summaryrefslogtreecommitdiffstats
path: root/crates/core/args.rs
AgeCommit message (Expand)Author
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-09core: polish the core of ripgrepAndrew Gallant
2023-10-09core: doc and logging touchupsAndrew Gallant
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-08cli: '--no-ignore-dot' should also '.rgignore'Richard Sternagel
2023-07-08core: don't let context flags override eachotherAndrew Gallant
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-01-05deps: remove 'num_cpus'Andrew Gallant
2022-06-24doc: fix typosKian-Meng Ang
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-05-31printer: vimgrep now only prints one lineAndrew Gallant
2021-05-31cli: add --field-{context,match}-separator flagsAnthony Huang
2021-05-31cli: print warning if nothing was searchedgoto-engineering
2021-05-29cli: fix arbitrary execution of program bugAndrew Gallant
2020-06-04doc: fix typosMartin Michlmayr
2020-05-24ignore/doc: update misleading documentationAndy Salerno
2020-03-15cli: add --no-ignore-files flagAndrew Gallant
2020-03-15cli: add engine flagpierrenn
2020-03-15args: refactor to permit adding other enginespierrenn
2020-03-15style: fix rust-analyzer lints in coreAndrew Gallant
2020-02-17repo: move all source code in crates directoryAndrew Gallant