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
/
iterate
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-16
coverage: Completely overhaul counter assignment, using node-flow graphs
Zalathar
-0
/
+10
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-2
/
+2
2024-04-15
Make `graph::DepthFirstSearch` accept `G` by value
Maybe Waffle
-11
/
+11
2024-04-14
Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`
Maybe Waffle
-2
/
+2
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-12
/
+12
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-12
/
+12
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-4
/
+4
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-3
/
+3
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-2
/
+2
2021-10-10
Apply clippy suggestions
Clemens Wasser
-2
/
+2
2021-09-08
Rework DepthFirstSearch API
Niko Matsakis
-2
/
+52
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-2
/
+0
2020-10-31
Move post order walk to iterative approach
Andreas Molzer
-5
/
+20
2020-10-22
Don't re-export std::ops::ControlFlow in the compiler.
Leonora Tindall
-3
/
+1
2020-10-22
change the order of type arguments on ControlFlow
Leonora Tindall
-2
/
+1
2020-09-04
Add `BREAK` too, and improve the comments
Scott McMurray
-1
/
+1
2020-09-04
Use ops::ControlFlow in graph::iterate
Scott McMurray
-8
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+296