rust/compiler/rustc_query_system/src/dep_graph
2023-02-25 06:11:02 +01:00
..
debug.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dep_node.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
graph.rs Add inlining attributes for query system functions 2023-02-25 06:11:02 +01:00
mod.rs Pass DepContext and QueryContext by value when practical 2023-02-14 17:21:18 +01:00
query.rs Address review. 2021-03-30 18:10:08 +02:00
README.md
serialized.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00

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