rust/compiler/rustc_query_system/src/dep_graph
2023-11-22 22:49:22 -05: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 Reduce exposure of things. 2023-11-16 16:49:22 +11:00
graph.rs Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05: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 Replace custom_encodable with encodable. 2023-11-22 18:37:14 +11:00

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