rust/library
bors f3c923a13a Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm
Small cleanups in Windows Mutex.

 - Move `held` into the boxed part, since the SRW lock implementation does not use this. This makes the Mutex 50% smaller.
 - Use `Cell` instead of `UnsafeCell` for `held`, such that `.replace()` can be used.
 - Add some comments.
 - Avoid creating multiple `&mut`s to the critical section object in `ReentrantMutex`.
2020-09-17 19:23:58 +00:00
..
alloc Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu 2020-09-16 12:24:03 -07:00
backtrace@4083a90168
core Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievink 2020-09-16 12:24:28 -07:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm 2020-09-17 19:23:58 +00:00
stdarch@718175b34a Update stdarch 2020-09-15 17:26:20 +02:00
term
test
unwind