rust/hg-core/src/revlog/index.rs
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
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`
Mon, 30 Oct 2023 11:54:42 +0100 Raphaël Gomès rust-index: add support for `computephasesmapsets`
Thu, 02 Nov 2023 11:40:23 +0100 Raphaël Gomès rust-index: add support for `_slicechunktodensity`
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
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
Thu, 03 Aug 2023 14:50:17 +0200 Raphaël Gomès rust-index: add missing special case for null rev
Thu, 02 Nov 2023 11:19:54 +0100 Raphaël Gomès rust-index: implementation of __getitem__
Thu, 02 Nov 2023 11:16:13 +0100 Raphaël Gomès rust-index: check that the entry bytes are the same in both indexes
Thu, 03 Aug 2023 10:28:10 +0200 Raphaël Gomès rust-index: add `pack_header` support
Mon, 30 Oct 2023 10:34:48 +0100 Raphaël Gomès rust-index: support cache clearing
Wed, 28 Jun 2023 16:43:39 +0200 Raphaël Gomès rust-index: synchronize remove to Rust index
Tue, 27 Jun 2023 18:24:54 +0200 Raphaël Gomès rust-index: synchronize append method
Mon, 18 Sep 2023 17:11:11 +0200 Raphaël Gomès rust-revlog: teach the revlog opening code to read the repo options
Tue, 27 Jun 2023 16:32:09 +0200 Raphaël Gomès rust-index: add append method
Mon, 26 Jun 2023 19:16:07 +0200 Raphaël Gomès rust-index: add an abstraction to support bytes added at runtimes
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Thu, 10 Aug 2023 11:01:07 +0200 Raphaël Gomès rust: implement the `Graph` trait for all revlogs
Thu, 10 Aug 2023 11:00:34 +0200 Raphaël Gomès rust: use the new `UncheckedRevision` everywhere applicable
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Mon, 09 Jan 2023 18:54:57 +0100 Raphaël Gomès rust-clippy: tell `clippy` we don't need to declare a default here
Mon, 14 Nov 2022 15:20:48 +0100 Raphaël Gomès rust: remove newly redundant `use` statements with the 2021 edition prelude
Fri, 15 Apr 2022 18:20:41 -0700 Martin von Zweigbergk rust-revlog: make `IndexEntryBuilder` build a whole entry
Fri, 15 Apr 2022 17:06:10 -0700 Martin von Zweigbergk rust-revlog: change default version from 2 to 1 in test builder
Fri, 07 Jan 2022 14:40:21 +0100 Simon Sapin rhg: desambiguate status without decompressing filelog if possible
Tue, 21 Dec 2021 21:23:46 +0100 Simon Sapin rhg: RevlogEntry::uncompressed_len is signed
Tue, 07 Dec 2021 18:57:43 +0000 Arseniy Alekseyev rhg: fix a crash on non-generaldelta revlogs
Tue, 07 Dec 2021 18:12:13 +0000 Arseniy Alekseyev rhg: centralize index header parsing
Thu, 14 Oct 2021 13:34:37 +0100 Arseniy Alekseyev rhg: do not try to open a nodemap for an inline index
Tue, 12 Oct 2021 19:43:51 +0100 Arseniy Alekseyev rhg: handle null changelog and manifest revisions
Mon, 13 Sep 2021 18:02:45 +0200 Simon Sapin rust: Return HgError instead of RevlogError in revlog constructors
Fri, 09 Apr 2021 12:02:51 +0200 Simon Sapin unit-tests: Fix `cargo test` on 32-bit platforms
Wed, 27 Jan 2021 14:45:25 +0100 Simon Sapin rust: use HgError in RevlogError and Vfs
Fri, 04 Dec 2020 17:27:10 +0100 Simon Sapin rhg: use persistent nodemap when available
Wed, 02 Dec 2020 15:00:49 +0100 Simon Sapin rust: use NodePrefix::from_hex instead of hex::decode directly
Mon, 28 Sep 2020 15:21:56 +0200 Antoine cezar hg-core: return Err if `offset != bytes.len()`
Mon, 28 Sep 2020 15:13:51 +0200 Antoine cezar hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2)
Mon, 28 Sep 2020 13:55:47 +0200 Antoine cezar hg-core: minor docstring update (D8958#inline-14991 followup)
Mon, 28 Sep 2020 13:53:11 +0200 Antoine cezar hg-core: minor code style change (D8958#inline-14986 followup)
Mon, 28 Sep 2020 13:51:16 +0200 Antoine cezar hg-core: Explain offset override of first revision
Mon, 28 Sep 2020 13:46:14 +0200 Antoine cezar hg-core: minor code style change (D8958#inline-14993 followup)
Fri, 18 Sep 2020 16:52:16 +0200 Antoine Cezar hg-core: add a `ListRevTrackedFiles` operation
Wed, 02 Sep 2020 15:23:25 +0200 Antoine Cezar hg-core: check data integrity in `Revlog`
Fri, 04 Sep 2020 11:55:07 +0200 Antoine Cezar hg-core: Add a limited read only `revlog` implementation
less more (0) tip