summaryrefslogtreecommitdiffstats
path: root/crates
AgeCommit message (Expand)Author
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
2023-10-09matcher: add a bunch of inline annotationsAndrew Gallant
2023-10-09printer: hand-roll decimal formattingAndrew Gallant
2023-10-09printer: sprinkle in a few #[inline] annotationsAndrew 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-09ignore: polishAndrew Gallant
2023-10-09globset: use a Pool from regex-automataAndrew Gallant
2023-10-09searcher: polishAndrew Gallant
2023-10-09grep: update to the 2021 editionAndrew Gallant
2023-10-09globset: polishingAndrew Gallant
2023-10-09core: doc and logging touchupsAndrew Gallant
2023-10-09printer: fix a few issues in the hyperlink docsLucas Trzesniewski
2023-10-09crates: remove hard-coded linksAndrew Gallant
2023-10-09regex: some minor polishAndrew Gallant
2023-10-09pcre2: small polishingAndrew Gallant
2023-10-09matcher: polish the grep-matcher crateAndrew Gallant
2023-10-05ignore/types: add *.sarif for SARIF format filesLinda_pp
2023-09-25hyperlink: rejigger how hyperlinks workAndrew Gallant
2023-09-25printer: move PathPrinter into grep-printerAndrew Gallant
2023-09-25printer: clean-upAndrew Gallant
2023-09-25cli: add new 'hostname' functionAndrew Gallant
2023-09-25cli: clean-up crateAndrew Gallant
2023-09-25printer: add hyperlinksLucas Trzesniewski
2023-09-20ignore: use work-stealing stack instead of Arc<Mutex<Vec<_>>>Tavian Barnes
2023-09-20ignore: fix filtering when searching subdirectoriesThilo Uttendorfer
2023-09-02deps: drop bytecount in favor of memchr_iter(..).count()Andrew Gallant
2023-08-31ignore/types: add *.vsh to V typeYochem van Rosmalen
2023-08-28ignore: implement FusedIterator for WalkChristian Vallentin
2023-08-28ignore: apply rustfmtAndrew Gallant
2023-08-21ignore/types: add Prolog file typesmataha
2023-08-20ignore/types: tweak Gradle file typesmataha
2023-08-05globset-0.4.13globset-0.4.13Andrew Gallant
2023-08-05globset: use non-capture groups in regex transformAndrew Gallant
2023-07-31regex: fix fast path for -w/--word-regexp flag (#2576)Andrew Gallant
2023-07-31ignore/types: add csprojVidar
2023-07-26globset-0.4.12globset-0.4.12Andrew Gallant
2023-07-26api: impl Deserialize for GlobSetDavid Tolnay
2023-07-18grep-cli-0.1.9grep-cli-0.1.9Andrew Gallant
2023-07-12globset-0.4.11globset-0.4.11Andrew Gallant
2023-07-10ignore/types: add Windows Command Prompt filesmataha
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-08globset: add 'escape' routinepiegames