about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-enum.64bit.stderr
AgeCommit message (Collapse)AuthorLines
2024-01-06remove an unnecessary stderr-per-bitwidthRalf Jung-134/+0
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-5/+5
2023-07-25interpret: refactor projection code to work on a common trait, and use that ↵Ralf Jung-5/+18
for visitors
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-2/+2
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-2/+2
Updates `interpret`, `codegen_ssa`, and `codegen_cranelift` to consume the new cast instead of the intrinsic. Includes `CastTransmute` for custom MIR building, to be able to test the extra UB.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+121