Sat, 12 Oct 2019 23:34:05 +0900 | Yuya Nishihara | rust-cpython: add panicking version of borrow_mut() and use it | file | diff | annotate |
Sat, 21 Sep 2019 17:27:14 +0900 | Yuya Nishihara | rust-cpython: make sure PySharedRef::borrow_mut() never panics | file | diff | annotate |
Tue, 22 Oct 2019 11:38:43 +0900 | Yuya Nishihara | rust-cpython: remove useless wrappers from PyLeaked, just move by map() | file | diff | annotate |
Sat, 05 Oct 2019 09:33:01 -0400 | Yuya Nishihara | rust-cpython: remove useless PyResult<> from leak_immutable() | file | diff | annotate |
Sat, 05 Oct 2019 09:01:25 -0400 | Yuya Nishihara | rust-cpython: remove useless PyRefMut wrapper | file | diff | annotate |
Sat, 05 Oct 2019 08:59:09 -0400 | Yuya Nishihara | rust-cpython: drop manual management of mutably_borrowed | file | diff | annotate |
Sat, 05 Oct 2019 08:56:15 -0400 | Yuya Nishihara | rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref | file | diff | annotate |