Mon, 09 Jan 2023 18:58:18 +0100 |
Raphaël Gomès |
rust-nodemap: implement `PartialEq` without allocation
|
Mon, 14 Nov 2022 15:20:48 +0100 |
Raphaël Gomès |
rust: remove newly redundant `use` statements with the 2021 edition prelude
|
Thu, 05 May 2022 14:47:26 -0400 |
Augie Fackler |
node: manually implement Debug
|
Thu, 02 Dec 2021 15:10:03 +0100 |
Simon Sapin |
rhg: Add Repo::write_dirstate
|
Wed, 03 Mar 2021 16:40:03 +0100 |
Simon Sapin |
rhg: `cat` command: print error messages for missing files
|
Wed, 17 Feb 2021 12:24:53 +0100 |
Simon Sapin |
rust: Make `DirstateParents`’s fields typed `Node`s
|
Wed, 27 Jan 2021 14:45:25 +0100 |
Simon Sapin |
rust: use HgError in RevlogError and Vfs
|
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
|
Mon, 25 Jan 2021 12:31:40 +0100 |
Simon Sapin |
rust: Exclude empty node prefixes
|
Mon, 25 Jan 2021 12:28:39 +0100 |
Simon Sapin |
rust: Simplify error type for reading hex node IDs
|
Mon, 25 Jan 2021 12:00:23 +0100 |
Simon Sapin |
rust: replace Node::encode_hex with std::fmt::LowerHex
|
Mon, 25 Jan 2021 11:34:23 +0100 |
Simon Sapin |
rust: replace an unsafe use of transmute with a safe use of bytes-cast
|
Wed, 02 Dec 2020 15:00:49 +0100 |
Simon Sapin |
rust: use NodePrefix::from_hex instead of hex::decode directly
|
Wed, 02 Sep 2020 15:23:25 +0200 |
Antoine Cezar |
hg-core: check data integrity in `Revlog`
|
Mon, 15 Jun 2020 18:26:40 +0200 |
Raphaël Gomès |
rust: do a clippy pass
|
Mon, 13 Jan 2020 19:31:33 +0100 |
Georges Racinet |
revlog: using two new functions in C capsule from Rust code
|
Tue, 18 Feb 2020 19:11:17 +0100 |
Georges Racinet |
rust-nodemap: core implementation for shortest
|
Mon, 27 Jan 2020 20:28:47 +0100 |
Georges Racinet |
rust-node: avoid meaningless read at the end of odd prefix
|
Thu, 23 Jan 2020 17:18:13 +0100 |
Georges Racinet |
rust-nodemap: NodeMap trait with simplest implementation
|
Fri, 27 Dec 2019 23:04:18 +0100 |
Georges Racinet |
rust-node: handling binary Node prefix
|
Wed, 22 Jan 2020 16:37:05 +0100 |
Georges Racinet |
rust-node: binary Node ID and conversion utilities
|