log rust/hg-cpython/src/copy_tracing.rs @ 51466:a43a6d4b3be6 stable

age author description
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Mon, 09 Jan 2023 19:37:05 +0100 Raphaël Gomès rust-clippy: fix remaining warnings in `hg-cpython`
Mon, 06 Sep 2021 13:39:54 +0200 Simon Sapin rust: Move PyBytesWithData out of copy-tracing code
Tue, 05 Jan 2021 21:46:21 +0100 Simon Sapin copies-rust: send PyBytes values back be dropped ino the parent thread
Thu, 26 Nov 2020 18:23:51 +0100 Simon Sapin copies-rust: introduce PyBytesWithData to reduce GIL requirement
Wed, 06 Jan 2021 14:09:01 +0100 Simon Sapin copies-rust: move CPU-heavy Rust processing into a child thread
Tue, 05 Jan 2021 21:02:00 +0100 Simon Sapin copies-rust: split up combine_changeset_copies function into a struct
Tue, 15 Dec 2020 18:22:57 +0100 Pierre-Yves David copies-rust: remove the ancestor Oracle logic
Mon, 14 Dec 2020 11:32:24 +0100 Pierre-Yves David copies: iterate over children directly (instead of parents)
Thu, 12 Nov 2020 15:54:10 +0100 Pierre-Yves David copies-rust: parse the changed-file sidedata directly in rust
Thu, 01 Oct 2020 18:51:40 +0200 Pierre-Yves David copies: introduce the hg-cpython wrapper for `combine_changeset_copies`