| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -58/+0 | |
| 2020-10-02 | No longer put windows condvars in a box. | Mara Bos | -1/+1 | |
| Windows condition variables are movable (while not borrowed) according to their documentation. | ||||
| 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/+56 | |
