rust/compiler/rustc_query_system/src/dep_graph
2024-05-21 20:12:29 -04:00
..
debug.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
dep_node.rs Remove extern crate rustc_data_structures from rustc_query_system. 2024-04-29 15:40:29 +10:00
edges.rs remove redundant imports 2023-12-10 10:56:22 +08:00
graph.rs Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
mod.rs Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
query.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Add a footer in FileEncoder and check for it in MemDecoder 2024-05-21 20:12:29 -04:00

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