log rust/hg-cpython/src/dirstate/copymap.rs @ 47335:ed1583a845d2

age author description
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Fri, 30 Apr 2021 19:57:46 +0200 Simon Sapin rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
Mon, 15 Jun 2020 18:26:40 +0200 Raphaël Gomès rust: do a clippy pass
Sat, 25 Jan 2020 17:26:23 +0900 Yuya Nishihara rust-cpython: switch to upstreamed version of PySharedRefCell
Sat, 12 Oct 2019 19:10:51 +0900 Yuya Nishihara rust-cpython: rename PyLeakedRef to PyLeaked
Sun, 15 Sep 2019 22:19:10 +0900 Yuya Nishihara rust-cpython: make PyLeakedRef operations relatively safe
Sun, 15 Sep 2019 22:06:19 +0900 Yuya Nishihara rust-cpython: put leaked reference in PyLeakedRef
Sun, 08 Sep 2019 20:26:55 +0900 Yuya Nishihara rust-cpython: move $leaked struct out of macro
Sun, 01 Sep 2019 20:53:14 +0200 Raphaël Gomès rust-hgpath: replace all paths and filenames with HgPath/HgPathBuf
Sun, 08 Sep 2019 12:26:12 +0900 Yuya Nishihara rust-cpython: rename py_shared_iterator_impl to py_shared_iterator
Sun, 08 Sep 2019 12:23:18 +0900 Yuya Nishihara rust-cpython: replace dyn Iterator<..> of mapping with concrete type
Wed, 10 Jul 2019 09:56:53 +0200 Raphaël Gomès rust-dirstate: rust-cpython bridge for dirstatemap