| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
Scalar methods
|
|
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
|
|
|
|
Currently the same message is used for hard errors and soft errors. This
makes hard errors use a message that indicates the reality of the
situation correctly, since usage of the constant is never allowed when
there was a hard error evaluating it.
|
|
involved
|
|
|
|
|
|
|
|
|
|
Pass large interpreter types by reference, not value
r? `@ghost`
|
|
|
|
|
|
|
|
|
|
rest in peace match bool <3
|
|
|
|
|
|
|
|
|
|
|
|
functions that does allocations
|
|
|
|
|
|
|
|
|
|
make intern_const_alloc_recursive return error
fix #78655
r? ``@oli-obk``
|
|
|
|
|
|
|
|
|
|
|
|
no longer need the ignore_interior_mut_in_const hack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|