rust/compiler/rustc_query_system
Nicholas Nethercote ed6a137a32 Tweak DepNodeColorMap::get.
The most common `get` case is green. This commit changes `get` to use
use `if`/`else` instead of match, so that getting green requires one
comparison instead of two.
2025-10-07 15:32:33 +11:00
..
src Tweak DepNodeColorMap::get. 2025-10-07 15:32:33 +11:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl don't uppercase error messages 2025-09-03 15:24:49 +02:00