| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -32/+0 | |
| 2020-10-02 | No longer put condvars on the 'unsupported' platform in a box. | Mara Bos | -1/+1 | |
| These condvars are unsupported and implemented as a ZST, so can be moved without problems. | ||||
| 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/+30 | |
