rust/compiler/rustc_const_eval/src
bors b2c2a32870 Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk
Implement Valtree to ConstValue conversion

Once we start to use `ValTree`s in the type system we will need to be able to convert them into `ConstValue` instances, which we want to continue to use after MIR construction.

r? `@oli-obk`

cc `@RalfJung`
2022-04-28 13:18:22 +00:00
..
const_eval combine all unsized types and add another recursive call to process nested unsized types correctly 2022-04-27 16:58:16 +02:00
interpret account for custom DSTs in valtree -> constvalue conversion 2022-04-26 18:40:15 +02:00
transform Relax restrictions for copy operands 2022-04-22 16:45:15 -04:00
util Add new Deinit statement kind 2022-04-11 08:55:03 -04:00
lib.rs implement (as of now still unused) query for valtree -> constvalue conversion 2022-04-21 16:37:24 +02:00