summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval/valtrees.rs
AgeCommit message (Expand)AuthorLines
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