| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-26 | Hermit: Fix initializing lazy locks | Martin Kröning | -3/+8 | |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -6/+0 | |
| 2022-04-06 | Rename RWLock to RwLock in std::sys. | Mara Bos | -7/+7 | |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -2/+1 | |
| 2021-08-13 | Don't put hermit rwlocks in a box. | Martin Kröning | -1/+1 | |
| Hermit rwlocks are movable. | ||||
| 2021-06-01 | Multiple improvements to RwLocks | Benoît du Garreau | -0/+2 | |
| - Split `sys_common::RWLock` between `StaticRWLock` and `MovableRWLock` - Unbox `RwLock` on some platforms (Windows, Wasm and unsupported) - Simplify `RwLock::into_inner` | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+144 | |
