Thu, 14 Dec 2023 09:57:25 +0100 |
Raphaël Gomès |
rust-index: only access offsets if revlog is inline
|
Wed, 06 Dec 2023 11:04:18 +0100 |
Raphaël Gomès |
rust-index: cache the head nodeids python list
|
Tue, 05 Dec 2023 14:50:05 +0100 |
Raphaël Gomès |
rust-index: add fast-path for getting a list of all heads as nodes
|
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
|
Tue, 31 Oct 2023 17:36:59 +0100 |
Raphaël Gomès |
rust-python-index: don't panic on a corrupted index when calling from Python
|
Tue, 31 Oct 2023 17:34:31 +0100 |
Raphaël Gomès |
tests: ignore test-storage when using Rust
|
Fri, 20 Oct 2023 09:12:22 +0200 |
Georges Racinet |
rust-index: optimize find_gca_candidates() on less than 8 revisions
|
Fri, 20 Oct 2023 08:54:49 +0200 |
Georges Racinet |
rust-index: simplification in find_gca_candidates()
|
Fri, 20 Oct 2023 08:43:00 +0200 |
Georges Racinet |
rust-index: avoid double negation in find_gca_candidates()
|
Fri, 20 Oct 2023 08:17:00 +0200 |
Georges Racinet |
rust-index: avoid some cloning in find_gca_candidates()
|
Wed, 18 Oct 2023 15:35:38 +0200 |
Georges Racinet |
rust-index: implement common_ancestors_heads() and ancestors()
|
Tue, 17 Oct 2023 22:42:40 +0200 |
Georges Racinet on incendie.racinet.fr |
rust-index: find_gca_candidates bit sets genericization
|
Thu, 02 Nov 2023 11:45:20 +0100 |
Raphaël Gomès |
rust-index: core impl for find_gca_candidates and find_deepest
|
Mon, 30 Oct 2023 11:57:36 +0100 |
Raphaël Gomès |
rust-index: add support for `reachableroots2`
|
Thu, 02 Nov 2023 12:17:06 +0100 |
Georges Racinet |
hg-cpython: rev_pyiter_collect_or_else
|
Mon, 30 Oct 2023 11:54:42 +0100 |
Raphaël Gomès |
rust-index: add support for `computephasesmapsets`
|
Sat, 30 Sep 2023 15:59:03 +0200 |
Georges Racinet |
rust-index: slicechunktodensity returns Rust result
|
Thu, 02 Nov 2023 11:40:23 +0100 |
Raphaël Gomès |
rust-index: add support for `_slicechunktodensity`
|
Fri, 29 Sep 2023 20:51:49 +0200 |
Georges Racinet |
rust-index: headrevsfiltered() returning Rust result
|
Mon, 30 Oct 2023 11:14:25 +0100 |
Raphaël Gomès |
rust-index: add support for `headrevsfiltered`
|
Tue, 19 Sep 2023 15:21:43 +0200 |
Raphaël Gomès |
rust-index: implement headrevs
|
Sat, 30 Sep 2023 16:52:40 +0200 |
Georges Racinet |
rust-index: variant of assert_py_eq with normalizer expression
|
Thu, 03 Aug 2023 15:50:14 +0200 |
Raphaël Gomès |
rust-index: add support for delta-chain computation
|
Thu, 03 Aug 2023 15:01:34 +0200 |
Raphaël Gomès |
rust-index: add support for `find_snapshots`
|
Thu, 03 Aug 2023 12:05:32 +0200 |
Raphaël Gomès |
rust-index: add `is_snapshot` method
|
Wed, 02 Aug 2023 16:49:33 +0200 |
Raphaël Gomès |
rust-index: use the Rust index in `partialmatch`
|
Thu, 03 Aug 2023 14:50:17 +0200 |
Raphaël Gomès |
rust-index: add missing special case for null rev
|
Wed, 02 Aug 2023 16:49:17 +0200 |
Raphaël Gomès |
rust-index: use the rust index in `shortest`
|
Wed, 02 Aug 2023 14:34:21 +0200 |
Raphaël Gomès |
rust-index: add checks that `__contains__` is synchronized
|
Mon, 30 Oct 2023 11:03:57 +0100 |
Georges Racinet |
rust-index: using the Rust index in nodemap updating methods
|
Thu, 02 Nov 2023 11:19:54 +0100 |
Raphaël Gomès |
rust-index: implementation of __getitem__
|