Files
rust/compiler/rustc_lint/src
bors 383c1d729e Auto merge of #109117 - oli-obk:locks, r=michaelwoerister
Avoid a few locks

We can use atomics or datastructures tuned for specific access patterns instead of locks. This may be an improvement for parallel rustc, but it's mostly a cleanup making various datastructures only usable in the way they are used right now (append data, never mutate), instead of having a general purpose lock.
2023-04-05 10:38:02 +00:00
..
2023-03-20 03:22:31 +08:00
2023-03-21 15:38:51 +00:00
2023-01-09 18:57:02 -05:00
2023-03-06 10:56:23 +00:00
2023-01-09 18:57:02 -05:00
2023-01-09 18:57:02 -05:00
2023-01-09 18:57:02 -05:00
2021-07-08 17:14:28 +02:00
2023-01-09 18:57:02 -05:00