rust/compiler/rustc_query_system/src/dep_graph
Oli Scherer 264cd05b16 Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
This reverts commit 6499c5e7fc, reversing
changes made to 78450d2d60.
2022-03-28 16:27:14 +00:00
..
debug.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
dep_node.rs Inline DepNodeParams methods. 2021-10-20 18:46:25 +02:00
graph.rs Take &mut Diagnostic in emit_diagnostic. 2022-03-20 20:36:08 +01:00
mod.rs Introduce new TaskDepsRef enum to track allow/ignore/forbid status 2022-01-08 18:22:06 -05: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 Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00

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