Mercurial > public > mercurial-scm > hg-stable
log rust/hg-core/src/filepatterns.rs @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Thu, 16 Jan 2025 13:15:02 -0500 | Mitchell Kember | rust: move code from utils to utils::strings |
Fri, 06 Dec 2024 20:27:59 +0000 | Arseniy Alekseyev | rust-ignore: construct regex Hir object directly, avoiding large regex string |
Tue, 03 Dec 2024 13:51:51 +0000 | Arseniy Alekseyev | rust-ignore: make `debugignorerhg` command show a full regex, with exact files |
Mon, 02 Dec 2024 11:25:26 +0000 | Arseniy Alekseyev | hgignore: add a GlobSuffix type, instead of passing byte arrays |
Mon, 04 Nov 2024 11:21:43 +0100 | Rapha?l Gom?s | rust-lib: move `PatternError` to the `filepatterns` module |
Tue, 16 Apr 2024 17:21:37 +0100 | Arseniy Alekseyev | match: simplify the rust-side file pattern kind parsing |
Fri, 12 Apr 2024 14:21:14 +0100 | Arseniy Alekseyev | match: rename RootFiles to RootFilesIn for more consistency stable |