about summary refs log tree commit diff
path: root/src/librustc_data_structures/graph/vec_graph
AgeCommit message (Expand)AuthorLines
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-19/+4
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-1/+1
2019-07-02more centril nitsNiko Matsakis-1/+1
2019-07-02address nits by mattewjasperNiko Matsakis-2/+1
2019-07-02pacify the mercilous tidyNiko Matsakis-1/+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/+159