rust/compiler/rustc_query_system/src/dep_graph
2024-03-09 15:43:50 -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 remove redundant imports 2023-12-10 10:56:22 +08:00
graph.rs Adjust the has_errors* methods. 2024-02-22 08:03:47 +11: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 Detect truncated incr comp files 2024-03-09 15:43:50 -05:00

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