about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/mod.rs
AgeCommit message (Collapse)AuthorLines
2020-10-26interning cleanup: we no longer need to distinguish Const and ConstInner; we ↵Ralf Jung-1/+1
no longer need the ignore_interior_mut_in_const hack
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-1/+1
2020-08-30mv compiler to compiler/mark-0/+31