rust/compiler/rustc_middle/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
..
dep_graph Pass DepContext and QueryContext by value when practical 2023-02-14 17:21:18 +01:00
hir Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
infer Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr 2023-03-08 12:33:21 +00:00
middle fix clippy::iter_kv_map 2023-04-01 23:44:16 +02:00
mir Auto merge of #109117 - oli-obk:locks, r=michaelwoerister 2023-04-05 10:38:02 +00:00
query Move mir::Fieldabi::FieldIdx 2023-03-28 22:22:37 -07:00
thir Move THIR printing to rustc_mir_build. 2023-02-26 14:31:15 +00:00
traits woops 2023-03-21 16:39:24 +01:00
ty Rollup merge of #109938 - oli-obk:try_norm, r=compiler-errors 2023-04-04 09:27:47 -07:00
util
arena.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
error.rs fix(middle): emit error rather than delay bug when reaching limit 2023-04-03 11:08:14 +08:00
lib.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04:00
lint.rs
macros.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
metadata.rs
tests.rs
thir.rs Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
values.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00