rust/hg-cpython/src/dirstate/dirs_multiset.rs
Wed, 31 May 2023 18:18:52 +0100 Arseniy Alekseyev rust: remove an unused error variant DirstateMapError::EmptyPath
Mon, 09 Jan 2023 17:40:03 +0100 Raphaël Gomès rust: run `cargo clippy`
Mon, 20 Sep 2021 13:16:36 +0200 Simon Sapin rust: Remove support for passing a dict to the Rust pathutil.dirs()
Mon, 30 Aug 2021 18:45:54 +0200 Pierre-Yves David pathutil: replace the `skip` argument of `dirs` with a boolean
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
Wed, 27 Jan 2021 14:00:21 +0100 Simon Sapin rust: Remove DirstateParseError and ListDirstateTrackedFilesError
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, 25 Jan 2020 17:21:06 +0900 Yuya Nishihara rust-cpython: rename inner_shared() to inner()
Sat, 12 Oct 2019 23:34:05 +0900 Yuya Nishihara rust-cpython: add panicking version of borrow_mut() and use it
Thu, 12 Dec 2019 15:55:25 +0100 Raphaël Gomès rust-dirs: handle forgotten `Result`s
Fri, 22 Nov 2019 10:39:05 +0100 Raphaël Gomès rust-dirs: address failing tests for `dirs` impl with a temporary fix
Sat, 05 Oct 2019 09:33:01 -0400 Yuya Nishihara rust-cpython: remove useless PyResult<> from leak_immutable()
Sat, 12 Oct 2019 19:10:51 +0900 Yuya Nishihara rust-cpython: rename PyLeakedRef to PyLeaked
Sat, 21 Sep 2019 17:15:50 +0900 Yuya Nishihara rust-cpython: require GIL to borrow immutable reference from PySharedRefCell
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, 15 Sep 2019 17:02:31 +0900 Yuya Nishihara rust-cpython: drop self.borrow_mut() in favor of PySharedRef wrapper
Sun, 15 Sep 2019 16:59:50 +0900 Yuya Nishihara rust-cpython: drop self.leak_immutable() in favor of PySharedRef wrapper
Sun, 15 Sep 2019 16:50:48 +0900 Yuya Nishihara rust-cpython: add safe wrapper representing shared data borrowed from PyObject
Sun, 08 Sep 2019 20:26:55 +0900 Yuya Nishihara rust-cpython: move $leaked struct out of macro
Sat, 14 Sep 2019 23:01:51 +0900 Yuya Nishihara rust-cpython: move py_shared_state to PySharedRefCell object
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 13:23:55 +0900 Yuya Nishihara rust-cpython: leverage py_shared_iterator::from_inner() where appropriate
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:07:19 +0900 Yuya Nishihara rust-cpython: replace dyn Iterator<..> of sequence with concrete type
Sun, 01 Sep 2019 18:06:31 +0900 Yuya Nishihara rust-cpython: mark unsafe functions as such
Sun, 01 Sep 2019 17:48:24 +0900 Yuya Nishihara rust-cpython: pair leaked reference with its manager object
Sun, 01 Sep 2019 17:37:30 +0900 Yuya Nishihara rust-cpython: introduce restricted variant of RefCell
Sat, 17 Aug 2019 18:25:29 +0900 Yuya Nishihara rust-dirstate: split DirsMultiset constructor per input type
Tue, 09 Jul 2019 15:15:54 +0200 Raphaël Gomès rust-cpython: add macro for sharing references
Wed, 17 Jul 2019 11:37:43 +0200 Raphaël Gomès rust-dirstate: improve API of `DirsMultiset`
Tue, 09 Jul 2019 12:15:09 +0200 Raphaël Gomès rust-dirstate: use EntryState enum instead of literals
Tue, 09 Jul 2019 11:49:49 +0200 Raphaël Gomès rust-parsers: switch to parse/pack_dirstate to mutate-on-loop
Mon, 08 Jul 2019 18:01:39 +0200 Raphaël Gomès rust-dirstate: create dirstate submodule in hg-cpython
less more (0) tip