summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/iterate/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-15Don't re-export std::ops::ControlFlow in the compiler.Leonora Tindall-3/+1
2020-11-15change 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