Mon, 09 Jan 2023 19:07:44 +0100 |
Raphaël Gomès |
rust-filepatterns: don't `Box` subincludes unnecessarily
|
file |
diff |
annotate
|
Wed, 16 Nov 2022 15:39:10 +0100 |
Pierre-Yves David |
matcher: do not prepend '.*' to pattern using ^ after flags
stable
|
file |
diff |
annotate
|
Wed, 16 Nov 2022 16:38:42 +0100 |
Pierre-Yves David |
matcher: fix the issue with regex inline-flag in rust oo
stable
|
file |
diff |
annotate
|
Wed, 02 Nov 2022 12:05:34 +0100 |
Raphaël Gomès |
dirstate-v2: hash the source of the ignore patterns as well
stable
|
file |
diff |
annotate
|
Mon, 25 Jul 2022 15:39:04 +0200 |
Raphaël Gomès |
rhg-status: add support for narrow clones
|
file |
diff |
annotate
|
Mon, 18 Jul 2022 17:25:49 +0200 |
Raphaël Gomès |
rust-filepatterns: allow overriding default syntax
|
file |
diff |
annotate
|
Tue, 26 Oct 2021 19:47:30 +0100 |
Arseniy Alekseyev |
rhg: more efficient `HgPath::join`
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 11:25:18 +0200 |
Simon Sapin |
dirstate-v2: Store a hash of ignore patterns (.hgignore)
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 18:03:43 +0200 |
Simon Sapin |
rust: Parse "subinclude"d files along the way, not later
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 18:14:44 +0200 |
Simon Sapin |
rust: Make some file path parameters less generic
|
file |
diff |
annotate
|
Mon, 15 Jun 2020 18:26:40 +0200 |
Raphaël Gomès |
rust: do a clippy pass
|
file |
diff |
annotate
|
Thu, 07 May 2020 23:54:37 +0200 |
Raphaël Gomès |
rust-regex: add test for verbatim regex syntax
|
file |
diff |
annotate
|
Thu, 07 May 2020 23:53:12 +0200 |
Raphaël Gomès |
rust-regex: prevent nonsensical `.*.*` pattern from happening
|
file |
diff |
annotate
|
Thu, 07 May 2020 23:52:08 +0200 |
Raphaël Gomès |
rust-regex: fix issues with regex anchoring and performance
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 24 Mar 2020 17:55:59 +0100 |
Raphaël Gomès |
rust-matchers: use the `regex` crate
|
file |
diff |
annotate
|
Thu, 16 Jan 2020 11:27:12 +0100 |
Raphaël Gomès |
rust-filepatterns: add support for `include` and `subinclude` patterns
|
file |
diff |
annotate
|
Thu, 16 Jan 2020 10:28:40 +0100 |
Raphaël Gomès |
rust-filepatterns: improve API and robustness for pattern files parsing
|
file |
diff |
annotate
|
Mon, 14 Oct 2019 13:57:30 +0200 |
Raphaël Gomès |
rust-performance: introduce FastHashMap type alias for HashMap
|
file |
diff |
annotate
|
Sun, 01 Sep 2019 20:53:14 +0200 |
Raphaël Gomès |
rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
|
file |
diff |
annotate
|
Sun, 25 Aug 2019 23:40:22 -0400 |
Valentin Gatien-Baron |
rustfilepatterns: shorter code for concatenating slices
|
file |
diff |
annotate
|
Sun, 25 Aug 2019 22:53:42 -0400 |
Valentin Gatien-Baron |
match: simplify the regexps created for glob patterns
|
file |
diff |
annotate
|
Mon, 26 Aug 2019 08:25:01 -0400 |
Valentin Gatien-Baron |
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8]
|
file |
diff |
annotate
|
Sat, 31 Aug 2019 14:12:38 +0900 |
Yuya Nishihara |
rust: apply more formatting fixes
|
file |
diff |
annotate
|
Tue, 09 Jul 2019 14:53:34 +0200 |
Raphaël Gomès |
rust-docstrings: add missing module docstrings
|
file |
diff |
annotate
|
Sun, 21 Jul 2019 14:42:01 +0900 |
Yuya Nishihara |
rust-filepatterns: unescape comment character property
|
file |
diff |
annotate
|
Sun, 21 Jul 2019 13:00:54 +0900 |
Yuya Nishihara |
rust-filepatterns: use literal b'#' instead of cast
|
file |
diff |
annotate
|
Sun, 21 Jul 2019 12:46:57 +0900 |
Yuya Nishihara |
rust-filepatterns: fix type of warnings tuple to (bytes, bytes)
|
file |
diff |
annotate
|
Tue, 02 Jul 2019 17:15:03 +0200 |
Raphaël Gomès |
rust: switch hg-core and hg-cpython to rust 2018 edition
|
file |
diff |
annotate
|
Sat, 15 Jun 2019 10:35:53 +0900 |
Yuya Nishihara |
rust-filepatterns: silence warning of non_upper_case_globals
|
file |
diff |
annotate
|
Thu, 06 Jun 2019 18:37:21 +0200 |
Raphaël Gomès |
rust-regex: fix shortcut for exact matches
|
file |
diff |
annotate
|
Thu, 06 Jun 2019 15:30:56 +0200 |
Raphaël Gomès |
rust-filepatterns: use bytes instead of String
|
file |
diff |
annotate
|
Wed, 24 Apr 2019 11:34:09 +0200 |
Raphaël Gomès |
rust-filepatterns: add a Rust implementation of pattern-related utils
|
file |
diff |
annotate
|