about summary refs log tree commit diff
path: root/src/librustc_data_structures/graph/scc
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-521/+0
2020-07-03Edit docs for rustc_data_structures::graph::sccpierwill-4/+6
2020-04-21sccs are computed in dependency orderNiko Matsakis-0/+5
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-99/+49
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-4/+3
2019-07-02introduce a `VecGraph` abstraction that cheaply stores graphsNiko Matsakis-1/+20
2019-07-02implement the graph traits for SCCNiko Matsakis-1/+26
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-09librustc_data_structures => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-20/+0
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-07-13nit: fix `all_sccs` commentNiko Matsakis-1/+1
2018-07-13nit: tweak comment orderNiko Matsakis-21/+23
2018-07-13nit: improve SCC commentsNiko Matsakis-4/+19
2018-07-13nit: clarify "keep it around" commentNiko Matsakis-2/+2
2018-07-13nit: s/successor/successors/Niko Matsakis-2/+2
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-0/+5
2018-07-12introduce a generic SCC computationNiko Matsakis-0/+519