1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
2021-01-14 19:23:59 +01: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 Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01: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 rustc_query_system: explicitly register reused dep nodes 2020-12-18 18:53:12 -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 rustc_query_system: share previous graph edges with current graph 2020-12-22 14:12:57 -08:00

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