about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/iterate/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-10Apply clippy suggestionsClemens Wasser-2/+2
2021-09-08Rework DepthFirstSearch APINiko Matsakis-2/+52
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-2/+0
2020-10-31Move post order walk to iterative approachAndreas Molzer-5/+20
2020-10-22Don't re-export std::ops::ControlFlow in the compiler.Leonora Tindall-3/+1
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-2/+1
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-1/+1
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-8/+5
2020-08-30mv compiler to compiler/mark-0/+296