rust/compiler/rustc_query_system/src
bjorn3 980143b50c Pass WorkProductMap to build_dep_graph instead of FxIndexMap
Constructing an FxIndexMap is useless work as the iteration order never
matters.
2023-08-13 16:07:48 +00:00
..
dep_graph Pass WorkProductMap to build_dep_graph instead of FxIndexMap 2023-08-13 16:07:48 +00:00
ich Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
query Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli-obk 2023-08-08 03:30:56 +02:00
cache.rs
error.rs moved note as unspanned note, moved note to the bottom of the msg 2023-07-18 21:53:34 -04:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
values.rs Show which type was not specialized on query cycle misuse 2023-07-05 07:30:28 +00:00