| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -149/+0 | |
| 2020-10-07 | Formatting. | Mara Bos | -1/+5 | |
| 2020-10-07 | Get rid of raw pointers and UnsafeCell in cloudabi condvar. | Mara Bos | -22/+13 | |
| 2020-10-07 | Use slice_as_mut_ptr instead of first_ptr_mut. | Mara Bos | -1/+1 | |
| This function was renamed. | ||||
| 2020-10-02 | No longer put cloudabi condvars in a box. | Mara Bos | -1/+1 | |
| Cloudabi condvars may be moved safely. | ||||
| 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/+152 | |
