about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
2021-02-20Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obkbors-12/+12
2021-02-17Reduce size of InterpErrorInfo to 8 bytesTomasz Miąsko-2/+2
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-1/+1
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-3/+3
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-8/+8
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-1/+1
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-0/+16
2021-01-10Add ABI argument to `find_mir_or_eval_fn`Nym Seddon-0/+2
2021-01-04Move MIR body loading to a machine functionoli-0/+16
2020-12-17Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obkbors-59/+4
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-0/+4
2020-12-09Remove memoization leftoversTunahan Karlibas-59/+4
2020-12-06Fix comments related to abort()Albin Hedman-0/+4
2020-12-03move interpret::MemoryKind::Heap to const evalVishnunarayan K I-1/+26
2020-12-03move intrinsic to CTFE, add FIXMEVishnunarayan K I-0/+17
2020-12-02add comment and bless some testsVishnunarayan K I-1/+5
2020-12-01review comment and one more testVishnunarayan K I-7/+6
2020-12-01review commentsVishnunarayan K I-2/+8
2020-11-04Add `is_null` helperoli-2/+2
2020-11-04s/Scalar::Raw/Scalar::Intoli-4/+4
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-5/+5
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-1/+2
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-1/+1
2020-09-19Do not call the `const_eval` query in mir interpretation except for caching o...Oliver Scherer-1/+1
2020-09-12move guaranteed{ne,eq} implementation to compile-time machineRalf Jung-3/+68
2020-08-30mv compiler to compiler/mark-0/+372