| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -61/+0 |
| 2020-10-14 | Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=M... | Yuki Okushi | -14/+7 |
| 2020-10-13 | Add note about using cells in the locks on the 'unsupported' platform. | Mara Bos | -0/+1 |
| 2020-10-08 | Apply deny(unsafe_op_in_unsafe_fn) to all of sys/unsupported. | Mara Bos | -2/+0 |
| 2020-10-08 | Remove unsafety from unsupported/mutex.rs by using a Cell. | Mara Bos | -14/+8 |
| 2020-10-08 | Remove unnecessary rustc_const_stable attributes. | Mara Bos | -1/+0 |
| 2020-10-02 | No longer put mutexes on the 'unsupported' platform in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+67 |
