Fri, 06 Dec 2024 20:27:59 +0000 |
Arseniy Alekseyev |
rust-ignore: construct regex Hir object directly, avoiding large regex string
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:26:41 +0100 |
Rapha?l Gom?s |
rust-lib: remove exports for not too common pattern-related types
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:21:43 +0100 |
Rapha?l Gom?s |
rust-lib: move `PatternError` to the `filepatterns` module
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:18:36 +0100 |
Rapha?l Gom?s |
rust-lib: move `Dirstate*Error` to the `dirstate` module
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:13:05 +0100 |
Rapha?l Gom?s |
rust-lib: only export very common types to the top of the crate
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:07:05 +0100 |
Rapha?l Gom?s |
rust-dirstate: remove star exports
|
file |
diff |
annotate
|
Mon, 04 Nov 2024 11:00:58 +0100 |
Rapha?l Gom?s |
rust-dirstate: merge `dirstate_tree` module into `dirstate`
|
file |
diff |
annotate
|
Thu, 14 Nov 2024 16:45:23 +0100 |
Rapha?l Gom?s |
branching: merge stable into default
|
file |
diff |
annotate
|
Tue, 12 Nov 2024 12:52:13 +0100 |
Rapha?l Gom?s |
rust-update: handle SIGINT from long-running update threads
stable
|
file |
diff |
annotate
|
Thu, 26 Sep 2024 14:26:24 +0200 |
Rapha?l Gom?s |
rust: don't star export from the `revlog` module
|
file |
diff |
annotate
|
Mon, 29 Jul 2024 20:28:42 +0200 |
Rapha?l Gom?s |
hg-core: add fncache module
|
file |
diff |
annotate
|
Thu, 10 Oct 2024 10:34:51 +0200 |
Rapha?l Gom?s |
rust-revlog: add a Rust-only `InnerRevlog`
|
file |
diff |
annotate
|
Tue, 01 Oct 2024 13:49:11 +0200 |
Rapha?l Gom?s |
update: add a Rust fast-path when updating from null (and clean)
|
file |
diff |
annotate
|
Mon, 30 Sep 2024 16:02:30 +0200 |
Rapha?l Gom?s |
rust: add `Progress` trait for progress bars
|
file |
diff |
annotate
|
Tue, 16 Apr 2024 17:21:37 +0100 |
Arseniy Alekseyev |
match: simplify the rust-side file pattern kind parsing
|
file |
diff |
annotate
|
Wed, 02 Aug 2023 10:46:47 -0400 |
Spencer Baugh |
rhg: support "status FILE"
|
file |
diff |
annotate
|
Tue, 08 Aug 2023 11:50:26 -0400 |
Spencer Baugh |
rust: improve the type on DirsMultiset::from_manifest
|
file |
diff |
annotate
|
Wed, 31 May 2023 18:18:52 +0100 |
Arseniy Alekseyev |
rust: remove an unused error variant DirstateMapError::EmptyPath
|
file |
diff |
annotate
|
Fri, 06 Jan 2023 18:52:04 +0100 |
Rapha?l Gom?s |
rust: use `logging_timer` instead of `micro_timer`
|
file |
diff |
annotate
|
Thu, 05 Jan 2023 17:15:03 +0000 |
Arseniy Alekseyev |
rhg: implement checkexec to support weird filesystems
|
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
|
Tue, 19 Jul 2022 15:37:45 +0200 |
Rapha?l Gom?s |
rhg: add sparse support
|
file |
diff |
annotate
|
Tue, 08 Feb 2022 15:51:52 +0100 |
Simon Sapin |
dirstate-tree: optimize HashMap lookups with raw_entry_mut
|
file |
diff |
annotate
|
Fri, 10 Dec 2021 16:25:02 +0100 |
pacien |
hg-core: dedup LazyAncestors Iterator impl
|
file |
diff |
annotate
|
Mon, 22 Mar 2021 09:07:10 +0100 |
Simon Sapin |
rhg: Initial repository locking
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 12:09:15 +0200 |
Simon Sapin |
dirstate: Remove the flat Rust DirstateMap implementation
|
file |
diff |
annotate
|
Mon, 06 Sep 2021 11:39:59 +0200 |
Simon Sapin |
rust: Move VFS code to its own module
|
file |
diff |
annotate
|
Mon, 07 Jun 2021 17:27:49 +0530 |
Pulkit Goyal |
rhg: add exit code to HgError::Abort()
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make more APIs fallible, returning Result
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 14:43:45 +0200 |
Simon Sapin |
rust: Add a Timestamp struct instead of abusing Duration
|
file |
diff |
annotate
|
Tue, 30 Mar 2021 14:15:23 +0200 |
Simon Sapin |
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
|
file |
diff |
annotate
|
Fri, 19 Mar 2021 13:18:53 +0100 |
Simon Sapin |
rhg: Add more conversions between error types
|
file |
diff |
annotate
|
Thu, 11 Feb 2021 15:51:11 +0100 |
Simon Sapin |
rust: Add a log file rotation utility
|
file |
diff |
annotate
|
Thu, 28 Jan 2021 19:21:57 +0100 |
Simon Sapin |
rust: replace ToString impls with Display
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:45:25 +0100 |
Simon Sapin |
rust: use HgError in RevlogError and Vfs
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:00:21 +0100 |
Simon Sapin |
rust: Remove DirstateParseError and ListDirstateTrackedFilesError
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 13:41:28 +0100 |
Simon Sapin |
rust: Replace DirstatePackError with HgError
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 13:19:49 +0100 |
Simon Sapin |
rust: Introduce an `HgError` enum for common error cases
|
file |
diff |
annotate
|
Tue, 26 Jan 2021 20:05:37 +0100 |
Simon Sapin |
rust: replace trivial `impl From ?` with `#[derive(derive_more::From)]`
|
file |
diff |
annotate
|
Tue, 26 Jan 2021 18:31:46 +0100 |
Simon Sapin |
rhg: centralize parsing of `--rev` CLI arguments
|
file |
diff |
annotate
|
Fri, 22 Jan 2021 11:10:39 +0100 |
Dan Villiom Podlaski Christiansen |
rust: lower compile error on non-linux platforms to a warning
|
file |
diff |
annotate
|
Tue, 29 Dec 2020 10:53:45 +0100 |
Rapha?l Gom?s |
hg-core: add basic config module
|
file |
diff |
annotate
|
Mon, 14 Dec 2020 16:33:15 +0100 |
Simon Sapin |
rust: introduce Repo and Vfs types for filesystem abstraction
|
file |
diff |
annotate
|
Thu, 01 Oct 2020 18:51:06 +0200 |
Pierre-Yves David |
copies: introduce a basic Rust function for `combine_changeset_copies`
|
file |
diff |
annotate
|
Tue, 24 Nov 2020 17:49:16 +0100 |
Simon Sapin |
requirements: move loading to hg-core and add parsing
|
file |
diff |
annotate
|
Wed, 29 Jul 2020 10:21:17 +0200 |
Antoine Cezar |
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
|
file |
diff |
annotate
|
Fri, 05 Jun 2020 08:46:35 +0200 |
Antoine Cezar |
hg-core: add Operation interface for high-level hg operations
|
file |
diff |
annotate
|
Fri, 29 May 2020 12:17:59 +0200 |
Rapha?l Gom?s |
rust: remove support for `re2`
|
file |
diff |
annotate
|
Fri, 20 Mar 2020 17:18:14 +0900 |
Yuya Nishihara |
merge with stable
|
file |
diff |
annotate
|
Fri, 13 Mar 2020 00:41:22 +0100 |
Rapha?l Gom?s |
rust-core: add missing `Debug` traits
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 18:08:23 +0100 |
Rapha?l Gom?s |
hg-core: add function timing information
|
file |
diff |
annotate
|
Fri, 17 Jan 2020 15:43:46 +0100 |
Rapha?l Gom?s |
rust-status: add bare `hg status` support in hg-core
|
file |
diff |
annotate
|
Thu, 06 Feb 2020 14:28:35 +0100 |
Rapha?l Gom?s |
rust-status: rename `StatusResult` to `DirstateStatus`
|
file |
diff |
annotate
|
Thu, 06 Feb 2020 14:25:59 +0100 |
Rapha?l Gom?s |
rust-status: refactor options into a `StatusOptions` struct
|
file |
diff |
annotate
|
Fri, 17 Jan 2020 11:29:33 +0100 |
Rapha?l Gom?s |
rust-matchers: add function to generate a regex matcher function
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 10:38:37 +0100 |
Rapha?l Gom?s |
hg-core: add a compilation error if trying to compile outside of Linux
stable
|
file |
diff |
annotate
|
Thu, 16 Jan 2020 13:34:04 +0100 |
Rapha?l Gom?s |
rust-re2: add wrapper for calling Re2 from Rust
|
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
|
Fri, 24 Jan 2020 11:10:07 +0100 |
Rapha?l Gom?s |
rust-dirs-multiset: improve temporary error message
|
file |
diff |
annotate
|