about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/intern.rs
AgeCommit message (Expand)AuthorLines
2020-10-26explain why interning is not as trivial as it might seemRalf Jung-0/+11
2020-10-26interning cleanup: we no longer need to distinguish Const and ConstInner; we ...Ralf Jung-56/+16
2020-10-26move &mut-in-const check from interning to validationRalf Jung-2/+2
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-4/+2
2020-10-21Miri engine interning: improve comments, and entirely skip ZSTRalf Jung-11/+17
2020-10-17Optimize const value interning for ZST typesWesley Wiser-0/+6
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+455