about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/iterate/tests.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2021-09-08Rework DepthFirstSearch APINiko Matsakis-0/+16
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).
2020-08-30mv compiler to compiler/mark-0/+22