rust/compiler/rustc_query_system/src/dep_graph
2023-03-09 08:00:54 +01: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 Remove dep_node_index_of_opt and dep_node_index_of 2023-03-09 08:00:54 +01:00
mod.rs Move dep graph methods to DepGraphData to avoid branches and unwraps 2023-03-09 06:14:34 +01:00
query.rs Address review. 2021-03-30 18:10:08 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00

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