rust/compiler/rustc_query_system/src/dep_graph
Jubilee 975d042d4c
Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco
Remove -Zdep-tasks.

This option is not useful any more, we can use `tracing` and `RUSTC_LOG` to debug the dep-graph.
2023-10-28 01:07:35 -07: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 Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco 2023-10-28 01:07:35 -07: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].