rust/compiler/rustc_query_system/src/dep_graph
2025-04-05 14:41:08 +02:00
..
debug.rs Use more slice patterns inside the compiler 2024-08-07 13:37:52 +02:00
dep_node.rs Represent diagnostic side effects as dep nodes 2025-03-14 16:01:58 +01:00
edges.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graph.rs Reuse the index from promoted nodes when coloring executed tasks 2025-04-05 14:41:08 +02:00
mod.rs Add a dep kind for use of the anon node with zero dependencies 2025-04-02 07:35:05 +02:00
query.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Reuse the index from promoted nodes when coloring executed tasks 2025-04-05 14:41:08 +02:00

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