rust/compiler/rustc_query_system/src/dep_graph
2024-01-14 12:57:13 +00:00
..
debug.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
dep_node.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
edges.rs remove redundant imports 2023-12-10 10:56:22 +08:00
graph.rs don't reexport atomic::ordering via rustc_data_structures, use std import 2024-01-06 15:01:10 +03:00
mod.rs Reduce exposure of things. 2023-11-16 16:49:22 +11:00
query.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Inline 2 functions that appear in dep-graph profiles. 2024-01-14 12:57:13 +00:00

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