Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 13:35:39 +0200 |
Raphaël Gomès |
rust: apply clippy lints
|
Mon, 15 Apr 2024 16:33:37 +0100 |
Arseniy Alekseyev |
match: strengthen visit_children_set invariant, Recursive means "all files"
stable
|
Fri, 12 Apr 2024 16:09:45 +0100 |
Arseniy Alekseyev |
match: fix the rust-side bug in visit_children_set for rootfilesin matchers
stable
|
Fri, 12 Apr 2024 14:21:14 +0100 |
Arseniy Alekseyev |
match: rename RootFiles to RootFilesIn for more consistency
stable
|
Fri, 12 Apr 2024 14:17:10 +0100 |
Arseniy Alekseyev |
match: small tweak to PatternMatcher.visit_children_set
stable
|
Fri, 12 Apr 2024 14:09:55 +0100 |
Arseniy Alekseyev |
matchers: fix the bug in rust PatternMatcher that made it cut off early
stable
|
Thu, 11 Apr 2024 19:57:36 +0100 |
Arseniy Alekseyev |
tests: add tests and document expectations from visit_children_set in rust
stable
|
Mon, 11 Mar 2024 13:36:25 +0100 |
Georges Racinet |
rust-matchers: raw regular expression builder
stable
|
Mon, 18 Dec 2023 14:51:20 -0800 |
Martin von Zweigbergk |
matchers: use correct method for finding index in vector
|
Mon, 06 Nov 2023 11:06:08 +0100 |
Raphaël Gomès |
rust: run a clippy pass with the latest stable version
|
Wed, 18 Oct 2023 14:50:14 +0200 |
Raphaël Gomès |
rust-matchers: fix quadratic complexity in `FileMatcher`
|
Wed, 02 Aug 2023 10:16:33 -0400 |
Spencer Baugh |
rust-matchers: add PatternMatcher
|
Mon, 14 Aug 2023 09:25:36 -0400 |
Spencer Baugh |
rust: de-hardcode glob_suffix
|
Tue, 08 Aug 2023 11:50:26 -0400 |
Spencer Baugh |
rust: improve the type on DirsMultiset::from_manifest
|
Wed, 02 Aug 2023 09:57:29 -0400 |
Spencer Baugh |
rust-matchers: better support file_set in IntersectionMatcher
|
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`
|
Fri, 06 Jan 2023 18:52:04 +0100 |
Raphaël Gomès |
rust: use `logging_timer` instead of `micro_timer`
|
Mon, 14 Nov 2022 15:20:48 +0100 |
Raphaël Gomès |
rust: remove newly redundant `use` statements with the 2021 edition prelude
|
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`
|