rust/library/std
Mara Bos 88c006b1b9 Pin the ReentrantMutexes in sys::io::stdio.
The code before this change misused the ReentrantMutexes, by calling
init() on them and moving them afterwards. Now that ReentrantMutex
requires Pin for init(), this mistake is no longer easy to make.
2020-12-08 16:55:38 -05:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Pin the ReentrantMutexes in sys::io::stdio. 2020-12-08 16:55:38 -05: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 Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum 2020-10-27 08:44:44 +09:00