summaryrefslogtreecommitdiffstats
path: root/crates
AgeCommit message (Expand)Author
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
2023-07-08cli: force binary existance checkSeth Stadick
2023-07-08doc: clarify the comment on `Worker.work_done`Michal Terepeta
2023-07-08doc: improve -r/--replace flag syntax docsKyle Todeschini
2023-07-08ignore/types: name aliases for file typeskotborealis
2023-07-08ignore/types: add 'typescript' alias for 'ts'Klas Mellbourn
2023-07-08ignore/types: add Ada filetypes, including gprbuild and alireTama McGlinn
2023-07-08ignore/types: add raku extensions to ignore typesJuan Francisco Cantero Hurtado
2023-07-08ignore/types: add MDX format to Markdown typesAndrew Gallant
2023-07-08ignore/types: add DITA (Darwin Information Typing Architecture)chrispy
2023-07-08doc: fix typoLudi Rehak
2023-07-08doc: fix some typoscuishuang
2023-07-08cli: '--no-ignore-dot' should also '.rgignore'Richard Sternagel
2023-07-08ignore/types: fix formattingAndrew Gallant
2023-07-08ignore/types: added V typeedam
2023-07-08globset: introduce option to keep empty alternatesAlex Rawson
2023-07-08globset: permit deserializing Glob from StringJérome Eertmans
2023-07-08ignore/types: add USD to the default file typesMark Sisson
2023-07-08ignore/types: add Gentoo eclass typeSam James
2023-07-08ignore/types: improve Elixir globsangrycandy
2023-07-08core: don't let context flags override eachotherAndrew Gallant
2023-07-08doc: note '-n' and '-N' override each otherMisaki
2023-07-08ignore/gitignore: expose `gitconfig_excludes_path`Eric Arellano
2023-07-08ignore: tweak regex crate featuresJakub Jirutka
2023-07-08ignore/types: add 'graphql' typeJon Parise
2023-07-08cli: make resolve_binary take COM executables into accountmataha
2023-07-08ignore/types: add cml to the default types listYifei Teng
2023-07-05grep-cli-0.1.8grep-cli-0.1.8Andrew Gallant
2023-07-05regex: remove old inner literal extractorAndrew Gallant
2023-07-05deps: drop temporary patch and move to bstr 1.6Andrew Gallant
2023-07-05regex: add new inner literal extractorAndrew Gallant
2023-07-05regex: tweak formatting of regex-automata version specAndrew Gallant
2023-07-05regex: refactor matcher constructionAndrew Gallant
2023-07-05regex: tweak DFA settingsAndrew Gallant
2023-07-05regex: push more pattern handling to matcher constructionAndrew Gallant
2023-07-05globset: fix build error in testsAndrew Gallant
2023-07-05deps: update to pcre2 0.2.4Andrew Gallant
2023-07-05regex: small cleanupsAndrew Gallant