| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -153/+0 | |
| 2020-10-18 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabi | chansuke | -1/+3 | |
| 2020-10-07 | Get rid of raw pointers and UnsafeCell in cloudabi condvar. | Mara Bos | -1/+1 | |
| 2020-10-07 | Get rid of UnsafeCell<MaybeUninit>s in cloudabi mutex. | Mara Bos | -28/+24 | |
| 2020-10-02 | No longer put cloudabi mutexes in a box. | Mara Bos | -1/+1 | |
| Cloudabi mutexes may be moved safely. | ||||
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 | |
| This commit keeps all mutexes 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/+153 | |
