rust/compiler/rustc_data_structures
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
..
src Rework DepthFirstSearch API 2021-09-08 12:23:37 -04:00
Cargo.toml Update stacker and psm crates 2021-08-28 00:40:49 +02:00