about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/machine.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-479/+0
2021-07-15enable Miri to fix the bytes in an allocation (since ptr offsets have differe...Ralf Jung-9/+4
2021-07-15adjustions and cleanup to make Miri build againRalf Jung-59/+49
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-0/+3
2021-07-14CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...Ralf Jung-33/+39
2021-07-02Allocation failure in constprop panics right awaySmitty-0/+3
2021-05-23Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...hyd-dev-5/+5
2021-05-22Add default implementation for `enforce_abi()`hyd-dev-6/+3
2021-05-21Add `rustc_mir::interpret::Machine::enforce_abi()`hyd-dev-0/+8
2021-05-19CTFE Machine: do not expose AllocationRalf Jung-3/+4
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-7/+35
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-0/+1
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