summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/visitor.rs
AgeCommit message (Expand)AuthorLines
2023-02-20basic dyn* support for MiriRalf Jung-3/+13
2023-01-17Self review suggestionsMaybe Waffle-2/+2
2023-01-17`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)Maybe Waffle-3/+3
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-1/+1
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