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
2022-02-23
Avoid exhausting stack space in dominator compression
Mark Rousskov
-3
/
+13
2021-12-22
rustc `VecGraph`: require the index type to implement Ord
pierwill
-6
/
+9
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+1
2021-12-06
Annotate comments onto the LT algorithm
Mark Rousskov
-2
/
+102
2021-12-06
Avoid using Option where values are always Some
Mark Rousskov
-9
/
+13
2021-12-06
Create newtype around the pre order index
Mark Rousskov
-32
/
+41
2021-12-06
Use variables rather than lengths directly
Mark Rousskov
-10
/
+13
2021-12-06
Optimize: reuse the real-to-preorder mapping as the visited set
Mark Rousskov
-4
/
+2
2021-12-06
Remove separate RPO traversal
Mark Rousskov
-17
/
+7
2021-12-06
Use preorder indices for data structures
Mark Rousskov
-53
/
+38
2021-12-06
Avoid inserting into buckets if not necessary
Mark Rousskov
-1
/
+7
2021-12-06
Optimization: process buckets only once
Mark Rousskov
-7
/
+8
2021-12-06
Optimization: Merge parent and ancestor arrays
Mark Rousskov
-10
/
+21
2021-12-06
Implement the simple Lengauer-Tarjan algorithm
Mark Rousskov
-39
/
+116
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