| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -1/+6 | |
| 2020-10-26 | explain why interning is not as trivial as it might seem | Ralf Jung | -0/+11 | |
| 2020-10-26 | interning 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-26 | move &mut-in-const check from interning to validation | Ralf Jung | -2/+2 | |
| 2020-10-26 | move UnsafeCell-in-const check from interning to validation | Ralf Jung | -4/+2 | |
| 2020-10-21 | Miri engine interning: improve comments, and entirely skip ZST | Ralf Jung | -11/+17 | |
| 2020-10-17 | Optimize const value interning for ZST types | Wesley Wiser | -0/+6 | |
| Interning can skip any inhabited ZST type in general. | ||||
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -3/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+455 | |
