Files
rust/library/std/src
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-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-09-09 11:30:40 +02:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-08-25 07:42:07 +01:00
2022-08-31 18:24:55 +08:00