rust/library/std/src/sys
bors e7cdd4c090 Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum
Make `ReentrantMutex` movable and `const`

As `MovableMutex` is now `const`, it can be used to simplify the implementation and interface of the internal reentrant mutex type. Consequently, the standard error stream does not need to be wrapped in `OnceLock` and `OnceLock::get_or_init_pin()` can be removed.
2022-09-04 22:53:58 +00:00
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum 2022-09-04 22:53:58 +00:00
itron std: make ReentrantMutex movable and const; simplify Stdout initialization 2022-09-03 14:05:28 +02:00
sgx Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum 2022-09-04 22:53:58 +00:00
solid Support #[unix_sigpipe = "inherit|sig_dfl|sig_ign"] on fn main() 2022-08-28 19:46:45 +02:00
unix Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum 2022-09-04 22:53:58 +00:00
unsupported Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum 2022-09-04 22:53:58 +00:00
wasi Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplett 2022-08-31 08:47:15 +09:00
wasm Fix futex module imports on wasm+atomics 2022-07-27 12:44:32 +04:00
windows Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum 2022-09-04 22:53:58 +00:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00