1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
Matthias Krüger 32aa4c03d9
Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb
Use an IndexVec to debug fingerprints.

Uncontroversial part of https://github.com/rust-lang/rust/pull/109050
2023-03-27 08:46:52 +02:00
..
debug.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dep_node.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
graph.rs Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb 2023-03-27 08:46:52 +02:00
mod.rs Pass tcx directly 2023-03-25 03:13:05 +01:00
query.rs Address review. 2021-03-30 18:10:08 +02:00
README.md
serialized.rs Optimize incremental_verify_ich 2023-03-25 02:59:53 +01:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].