| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | End locals' live range before suspending coroutine | Tomasz Miąsko | -0/+7 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -4/+106 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -4/+106 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -2/+2 |
| 2023-11-08 | update mir-opt tests | lcnr | -4/+4 |
| 2023-10-31 | FileCheck while_storage. | Camille GILLOT | -0/+200 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -8/+14 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -8/+8 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -46/+71 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -4/+4 |
| 2023-09-28 | Bless mir-opt tests | Oli Scherer | -40/+46 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -12/+24 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -14/+14 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -2/+16 |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -0/+123 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -109/+122 |
| 2023-08-30 | mir-opt test before patch | Ding Xiang Fei | -0/+299 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -7/+7 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -7/+7 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -2/+2 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -2/+2 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -2/+2 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -0/+41 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -3/+3 |
| 2023-07-05 | rename constants in mir dump test | Eric Mark Martin | -8/+8 |
| 2023-07-05 | add mir dump test | Eric Mark Martin | -0/+41 |
| 2023-06-23 | Bless tests | Gary Guo | -6/+6 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -1496/+1415 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -15/+145 |
| 2023-05-15 | Address FIXME | Andy Wang | -11/+6 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+28 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -1/+1 |
| 2023-04-27 | Tweak await span | Michael Goulet | -88/+88 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -1/+1 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+21 |
| 2023-04-06 | Bless tests | Gary Guo | -16/+16 |
| 2023-04-05 | Tweak debug outputs to make debugging new solver easier | Michael Goulet | -6/+6 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -19/+15 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -0/+302 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -118/+106 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -0/+32 |
| 2023-03-22 | Demonstration test for MIR building of checked shift operators | Scott McMurray | -0/+314 |
| 2023-03-20 | Support aggregate expressions | Andy Wang | -0/+112 |
| 2023-03-20 | Allow optional RET type annotation | Andy Wang | -0/+32 |
| 2023-03-18 | Remove duplicate unreachable blocks | Ben Kimock | -19/+15 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -2/+2 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -107/+117 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+5 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -3/+5 |