summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval/valtrees.rs
AgeCommit message (Expand)AuthorLines
2022-06-14correctly create Scalar for meta infob-naber-3/+7
2022-06-14address reviewb-naber-7/+21
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-36/+15
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-61/+82
2022-05-12fix clippy expect_fun_callklensy-1/+3
2022-04-27combine all unsized types and add another recursive call to process nested un...b-naber-88/+77
2022-04-26account for custom DSTs in valtree -> constvalue conversionb-naber-5/+113
2022-04-24include valtree creation and valtree -> constvalue conversion in debug assert...b-naber-30/+22
2022-04-21deduplicate a lot of codeb-naber-224/+115
2022-04-21implement valtree -> constvalue conversionb-naber-0/+479