about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/vec_graph/mod.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-15Add an opt-in to store incoming edges in `VecGraph` + some docsMaybe Waffle-56/+192
2024-04-15Use RPITIT for `Successors` and `Predecessors` traitsMaybe Waffle-3/+1
2024-04-14Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`Maybe Waffle-2/+2
2024-04-14Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`Maybe Waffle-8/+4
2024-04-14Merge `WithNumNodes` into DirectedGraphMaybe Waffle-3/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-10-14more dupe word typosRageking8-2/+2
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-3/+5
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+1
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-1/+1
2020-10-27Fix typo in vec_graphDániel Buga-1/+1
2020-08-30mv compiler to compiler/mark-0/+107