rust/compiler/rustc_serialize/src
Nilstrieb 5039160c5b Add add/sub methods that only panic with debug assertions to rustc
This mitigates the perf impact of enabling overflow checks on rustc.
The change to use overflow checks will be done in a later PR.
2024-04-13 17:03:12 +02:00
..
int_overflow.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
leb128.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
lib.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
opaque.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
serialize.rs Replace NonZero::<_>::new with NonZero::new. 2024-02-15 08:09:42 +01:00