rust/compiler/rustc_middle/src
bors 6eda7642bd Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk
Move Derefer before Retag

_Follow up work to #96116 #95857 #95649_

This moves `Derefer` before `Retag` and creates a new `LocalInfo` called `Temp` to avoid retagging created temp values.

Zulip discussion [link](https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/deref.20as.20first.20and.20only.20projection)

r? `@oli-obk`
2022-05-01 15:25:16 +00:00
..
dep_graph Stop using CRATE_DEF_INDEX. 2022-04-17 12:14:42 +02:00
hir Hash visibilities in crate_hash. 2022-04-23 23:03:18 +02:00
infer remove unused incorrect EqUnifyValue impl 2022-04-01 12:57:24 +02:00
middle Auto merge of #95604 - nbdd0121:used2, r=petrochenkov 2022-04-25 16:14:54 +00:00
mir Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk 2022-05-01 15:25:16 +00:00
query Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk 2022-04-28 13:18:22 +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 Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 2022-04-04 04:48:36 +00:00
ty Save colon span to suggest bounds. 2022-04-30 13:55:17 +02: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 Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco 2022-04-15 20:50:43 +02:00
lint.rs span: move MultiSpan 2022-04-05 07:01:00 +01: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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Make all thir types implement clone 2022-04-20 00:11:08 +02:00