summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/memory.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Remove assert_matches usersMark Rousskov-11/+3
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-3/+11
2020-12-03move interpret::MemoryKind::Heap to const evalVishnunarayan K I-5/+0
2020-12-03move intrinsic to CTFE, add FIXMEVishnunarayan K I-0/+1
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-3/+3
2020-12-01review commentsVishnunarayan K I-2/+2
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+4
2020-09-22Miri: more informative deallocation error messagesRalf Jung-4/+8
2020-09-19Address review commentsOliver Scherer-1/+1
2020-09-19Rename const eval queries to reflect the validation changesOliver Scherer-1/+1
2020-08-30mv compiler to compiler/mark-0/+1028