rust/library/std/src/sys
Mara Bos f3837e788b No longer put windows condvars in a box.
Windows condition variables are movable (while not borrowed) according
to their documentation.
2020-10-02 09:47:08 +02:00
..
cloudabi No longer put cloudabi condvars in a box. 2020-10-02 09:47:08 +02:00
hermit Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
sgx Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
unix Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
unsupported No longer put condvars on the 'unsupported' platform in a box. 2020-10-02 09:47:08 +02:00
vxworks Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
wasi spend another CI build to delete a double newline 2020-09-20 14:04:23 +02:00
wasm No longer put wasm condvars in a box. 2020-10-02 09:47:08 +02:00
windows No longer put windows condvars in a box. 2020-10-02 09:47:08 +02:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00