Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 19 Oct 2019 14:30:19 +0900 | Yuya Nishihara | rust-cpython: run cargo fmt |
Sat, 05 Oct 2019 09:33:01 -0400 | Yuya Nishihara | rust-cpython: remove useless PyResult<> from leak_immutable() |
Sat, 05 Oct 2019 09:01:25 -0400 | Yuya Nishihara | rust-cpython: remove useless PyRefMut wrapper |
Sat, 05 Oct 2019 08:59:09 -0400 | Yuya Nishihara | rust-cpython: drop manual management of mutably_borrowed |
Sat, 05 Oct 2019 08:56:15 -0400 | Yuya Nishihara | rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref |
Sat, 12 Oct 2019 20:48:30 +0900 | Yuya Nishihara | rust-cpython: remove useless Option<$leaked> from py_shared_iterator |
Sat, 12 Oct 2019 20:26:38 +0900 | Yuya Nishihara | rust-cpython: allow mutation unless leaked reference is borrowed |