summary refs log tree commit diff
path: root/src/librustc_data_structures/graph/vec_graph/test.rs
AgeCommit message (Expand)AuthorLines
2019-07-02address nits by mattewjasperNiko Matsakis-2/+0
2019-07-02add a `depth_first_search` helper functionNiko Matsakis-0/+7
2019-07-02introduce a `VecGraph` abstraction that cheaply stores graphsNiko Matsakis-0/+46