| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-04-15 | Add `graph::depth_first_search_as_undirected` | Maybe Waffle | -0/+26 |
| 2024-04-15 | Make `graph::DepthFirstSearch` accept `G` by value | Maybe Waffle | -2/+2 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -10/+2 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -4/+7 |
| 2024-04-14 | Document `ControlFlowGraph` | Maybe Waffle | -4/+2 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -8/+8 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -29/+14 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -9/+4 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2021-09-08 | Rework DepthFirstSearch API | Niko Matsakis | -1/+1 |
| 2021-08-09 | Remove duplicate trait bounds in `rustc_data_structures::graph` | pierwill | -7/+2 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+86 |
