Sun, 06 Oct 2019 03:30:00 -0400 | Rodrigo Damazio | help: adding a help category to narrow and remotefilelog commands | changeset | files |
Sun, 15 Sep 2019 17:02:31 +0900 | Yuya Nishihara | rust-cpython: drop self.borrow_mut() in favor of PySharedRef wrapper | changeset | files |
Sun, 15 Sep 2019 16:59:50 +0900 | Yuya Nishihara | rust-cpython: drop self.leak_immutable() in favor of PySharedRef wrapper | changeset | files |
Sun, 15 Sep 2019 16:50:48 +0900 | Yuya Nishihara | rust-cpython: add safe wrapper representing shared data borrowed from PyObject | changeset | files |
Sun, 08 Sep 2019 20:26:55 +0900 | Yuya Nishihara | rust-cpython: move $leaked struct out of macro | changeset | files |
Sun, 15 Sep 2019 16:04:45 +0900 | Yuya Nishihara | rust-cpython: store leaked reference to PySharedState in $leaked struct | changeset | files |
Tue, 17 Sep 2019 07:59:25 +0900 | Yuya Nishihara | rust-cpython: mark PySharedState as Sync so &'PySharedState can be Send | changeset | files |