1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
2023-08-16 10:00:25 +02:00
..
debug.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dep_node.rs Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few misc issues, added collect to UnordItems 2023-06-08 00:38:50 -04:00
graph.rs Keep SHARDS fixed instead of a function of cfg!(parallel_compiler) 2023-08-16 10:00:25 +02:00
mod.rs Pass WorkProductMap to build_dep_graph instead of FxIndexMap 2023-08-13 16:07:48 +00:00
query.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
README.md
serialized.rs Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot 2023-04-26 02:36:42 +00:00

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