rust/compiler/rustc_query_system/src/dep_graph
2021-02-20 22:53:46 +01:00
..
debug.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dep_node.rs Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
graph.rs Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
mod.rs Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
prev.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08:00
query.rs rustc_query_system: use more space-efficient edges representation 2020-12-22 14:12:57 -08:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08:00

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