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
Age
Commit message (
Expand
)
Author
Lines
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-5
/
+5
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-4
/
+10
2021-10-10
Apply clippy suggestions
Clemens Wasser
-10
/
+4
2021-09-28
More tracing instrumentation
Oli Scherer
-14
/
+6
2021-09-24
consistent big O notation
r00ster91
-1
/
+1
2021-09-08
Rework DepthFirstSearch API
Niko Matsakis
-3
/
+69
2021-08-09
Remove duplicate trait bounds in `rustc_data_structures::graph`
pierwill
-7
/
+2
2021-02-10
Only initialize what is used
Dániel Buga
-0
/
+4
2021-01-24
Clean up dominators_given_rpo
Dániel Buga
-11
/
+5
2020-12-29
don't redundantly repeat field names
Matthias Krüger
-1
/
+1
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-2
/
+0
2020-11-21
Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis
bors
-95
/
+364
2020-11-08
Remove recursion from sccc walking
Andreas Molzer
-73
/
+182
2020-11-05
Add test for sccc of a long list
Andreas Molzer
-0
/
+26
2020-11-05
Convert the recursive find_state to a loop
Andreas Molzer
-22
/
+110
2020-10-31
Move post order walk to iterative approach
Andreas Molzer
-5
/
+20
2020-10-31
Add a benchmark test for sccc finding
Andreas Molzer
-0
/
+46
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-27
Fix typo in vec_graph
Dániel Buga
-1
/
+1
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-10-05
Updates to experimental coverage counter injection
Rich Kadel
-0
/
+9
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
/
+1851
[prev]