rust/compiler/rustc_incremental/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
..
persist Pass WorkProductMap to build_dep_graph instead of FxIndexMap 2023-08-13 16:07:48 +00:00
assert_dep_graph.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
assert_module_sources.rs Add internal_features lint 2023-08-03 14:50:50 +02:00
errors.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
lib.rs Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet 2023-06-04 21:54:28 -04:00