| Age | Commit message (Collapse) | Author | Lines |
|
|
|
As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out of aggregate handling
Also, make enum variant handling a bit nicer
|
|
This does not actually regress anything. It would regress NonNull, but we
didn't handle that correctly previously either.
|