rust/compiler/rustc_query_system/src/dep_graph
pierwill 0019ca9141 Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.

Also fix incorrect file paths.
2021-04-08 11:12:14 -05: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 Also profile finishing the encoding. 2021-03-30 18:10:08 +02:00
mod.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
prev.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04: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 Enable debugging the dep-graph without debug-assertions. 2021-03-31 17:12:06 +02:00

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