rust/compiler/rustc_data_structures
Nicholas Nethercote a36d8acd83 Optimize empty provenance range checks.
Currently it gets the pointers in the range and checks if the result is
empty, but it can be done faster if you combine those two steps.
2025-02-27 18:10:17 +11:00
..
src Optimize empty provenance range checks. 2025-02-27 18:10:17 +11:00
Cargo.toml Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00