| Age | Commit message (Expand) | Author | Lines |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -25/+54 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -89/+89 |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+98 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -7/+7 |
| 2023-04-29 | Add test. | Camille GILLOT | -0/+34 |
| 2023-04-29 | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-04-28 | Make drop_flags an IndexVec. | Camille GILLOT | -1/+1 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -4/+3 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -2/+314 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -66/+30 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -12/+12 |
| 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-27 | Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-04-27 | Use EMIT_MIR_FOR_EACH_BIT_WIDTH in transmute mir-opt test | Tomasz Miąsko | -0/+217 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -1/+1 |
| 2023-04-27 | Remove workaround for CastKind::Transmute from const prop | Tomasz Miąsko | -5/+19 |
| 2023-04-26 | Add some MIR pre-codegen tests for slice indexing | Scott McMurray | -0/+348 |
| 2023-04-26 | Auto merge of #110822 - scottmcm:lower-offset-to-mir, r=compiler-errors | bors | -0/+35 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -0/+35 |
| 2023-04-25 | vars are ? | Michael Goulet | -73/+73 |
| 2023-04-24 | Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcm | bors | -170/+757 |
| 2023-04-24 | Update tests. | Mara Bos | -12/+12 |
| 2023-04-23 | Make some tests unit. | Camille GILLOT | -75/+79 |
| 2023-04-23 | Add mir-opt tests to track MIR quality. | Camille GILLOT | -170/+757 |
| 2023-04-23 | Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot | bors | -48/+450 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -6/+6 |
| 2023-04-22 | Remove the size of locals heuristic in MIR inlining | Ben Kimock | -48/+450 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -66/+32 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+131 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -6/+6 |
| 2023-04-21 | Auto merge of #110569 - saethlin:mir-pass-cooperation, r=cjgillot | bors | -1/+44 |
| 2023-04-21 | test improvements | DrMeepster | -22/+85 |
| 2023-04-21 | offset_of | DrMeepster | -0/+68 |
| 2023-04-20 | Run combine_duplicate_switch_targets after the simplification that produces them | Ben Kimock | -2/+2 |
| 2023-04-20 | Bless mir-opt. | Camille GILLOT | -1/+1 |
| 2023-04-19 | Demonstrate the bug | Ben Kimock | -0/+43 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -426/+56 |
| 2023-04-17 | fix codegen difference | Deadbeef | -26/+66 |
| 2023-04-17 | bless mir-opt | Deadbeef | -438/+28 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -4/+2 |
| 2023-04-15 | Remove obsolete test. | Camille GILLOT | -47/+0 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -10/+50 |
| 2023-04-13 | Add regression test | Gary Guo | -0/+39 |
| 2023-04-12 | Bless tests | Gary Guo | -10/+11 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+21 |
| 2023-04-07 | ./x.py test --bless | Tomasz Miąsko | -182/+296 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -369/+453 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -6/+6 |