index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
graph
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-06
Rename `graph::implementation::Graph` to `LinkedGraph`
Zalathar
-1
/
+1
2025-01-26
Incorporate `iter_nodes` into `graph::DirectedGraph`
Zalathar
-0
/
+16
2025-01-14
Add wrapper type `ReversedGraph` for swapping successors/predecessors
Zalathar
-0
/
+1
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