| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-15 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -1/+2 | |
| 2020-09-07 | Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse | Dylan DPC | -3/+3 | |
| Use ops::ControlFlow in rustc_data_structures::graph::iterate Since I only know about this because you mentioned it, r? @ecstatic-morse If we're not supposed to use new `core` things in compiler for a while then feel free to close, but it felt reasonable to merge the two types since they're the same, and it might be convenient for people to use `?` in their traversal code. (This doesn't do the type parameter swap; NoraCodes has signed up to do that one.) | ||||
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 | |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -3/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+161 | |
