| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -46/+0 | |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -14/+15 | |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -4/+8 | |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -3/+0 | |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -1/+1 | |
| 2020-10-08 | Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrum | bors | -4/+4 | |
| `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx This is part of #73904. Enclose unsafe operations in unsafe blocks in `libstd/sys/sgx`. | ||||
| 2020-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -4/+4 | |
| Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions. | ||||
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -0/+2 | |
| This commit keeps all condvars boxed on all platforms, but makes it trivial to remove the box on some platforms later. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+42 | |
