summaryrefslogtreecommitdiffstats
path: root/crates/globset
AgeCommit message (Expand)Author
2023-11-26globset-0.4.14globset-0.4.14Andrew Gallant
2023-11-20globset: add GlobSet::builderJonas Platte
2023-10-09progressAndrew 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-09globset: polishingAndrew Gallant
2023-08-05globset-0.4.13globset-0.4.13Andrew Gallant
2023-08-05globset: use non-capture groups in regex transformAndrew Gallant
2023-07-26globset-0.4.12globset-0.4.12Andrew Gallant
2023-07-26api: impl Deserialize for GlobSetDavid Tolnay
2023-07-12globset-0.4.11globset-0.4.11Andrew Gallant
2023-07-08globset: add 'escape' routinepiegames
2023-07-08doc: fix some typoscuishuang
2023-07-08globset: introduce option to keep empty alternatesAlex Rawson
2023-07-08globset: permit deserializing Glob from StringJérome Eertmans
2023-07-05deps: drop temporary patch and move to bstr 1.6Andrew Gallant
2023-07-05globset: fix build error in testsAndrew Gallant
2023-07-05regex: migrate grep-regex to regex-automataAndrew Gallant
2023-07-05deps: initial migration steps to regex 1.9Andrew Gallant
2023-01-05globset-0.4.10globset-0.4.10Andrew Gallant
2023-01-05deps: upgrade bstr to 1.1Andrew Gallant
2022-06-11globset/readme: update version number and some linksAlex Touchet
2022-06-10globset-0.4.9globset-0.4.9Andrew Gallant
2022-06-10globset: make 'log' an optional featureSergio Benitez
2022-05-09cargo: use SPDX license format for all cratesAlex Touchet
2022-03-21warnings: remove/tweak some dead codeAndrew Gallant
2021-06-18globset-0.4.8globset-0.4.8Andrew Gallant
2021-06-18globset: fix compilation when serde is enabledGleb Pomykalov
2021-06-12globset-0.4.7globset-0.4.7Andrew Gallant
2021-06-01edition: manual changesAndrew Gallant
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: set edition=2018Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-05-31globset: expand docs and impl Default for GlobSetMartin Pool
2021-05-31globset: fix recursive suffix over matchingAndres Suarez
2020-11-16doc: update CI links in crate READMEsAndrew Gallant
2020-11-03doc: update several links to use httpsAlex Touchet
2020-10-21globset-0.4.6globset-0.4.6Andrew Gallant
2020-10-19globset: remove regex unicode dependencyAjeet D'Souza
2020-06-04doc: fix typosMartin Michlmayr
2020-03-15ripgrep: release 12.0.0ignore-0.4.12grep-searcher-0.1.7grep-regex-0.1.6grep-printer-0.1.4grep-pcre2-0.1.4grep-matcher-0.1.4grep-cli-0.1.4grep-0.2.5globset-0.4.5Andrew Gallant
2020-02-28crates: update URLs in Cargo.tomlchip
2020-02-21globset: Implement serde::{Serialize, Deserialize} for GlobLucien Greathouse
2020-02-17repo: move all source code in crates directoryAndrew Gallant