rust/compiler/rustc_middle/src
Dylan DPC 1dc672a766
Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk
Include Refs in Valtree Creation

This adds references to `const_to_valtree`, which isn't used in the compiler yet, but after the previous changes we made to the thir and mir representations and this change we should be able to finally introduce them in the next PR.

I wasn't able to properly test this code, except indirectly by including a call of `const_to_valtree` in the code that currently creates constants (`turn_into_const_value`).

r? `@lcnr`

cc `@oli-obk` `@RalfJung`
2022-04-16 19:42:03 +02:00
..
dep_graph Adopt let_else in even more places 2022-02-16 22:43:39 +01:00
hir Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix 2022-04-15 20:50:45 +02:00
infer remove unused incorrect EqUnifyValue impl 2022-04-01 12:57:24 +02:00
middle Update issue-92893.stderr 2022-04-14 23:42:15 +03:00
mir Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov 2022-04-16 07:12:46 +02:00
query Store LocalDefId in is_late_bound_map. 2022-04-10 13:36:06 +02: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 Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk 2022-04-16 19:42:03 +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 Reimplement lowering of sym operands for asm! so that it also works with global_asm! 2022-04-14 15:32:03 +01:00