rust/compiler/rustc_data_structures/src/graph
Niko Matsakis c9d46eb224 Rework DepthFirstSearch API
This expands the API to be more flexible, allowing for more visitation patterns
on graphs. This will be useful to avoid extra datasets (and allocations) in
cases where the expanded DFS API is sufficient.

This also fixes a bug with the previous DFS constructor, which left the start
node not marked as visited (even though it was immediately returned).
2021-09-08 12:23:37 -04:00
..
dominators Only initialize what is used 2021-02-10 09:20:41 +01:00
implementation mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
iterate Rework DepthFirstSearch API 2021-09-08 12:23:37 -04:00
scc don't redundantly repeat field names 2020-12-29 22:26:58 +01:00
vec_graph Fix typo in vec_graph 2020-10-27 18:37:43 +01:00
mod.rs Rework DepthFirstSearch API 2021-09-08 12:23:37 -04:00
reference.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00