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
/
src
/
librustc_data_structures
/
graph
/
scc
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-521
/
+0
2020-07-03
Edit docs for rustc_data_structures::graph::scc
pierwill
-4
/
+6
2020-04-21
sccs are computed in dependency order
Niko Matsakis
-0
/
+5
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-99
/
+49
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-4
/
+3
2019-07-02
introduce a `VecGraph` abstraction that cheaply stores graphs
Niko Matsakis
-1
/
+20
2019-07-02
implement the graph traits for SCC
Niko Matsakis
-1
/
+26
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-07-13
nit: fix `all_sccs` comment
Niko Matsakis
-1
/
+1
2018-07-13
nit: tweak comment order
Niko Matsakis
-21
/
+23
2018-07-13
nit: improve SCC comments
Niko Matsakis
-4
/
+19
2018-07-13
nit: clarify "keep it around" comment
Niko Matsakis
-2
/
+2
2018-07-13
nit: s/successor/successors/
Niko Matsakis
-2
/
+2
2018-07-13
compute region values using SCCs not iterative flow
Niko Matsakis
-0
/
+5
2018-07-12
introduce a generic SCC computation
Niko Matsakis
-0
/
+519