about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/rwlock.rs
AgeCommit message (Expand)AuthorLines
2022-03-22Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.Mara Bos-68/+0
2021-06-01Multiple improvements to RwLocksBenoƮt du Garreau-0/+2
2020-10-13Add note about using cells in the locks on the 'unsupported' platform.Mara Bos-0/+1
2020-10-09Assert state in sys/unsupported's RwLock::write_unlock.Mara Bos-1/+1
2020-10-08Apply deny(unsafe_op_in_unsafe_fn) to all of sys/unsupported.Mara Bos-2/+0
2020-10-08Remove unsafety from unsupported/rwlosck.rs by using a Cell.Mara Bos-18/+16
2020-07-27mv std libs to library/mark-0/+69