| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-06-06 | Make all {Mutex, Condvar, RwLock}::new #[inline]. | Mara Bos | -0/+3 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -3/+0 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -9/+0 |
| 2022-04-18 | Remove forgotten reexport of ReentrantMutex in sys::unsupported. | Mara Bos | -1/+1 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -23/+0 |
| 2022-04-06 | Rename RWLock to RwLock in std::sys. | Mara Bos | -8/+8 |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -0/+167 |
