rust/compiler/rustc_query_system/src/dep_graph
bors e4a6032706 Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor
Remove unused functions and arguments from rustc_serialize
2021-06-07 14:40:26 +00:00
..
debug.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
dep_node.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
graph.rs Make the reasoning more explicit. 2021-06-01 21:46:30 +02:00
mod.rs Get rid of PreviousDepGraph. 2021-05-22 14:14:23 +02: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 Remove unused functions and arguments from rustc_serialize 2021-06-01 19:29:11 +02:00

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