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
Mon, 11 Mar 2024 13:23:18 +0100 Georges Racinet rust-filepatterns: export glob_to_re function stable
Mon, 06 Nov 2023 11:06:08 +0100 Rapha?l Gom?s rust: run a clippy pass with the latest stable version
Wed, 02 Aug 2023 10:46:47 -0400 Spencer Baugh rhg: support "status FILE"
Mon, 14 Aug 2023 09:25:36 -0400 Spencer Baugh rust: de-hardcode glob_suffix
Wed, 02 Aug 2023 09:59:49 -0400 Spencer Baugh rust: don't escape spaces in regex
Wed, 02 Aug 2023 10:09:23 -0400 Spencer Baugh rust-filepatterns: also normalize RelPath
Wed, 09 Aug 2023 18:08:28 -0400 Spencer Baugh rust: simplify pattern file parsing
Mon, 12 Jun 2023 16:51:08 +0200 Rapha?l Gom?s match: add `filepath:` pattern to match an exact filepath relative to the root
Mon, 09 Jan 2023 19:18:43 +0100 Rapha?l Gom?s rust-clippy: fix most warnings in `hg-core`
Mon, 09 Jan 2023 19:07:44 +0100 Rapha?l Gom?s rust-filepatterns: don't `Box` subincludes unnecessarily
Wed, 16 Nov 2022 15:39:10 +0100 Pierre-Yves David matcher: do not prepend '.*' to pattern using ^ after flags stable
Wed, 16 Nov 2022 16:38:42 +0100 Pierre-Yves David matcher: fix the issue with regex inline-flag in rust oo stable
Wed, 02 Nov 2022 12:05:34 +0100 Rapha?l Gom?s dirstate-v2: hash the source of the ignore patterns as well stable
Mon, 25 Jul 2022 15:39:04 +0200 Rapha?l Gom?s rhg-status: add support for narrow clones
Mon, 18 Jul 2022 17:25:49 +0200 Rapha?l Gom?s rust-filepatterns: allow overriding default syntax
Tue, 26 Oct 2021 19:47:30 +0100 Arseniy Alekseyev rhg: more efficient `HgPath::join`
Wed, 02 Jun 2021 11:25:18 +0200 Simon Sapin dirstate-v2: Store a hash of ignore patterns (.hgignore)
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