| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
infallible
This resolves all the problems we had around "normalizing" the representation of a Scalar in case it carries a Pointer value: we can just use Pointer if we want to have a value taht we are sure is already normalized.
|
|
Note that this breaks Miri.
Closes #79601
|
|
|
|
|
|
|
|
Pass large interpreter types by reference, not value
r? `@ghost`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no longer need the ignore_interior_mut_in_const hack
|
|
|
|
|
|
|
|
Interning can skip any inhabited ZST type in general.
|
|
|
|
|