summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/intern.rs
AgeCommit message (Collapse)AuthorLines
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-1/+6
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
no longer need the ignore_interior_mut_in_const hack
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
Interning can skip any inhabited ZST type in general.
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+455