about summary refs log tree commit diff
path: root/tests/ui/consts/const-int-unchecked.rs
AgeCommit message (Collapse)AuthorLines
2025-06-02Use the informative error as the main const eval error messageOli Scherer-50/+49
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-6/+6
This is just one part of the MCP, but it's the one that IMHO removes the most noise from the standard library code. Seems net simpler this way, since MIR already supported heterogeneous shifts anyway, and thus it's not more work for backends than before.
2024-03-14Stabilize `unchecked_{add,sub,mul}`Scott McMurray-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+149