about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/visitor.rs
AgeCommit message (Expand)AuthorLines
2023-12-12clippy::complexity fixesMatthias Krüger-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-08-30interpret: fix projecting into an unsized field of a localRalf Jung-2/+3
2023-07-25interpret: make write functions generic over the place typeRalf Jung-3/+1
2023-07-25interpret: read_discriminant: only return VariantIdxRalf Jung-1/+1
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-517/+177
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-9/+9
2023-07-11miri: protect Move() function arguments during the callRalf Jung-2/+2
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