log rust/hg-core/src/filepatterns.rs @ 47408:f7f082bc0e7c

age author description
Wed, 02 Jun 2021 18:03:43 +0200 Simon Sapin rust: Parse "subinclude"d files along the way, not later
Wed, 02 Jun 2021 18:14:44 +0200 Simon Sapin rust: Make some file path parameters less generic
Mon, 15 Jun 2020 18:26:40 +0200 Rapha?l Gom?s rust: do a clippy pass
Thu, 07 May 2020 23:54:37 +0200 Rapha?l Gom?s rust-regex: add test for verbatim regex syntax
Thu, 07 May 2020 23:53:12 +0200 Rapha?l Gom?s rust-regex: prevent nonsensical `.*.*` pattern from happening
Thu, 07 May 2020 23:52:08 +0200 Rapha?l Gom?s rust-regex: fix issues with regex anchoring and performance
Wed, 06 May 2020 11:17:27 +0200 Rapha?l Gom?s rust-filepatterns: match exact `rootglob`s with a `HashSet`, not in the regex
Tue, 24 Mar 2020 17:55:59 +0100 Rapha?l Gom?s rust-matchers: use the `regex` crate
Thu, 16 Jan 2020 11:27:12 +0100 Rapha?l Gom?s rust-filepatterns: add support for `include` and `subinclude` patterns
Thu, 16 Jan 2020 10:28:40 +0100 Rapha?l Gom?s rust-filepatterns: improve API and robustness for pattern files parsing
Mon, 14 Oct 2019 13:57:30 +0200 Rapha?l Gom?s rust-performance: introduce FastHashMap type alias for HashMap
Sun, 01 Sep 2019 20:53:14 +0200 Rapha?l Gom?s rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
Sun, 25 Aug 2019 23:40:22 -0400 Valentin Gatien-Baron rustfilepatterns: shorter code for concatenating slices
Sun, 25 Aug 2019 22:53:42 -0400 Valentin Gatien-Baron match: simplify the regexps created for glob patterns
Mon, 26 Aug 2019 08:25:01 -0400 Valentin Gatien-Baron rustfilepatterns: refactor the pattern of removing a prefix from a &[u8]