Files
rust/library/std/src/sys_common
bors 7743aa836e Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc
std: use `sync::RwLock` for internal statics

Since `sync::RwLock` is now `const`-constructible, it can be used for internal statics, removing the need for `sys_common::StaticRwLock`. This adds some extra allocations on platforms which need to box their locks (currently SGX and some UNIX), but these will become unnecessary with the lock improvements tracked in #93740.
2022-09-20 22:00:08 +00:00
..
2022-06-03 17:04:14 +02:00
2021-05-14 03:54:46 +02:00
2021-05-14 03:54:46 +02:00
2022-06-03 17:04:14 +02:00
2022-06-20 23:02:21 +02:00
2022-08-13 17:38:01 +02:00
2021-12-29 10:07:44 +01:00