about summary refs log tree commit diff
path: root/library/std/src/sys/cloudabi/condvar.rs
AgeCommit message (Expand)AuthorLines
2020-11-22Drop support for cloudabi targetsLzu Tao-149/+0
2020-10-07Formatting.Mara Bos-1/+5
2020-10-07Get rid of raw pointers and UnsafeCell in cloudabi condvar.Mara Bos-22/+13
2020-10-07Use slice_as_mut_ptr instead of first_ptr_mut.Mara Bos-1/+1
2020-10-02No longer put cloudabi condvars in a box.Mara Bos-1/+1
2020-10-02Make it possible to have unboxed condvars on specific platforms.Mara Bos-0/+2
2020-07-27mv std libs to library/mark-0/+152