summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/machine.rs
AgeCommit message (Expand)AuthorLines
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-6/+6
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-2/+2
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-0/+10
2021-01-10Add ABI argument to `find_mir_or_eval_fn`Nym Seddon-0/+4
2021-01-04Move MIR body loading to a machine functionoli-0/+10
2020-12-11Fix rustfmt failureJCTyblaidd-1/+1
2020-12-11Add post-initialization hook for static memory initialized using the interper...JCTyblaidd-0/+10
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-1/+1
2020-12-06Fix comments related to abort()Albin Hedman-4/+2
2020-12-05abort() now takes a msg parameterAlbin Hedman-2/+4
2020-12-03move interpret::MemoryKind::Heap to const evalVishnunarayan K I-4/+4
2020-10-13Replace absolute paths with relative onesest31-3/+4
2020-08-30mv compiler to compiler/mark-0/+422