log

age author description
Wed, 29 Nov 2023 23:22:51 -0500 Raphaël Gomès rust-index-cpython: cache the heads' PyList representation
Wed, 29 Nov 2023 15:58:24 -0500 Raphaël Gomès rust-index: use a `BitVec` instead of plain `Vec` for heads computation
Wed, 29 Nov 2023 10:04:41 -0500 Raphaël Gomès rust-index: implement faster retain heads using a vec instead of a hashset
Thu, 14 Dec 2023 11:52:05 +0100 Raphaël Gomès rust-index: allow inlining VCSGraph parents across crates
Thu, 23 Nov 2023 18:48:07 +0100 Raphaël Gomès rust-index: allow inlining `parents` across crates
Thu, 23 Nov 2023 18:47:42 +0100 Raphaël Gomès rust-index: allow inlining `check_revision` across crates
Thu, 23 Nov 2023 03:41:58 +0100 Raphaël Gomès rust-index: document safety invariants being upheld for every `unsafe` block
Sun, 29 Oct 2023 12:18:03 +0100 Georges Racinet on incendie.racinet.fr rust-index: renamed `MixedIndex` as `Index`
Sun, 29 Oct 2023 23:54:05 +0100 Georges Racinet rust-index: stop instantiating a C Index
Mon, 30 Oct 2023 21:28:30 +0100 Georges Racinet rust-revlog: using the ad-hoc `NodeTree` in scmutil
Mon, 30 Oct 2023 22:36:30 +0100 Georges Racinet rust-revlog: add invalidation detection to `NodeTree` class
Thu, 02 Nov 2023 15:50:13 +0100 Raphaël Gomès rust-index: add support for `del index[r]`
Mon, 30 Oct 2023 21:26:17 +0100 Georges Racinet rust-revlog: bare minimal NodeTree exposition
Mon, 30 Oct 2023 21:25:28 +0100 Georges Racinet rust-index: a property to identify the Rust index as such
Mon, 30 Oct 2023 15:32:33 +0100 Georges Racinet rust-cpython-revlog: renamed NodeTree import as CoreNodeTree
Fri, 20 Oct 2023 09:48:53 +0200 Georges Racinet rust-index: stop using C index
Sun, 29 Oct 2023 12:07:05 +0100 Georges Racinet rust-index: using `hg::index::Index` in discovery
Sun, 29 Oct 2023 12:01:57 +0100 Georges Racinet on incendie.racinet.fr rust-python-testing: separated base test classes
Sun, 29 Oct 2023 11:21:18 +0100 Georges Racinet rust-discovery: encapsulated conversions to vec for instance methods
Sun, 29 Oct 2023 11:10:09 +0100 Georges Racinet rust-discovery: moving most of hg-cpython methods to regular code blocks
Sun, 29 Oct 2023 10:47:54 +0100 Georges Racinet rust-index: using `hg::index::Index` in `hg-cpython::dagops`
Sat, 28 Oct 2023 22:50:10 +0200 Georges Racinet on incendie.racinet.fr rust-index: using `hg::index::Index` in MissingAncestors
Fri, 27 Oct 2023 22:11:05 +0200 Georges Racinet rust-index: using the `hg::index::Index` in ancestors iterator and lazy set
Fri, 27 Oct 2023 23:29:29 +0200 Georges Racinet on incendie.racinet.fr revlog: always use a Rust index for REVLOGv1 if rustext is present
Sun, 29 Oct 2023 18:35:32 +0100 Georges Racinet on incendie.racinet.fr rust-index: disabling flagprocessor tests
Tue, 31 Oct 2023 17:58:56 +0100 Raphaël Gomès rust-index: support `unionrepo`'s compressed length hack
Fri, 27 Oct 2023 23:21:50 +0200 Georges Racinet on incendie.racinet.fr rust-index: honour incoming using_general_delta in `deltachain`
Fri, 27 Oct 2023 21:48:45 +0200 Georges Racinet on incendie.racinet.fr rust-index: use interior mutability in head revs and caches
Thu, 26 Oct 2023 15:26:19 +0200 Raphaël Gomès rust-index: add Sync bound to all relevant mmap-derived values
Tue, 31 Oct 2023 18:09:43 +0100 Raphaël Gomès debugindexstats: handle the lack of Rust support better