rust/hg-core/src/matchers.rs
Wed, 09 Nov 2022 23:28:01 -0500 Raphaël Gomès rust: create wrapper struct to reduce `regex` contention issues stable 6.3
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, 11 Jul 2022 11:59:13 +0200 Raphaël Gomès rust: add Debug constraint to Matcher trait
Wed, 06 Jul 2022 11:44:20 +0200 Raphaël Gomès rust-matchers: implement DifferenceMatcher
Mon, 29 Aug 2022 16:09:30 +0200 Raphaël Gomès rust-matchers: fix behavior of `IncludeMatcher` with multiple includes stable
Wed, 08 Jun 2022 18:18:19 +0200 Raphaël Gomès rust-dirstate: add support for nevermatcher
Wed, 08 Jun 2022 18:09:24 +0200 Raphaël Gomès rust: add IntersectionMatcher
Wed, 08 Jun 2022 11:55:40 +0200 Raphaël Gomès rust: add UnionMatcher
Wed, 08 Jun 2022 15:12:34 +0200 Raphaël Gomès rust: use owned types in `Matcher`
Mon, 29 Nov 2021 14:07:47 +0000 Arseniy Alekseyev rhg: implement the debugignorerhg subcommand
Mon, 29 Nov 2021 14:06:41 +0000 Arseniy Alekseyev rhg: refactor to use IgnoreFnType alias more widely
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
Wed, 23 Sep 2020 10:02:16 +0200 Raphaël Gomès rust-matchers: make `Matcher` trait object-safe
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Fri, 29 May 2020 12:17:59 +0200 Raphaël Gomès rust: remove support for `re2`
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
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 14:33:46 +0200 Raphaël Gomès rust-matchers: add TODO about incomplete `Display` for `IncludeMatcher`
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
Thu, 07 May 2020 10:10:13 +0200 Raphaël Gomès rust-matchers: add timing tracing to regex compilation
Thu, 07 May 2020 10:15:19 +0200 Raphaël Gomès rust-regex: increase the DFA size limit for the `regex` crate stable
Fri, 20 Mar 2020 15:21:34 +0100 Raphaël Gomès rust-status: only involve ignore mechanism when needed
Tue, 24 Mar 2020 17:55:59 +0100 Raphaël Gomès rust-matchers: use the `regex` crate
Fri, 06 Mar 2020 18:08:23 +0100 Raphaël Gomès hg-core: add function timing information
Thu, 06 Feb 2020 14:25:59 +0100 Raphaël Gomès rust-status: refactor options into a `StatusOptions` struct
Fri, 17 Jan 2020 11:53:31 +0100 Raphaël Gomès rust-matchers: add `IgnoreMatcher`
Fri, 17 Jan 2020 11:32:02 +0100 Raphaël Gomès rust-matchers: add `build_regex_match` function
Fri, 17 Jan 2020 11:31:12 +0100 Raphaël Gomès rust-matchers: add functions to get roots, dirs and parents from patterns
Fri, 17 Jan 2020 11:29:33 +0100 Raphaël Gomès rust-matchers: add function to generate a regex matcher function
Thu, 16 Jan 2020 23:06:01 +0100 Raphaël Gomès rust-matchers: implement `visit_children_set` for `FileMatcher`
Wed, 25 Dec 2019 19:03:07 +0100 Georges Racinet rust-matchers: fixing cargo doc
Fri, 29 Nov 2019 18:54:06 +0100 Raphaël Gomès rust-matchers: add `FileMatcher` implementation
Thu, 12 Dec 2019 15:55:25 +0100 Raphaël Gomès rust-dirs: handle forgotten `Result`s
Fri, 29 Nov 2019 18:53:52 +0100 Raphaël Gomès rust-matchers: add doctests for `AlwaysMatcher`
Fri, 29 Nov 2019 18:33:56 +0100 Raphaël Gomès rust-matchers: improve `Matcher` trait ergonomics
Wed, 06 Nov 2019 16:24:24 +0100 Raphaël Gomès rust-matchers: remove default implementations for `Matcher` trait
Tue, 29 Oct 2019 17:16:28 +0100 Raphaël Gomès rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
less more (0) tip