about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/scc/mod.rs
AgeCommit message (Expand)AuthorLines
2020-12-29don't redundantly repeat field namesMatthias Krüger-1/+1
2020-11-08Remove recursion from sccc walkingAndreas Molzer-73/+182
2020-11-05Convert the recursive find_state to a loopAndreas Molzer-22/+110
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-08-30mv compiler to compiler/mark-0/+380