summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
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