rust/compiler/rustc_middle/src
bors cd282d7f75 Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk
Transition to valtrees pt1

Compartmentalising https://github.com/rust-lang/rust/pull/96591 as much as possible.

r? `@oli-obk`
2022-05-18 20:12:07 +00:00
..
dep_graph Stop using CRATE_DEF_INDEX. 2022-04-17 12:14:42 +02:00
hir change for_each_module's parameter to FnMut 2022-05-13 11:46:06 -04:00
infer fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
middle only compute codegen_fn_attrs where needed 2022-05-09 18:40:18 +02:00
mir Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk 2022-05-18 20:12:07 +00:00
query Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk 2022-05-18 20:12:07 +00:00
thir Reimplement lowering of sym operands for asm! so that it also works with global_asm! 2022-04-14 15:32:03 +01:00
traits Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors 2022-05-18 08:41:14 +02:00
ty Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk 2022-05-18 20:12:07 +00:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Document and rename the new wrapper type 2022-04-07 13:01:48 +00:00
lib.rs Remove PartialOrd/Ord impl for PlaceRef 2022-05-11 16:22:23 -04:00
lint.rs Move lint expectation checking into a separate query (RFC 2383) 2022-05-08 14:37:14 +02:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs
thir.rs use GlobalId in eval_to_valtree query and introduce query for valtree_to_const_val 2022-05-16 15:58:15 +02:00