1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
2021-02-18 14:13:38 +02:00
..
debug.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dep_node.rs Simplify DepNodeParams. 2021-01-08 17:29:49 +01:00
graph.rs Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. 2021-02-18 14:13:38 +02:00
mod.rs Use a side-table of consts instead of matching on the DepKind enum. 2021-01-08 17:48:02 +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].