log rust/hg-core/src/revlog/nodemap.rs @ 52002:22a50b7934d2 default tip

age author description
Mon, 06 Nov 2023 11:06:08 +0100 Raphaël Gomès rust: run a clippy pass with the latest stable version
Wed, 11 Oct 2023 02:02:46 +0200 Pierre-Yves David branching: merge stable into default
Thu, 14 Sep 2023 10:52:09 +0100 Arseniy Alekseyev revlog: make the rust test for node hex prefix resolution exercise the nodemap stable
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Thu, 10 Aug 2023 11:00:34 +0200 Raphaël Gomès rust: use the new `UncheckedRevision` everywhere applicable
Mon, 03 Apr 2023 16:29:30 +0200 Georges Racinet rustdoc: nodemap doc refreshing
Mon, 03 Apr 2023 16:14:34 +0200 Georges Racinet rustdoc: fixed or introduced crossrefs in nodemap.rs
Mon, 03 Apr 2023 15:32:39 +0200 Georges Racinet rustdoc: fixed warnings about links
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Fri, 08 Apr 2022 21:34:18 -0700 Martin von Zweigbergk rust-nodemap: remove unnecessary explicit lifetime
Mon, 25 Jan 2021 18:25:26 +0100 Simon Sapin rust: Remove hex parsing from the nodemap
Mon, 25 Jan 2021 11:48:47 +0100 Simon Sapin rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
Mon, 25 Jan 2021 12:28:39 +0100 Simon Sapin rust: Simplify error type for reading hex node IDs
Fri, 15 Jan 2021 16:11:54 +0100 Simon Sapin rust: use the bytes-cast crate to parse persistent nodemaps
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass