rust/compiler/rustc_query_system/src/dep_graph
2023-09-21 17:06:14 +02: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 Add comments with the same level of detail as the PR description 2023-09-06 21:15:03 -04:00
graph.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
mod.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02: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 Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00

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