rust/library/std
Mara Bos b181f5a923 Make it possible to have unboxed condvars on specific platforms.
This commit keeps all condvars boxed on all platforms, but makes it
trivial to remove the box on some platforms later.
2020-10-02 09:47:08 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs Remove duplicated library links between std and libc 2020-09-21 01:37:15 -07:00
Cargo.toml libary: Forward compiler-builtins "mem" feature 2020-09-27 20:31:06 -07:00