about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/int_overflow.rs
AgeCommit message (Collapse)AuthorLines
2024-04-13Add add/sub methods that only panic with debug assertions to rustcNilstrieb-0/+65
This mitigates the perf impact of enabling overflow checks on rustc. The change to use overflow checks will be done in a later PR.