summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/visitor.rs
AgeCommit message (Expand)AuthorLines
2022-07-20make use of symbolic vtables in interpreterRalf Jung-1/+1
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-25/+25
2022-07-19Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obkbors-7/+7
2022-07-18interpret: make some large types not CopyRalf Jung-7/+7
2022-07-17interpret/visitor: add missing early returnRalf Jung-0/+3
2022-07-15interpret/visitor: support visiting with a PlaceTyRalf Jung-35/+237
2022-07-11interpret: refactor projection handling codeRalf Jung-11/+13
2022-07-03move Box mess handling into general visitorRalf Jung-0/+49
2022-06-29interpret: add From<&MplaceTy> for PlaceTyRalf Jung-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+278