Files
rust/compiler/rustc_data_structures/src/graph
Vadim Petrochenkov 96697d41ed LinkedGraph: support adding nodes and edges in arbitrary order
If an edge uses some not-yet-known node, we just leave the node's data empty, that data can be added later.

Use this support to avoid skipping edges in DepGraphQuery
2026-02-22 10:53:56 +03:00
..
2025-02-08 22:12:13 +00:00
2024-07-29 08:26:52 +10:00