Mon, 21 Feb 2022 18:05:54 +0100 |
pacien |
revlog: implement fast_rank retrieval in C
|
Fri, 10 Dec 2021 15:27:22 +0100 |
pacien |
hg-cpython: implement vcsgraph::Graph for our Index
|
Tue, 04 May 2021 14:16:26 +0200 |
Pierre-Yves David |
revlog: signal which revlog index are compatible with Rust
|
Thu, 28 Jan 2021 13:15:34 +0100 |
Simon Sapin |
persistent-nodemap: Fix Rust declarations for Revlog_CAPI signatures
stable
|
Mon, 15 Jun 2020 18:26:40 +0200 |
Raphaël Gomès |
rust: do a clippy pass
|
Tue, 11 Feb 2020 16:23:06 +0100 |
Georges Racinet |
rust-index: add `append` method to cindex/Index
|
Mon, 13 Jan 2020 19:31:33 +0100 |
Georges Racinet |
revlog: using two new functions in C capsule from Rust code
|
Tue, 14 Jan 2020 12:04:12 +0100 |
Georges Racinet |
revlog-native: introduced ABI version in capsule
|
Fri, 13 Dec 2019 19:52:26 +0100 |
Georges Racinet |
rust-index: make it possible to clone the struct referencing the C index
|
Thu, 12 Dec 2019 03:46:47 +0100 |
Georges Racinet |
rust-index: add a `inner` method to the Index struct
|
Wed, 27 Nov 2019 17:59:58 +0100 |
Georges Racinet |
revlog: made C Capsule an array of function pointers
|
Sun, 13 Oct 2019 17:07:44 +0900 |
Yuya Nishihara |
rust-cpython: leverage upstreamed py_capsule_fn!() macro
|
Tue, 02 Jul 2019 17:15:03 +0200 |
Raphaël Gomès |
rust: switch hg-core and hg-cpython to rust 2018 edition
|
Wed, 23 Jan 2019 07:49:36 -0500 |
Georges Racinet |
rust-cpython: raising error.WdirUnsupported
stable
|
Tue, 04 Dec 2018 11:05:06 +0100 |
Georges Racinet |
rust: core implementation for lazyancestors
|
Mon, 03 Dec 2018 07:44:08 +0100 |
Georges Racinet |
rust-cpython: implement Graph using C parents function
|