| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -2/+2 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -1/+1 |
| 2022-07-07 | Make MIR basic blocks field public | Tomasz Miąsko | -1/+1 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -17/+8 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -4/+4 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -8/+7 |
| 2022-02-24 | Fix intra-doc link issues exposed by new macro | Aaron Hill | -1/+1 |
| 2022-01-23 | Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726 | Matthias Krüger | -8/+2 |
| 2022-01-22 | rustc_mir_itertools: Avoid needless `collect` with itertools | Mateusz Mikuła | -8/+2 |
| 2022-01-20 | Simplify use of `map_or` | Oli Scherer | -1/+1 |
| 2021-12-07 | Remove `in_band_lifetimes` from `rustc_mir_transform` | Scott McMurray | -3/+3 |
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -0/+769 |
