Fri, 17 Sep 2021 08:57:12 +0200 |
Simon Sapin |
rust: Update the memmap2 crate to version 0.4.0
|
Thu, 02 Sep 2021 03:59:35 +0200 |
Pierre-Yves David |
dirstate: introduce a `set_clean` method on dirstate's map and items
|
Fri, 10 Sep 2021 09:53:09 +0200 |
Simon Sapin |
rust: Switch to the memmap2-rs crate
|
Thu, 09 Sep 2021 18:07:40 +0200 |
Simon Sapin |
rust: Make OwningDirstateMap generic and move it into hg-core
|
Sun, 04 Jul 2021 20:41:27 +0200 |
Pierre-Yves David |
rust: bump rust-cpython version for 0.6.0
|
Sun, 11 Apr 2021 00:50:10 +0530 |
Pulkit Goyal |
rhg: read [paths] for `--repository` value
|
Wed, 02 Jun 2021 10:00:50 +0200 |
Simon Sapin |
rust: Use a maintained crate for SHA-1 hashing
|
Fri, 16 Apr 2021 12:12:41 +0200 |
Simon Sapin |
dirstate-tree: Add the new `status()` algorithm
|
Mon, 12 Apr 2021 14:21:47 +0200 |
Simon Sapin |
dirstate-tree: Serialize to disk
|
Mon, 05 Apr 2021 12:22:12 +0200 |
Pierre-Yves David |
rust: bump rust-cpython version to 0.5.2
|
Thu, 04 Mar 2021 13:30:20 +0100 |
Simon Sapin |
rhg: Align with Python on some more error messages
|
Thu, 04 Mar 2021 10:58:43 +0100 |
Simon Sapin |
rhg: Fall back to Python if unsupported extensions are enabled
|
Wed, 03 Mar 2021 19:02:06 +0100 |
Simon Sapin |
rhg: Fall back to Python on --repository with an URL
|
Tue, 02 Mar 2021 09:55:52 +0100 |
Simon Sapin |
rust: Upgrade Cargo.lock to the newer format
|
Tue, 16 Feb 2021 13:08:37 +0100 |
Simon Sapin |
rhg: Add support for the blackbox extension
|
Wed, 17 Feb 2021 12:06:56 +0100 |
Simon Sapin |
rust: Rewrite dirstate parsing usin the `bytes-cast` crate
|
Wed, 06 Jan 2021 14:09:01 +0100 |
Simon Sapin |
copies-rust: move CPU-heavy Rust processing into a child thread
|
Mon, 08 Feb 2021 11:13:56 +0100 |
Simon Sapin |
rust: Use the DisplayBytes trait in config printing
|
Thu, 04 Feb 2021 13:16:21 +0100 |
Simon Sapin |
rust: Parse system and user configuration
|
Tue, 26 Jan 2021 20:05:37 +0100 |
Simon Sapin |
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
|
Mon, 25 Jan 2021 11:48:47 +0100 |
Simon Sapin |
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
|
Fri, 15 Jan 2021 16:11:54 +0100 |
Simon Sapin |
rust: use the bytes-cast crate to parse persistent nodemaps
|
Tue, 01 Dec 2020 14:46:55 +0100 |
Raphaël Gomès |
hg-core: add format-bytes dependency
|
Mon, 30 Nov 2020 17:13:07 +0100 |
Simon Sapin |
rust: use crossbeam-channel crate directly
|
Thu, 26 Nov 2020 09:54:16 +0100 |
Raphaël Gomès |
rhg: use `format_bytes!` for error messages
|
Tue, 21 Apr 2020 11:28:48 +0200 |
Pierre-Yves David |
copies-rust: use immutable "OrdMap" to store copies information
|
Thu, 24 Sep 2020 16:30:17 +0200 |
Raphaël Gomès |
rust: update Cargo.lock
|
Wed, 02 Sep 2020 15:23:25 +0200 |
Antoine Cezar |
hg-core: check data integrity in `Revlog`
|
Wed, 23 Sep 2020 12:26:16 +0200 |
Antoine Cezar |
rhg: Add debug timing
|
Fri, 04 Sep 2020 11:55:07 +0200 |
Antoine Cezar |
hg-core: Add a limited read only `revlog` implementation
|
Sun, 06 Sep 2020 10:33:12 +0200 |
Raphaël Gomès |
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
|
Tue, 07 Jul 2020 14:05:15 +0530 |
Antoine Cezar |
rhg: add a limited `rhg root` subcommand
|
Fri, 05 Jun 2020 09:01:35 +0200 |
Antoine Cezar |
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
|
Fri, 05 Jun 2020 10:28:58 +0200 |
Antoine Cezar |
rhg: add rhg crate
|
Mon, 15 Jun 2020 12:00:15 -0400 |
Augie Fackler |
merge with stable
|
Fri, 29 May 2020 12:17:59 +0200 |
Raphaël Gomès |
rust: remove support for `re2`
|
Fri, 29 May 2020 12:12:16 +0200 |
Raphaël Gomès |
rust-dependencies: update `regex` to 1.3.9
|
Mon, 23 Mar 2020 12:11:41 +0100 |
Raphaël Gomès |
rust: update all dependencies
|
Mon, 23 Mar 2020 12:07:45 +0100 |
Raphaël Gomès |
rust: update micro-timer dependency
|
Wed, 18 Mar 2020 14:26:47 +0100 |
Raphaël Gomès |
rust-status: add trace-level logging for Rust status fallback for debugging
|
Fri, 06 Mar 2020 18:08:23 +0100 |
Raphaël Gomès |
hg-core: add function timing information
|
Fri, 06 Mar 2020 18:08:13 +0100 |
Raphaël Gomès |
rust: add logging utils
|
Fri, 06 Mar 2020 17:51:24 +0100 |
Raphaël Gomès |
rust-status: traverse working directory in parallel
|
Fri, 06 Mar 2020 16:49:46 +0100 |
Pierre-Yves David |
setup-rust: remove the legacy 'direct-ffi' variant
|
Tue, 18 Feb 2020 19:11:15 +0100 |
Georges Racinet |
rust-nodemap: pure Rust example
|
Thu, 16 Jan 2020 13:34:04 +0100 |
Raphaël Gomès |
rust-re2: add wrapper for calling Re2 from Rust
|
Tue, 14 Jan 2020 17:10:20 +0100 |
Raphaël Gomès |
rust-utils: add util for canonical path
|
Tue, 14 Jan 2020 16:50:35 +0100 |
Raphaël Gomès |
rust-hg-path: add useful methods to `HgPath`
|
Wed, 05 Feb 2020 17:05:37 +0100 |
Raphaël Gomès |
rust-pathauditor: add Rust implementation of the `pathauditor`
|
Fri, 31 Jan 2020 00:01:29 +0900 |
Yuya Nishihara |
rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef
|
Thu, 30 Jan 2020 23:57:19 +0900 |
Yuya Nishihara |
rust: update dependencies
|
Fri, 17 Jan 2020 15:34:11 +0100 |
Raphaël Gomès |
rust-dependencies: update rayon
|
Wed, 22 Jan 2020 16:37:05 +0100 |
Georges Racinet |
rust-node: binary Node ID and conversion utilities
|
Mon, 14 Oct 2019 13:57:30 +0200 |
Raphaël Gomès |
rust-performance: introduce FastHashMap type alias for HashMap
|
Fri, 11 Oct 2019 13:39:57 +0200 |
Raphaël Gomès |
rust-dirstate-status: add first Rust implementation of `dirstate.status`
|
Sun, 13 Oct 2019 21:47:05 +0900 |
Yuya Nishihara |
rust-cpython: drop direct dependency on python(27|3)_sys
|
Sun, 13 Oct 2019 17:05:09 +0900 |
Yuya Nishihara |
rust-cpython: bump cpython crates to 0.3
|
Sat, 15 Jun 2019 10:35:03 +0900 |
Yuya Nishihara |
rust: update Cargo.lock to include @generated comment
|
Wed, 24 Apr 2019 11:34:09 +0200 |
Raphaël Gomès |
rust-filepatterns: add a Rust implementation of pattern-related utils
|
Mon, 06 May 2019 22:50:34 +0200 |
Raphaël Gomès |
rust-dirstate: add rust-cpython bindings to the new parse/pack functions
|