rust/compiler/rustc_query_system/src/dep_graph
2023-09-12 08:59:37 +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
edges.rs Add comments with the same level of detail as the PR description 2023-09-06 21:15:03 -04:00
graph.rs Add optimized lock methods for Sharded 2023-09-08 08:48:44 +02:00
mod.rs Use a specialized varint + bitpacking scheme for DepGraph encoding 2023-09-04 12:16:50 -04:00
query.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Use UnhashMap for the index 2023-09-12 08:59:37 +02:00

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