summaryrefslogtreecommitdiffstats
path: root/globset/src
AgeCommit message (Expand)Author
2019-06-26bstr: update everything to bstr 0.2Andrew Gallant
2019-04-05globset: small perf improvementsAndrew Gallant
2019-04-05globset: use bstrAndrew Gallant
2019-04-03deps: update to aho-corasick 0.7Andrew Gallant
2019-01-23globset: permit ** to appear anywhereAndrew Gallant
2019-01-23globset: fix repeated use of **Andrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-21globset: clarify documentation on regex methodAndrew Gallant
2018-04-24ignore: speed up Gitignore::emptyAndrew Gallant
2018-04-05ignore: add Clone/Debug for buildersFlorentBecker
2018-03-10globset: make ErrorKind enum extensibleAndrew Gallant
2018-03-10globset: support backslash escapingBrian Malehorn
2018-02-10globset: remove use of unsafeAndrew Gallant
2018-02-06globset: add more tests for single-asterisk patternBehnam Esfahbod
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-11-22Support both [^...] and [!...] for globset class negationdana
2017-11-01fix some typosMartin Lindhe
2017-04-12Add better error messages for invalid globs.Andrew Gallant
2017-03-08Add enclosing group to alternations in globsMarc Tiehuis
2017-02-18Implement Hash for Glob, and re-implement PartialEq using only non-redundant ...Stu Hood
2017-02-12Remove lazy_static from globsetAndrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-12Fix cut-off line in globset docs.Andrew Gallant
2016-11-06Add --no-messages flag.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-10Finish overhaul of glob matching.Andrew Gallant
2016-10-04Refactor and test glob sets.Andrew Gallant
2016-09-30Move glob implementation to new crate.Andrew Gallant