| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -8/+11 | |
| Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -47/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+247 | |
