rust/library/core
Scott McMurray 8d5977d6af Slightly simplify the iN::partial_cmp MIR
This saves some debug and scope metadata in every single function that calls it.

Normally wouldn't be worth it, but with the derives there's *so* many of these.
2024-03-24 10:01:37 -07:00
..
benches Add benches for net parsing 2024-03-04 18:46:24 -05:00
src Slightly simplify the iN::partial_cmp MIR 2024-03-24 10:01:37 -07:00
tests Add+Use mir::BinOp::Cmp 2024-03-23 23:23:41 -07:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00