| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-06 | Ignore many tests on wasm32 | Gary Guo | -203/+279 |
| 2023-04-06 | Bless tests | Gary Guo | -166/+174 |
| 2023-04-05 | Bless tests | Thom Chiovoloni | -14/+11 |
| 2023-04-05 | Tweak debug outputs to make debugging new solver easier | Michael Goulet | -42/+42 |
| 2023-04-03 | Bless mir-opt. | Camille GILLOT | -6/+6 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -4/+5 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -22/+22 |
| 2023-03-28 | Simplify transmutes in MIR InstCombine | Scott McMurray | -0/+290 |
| 2023-03-27 | Bless mir-opt tests. | Mara Bos | -22/+22 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -74/+711 |
| 2023-03-25 | Ignore the unwrap_unchecked test on wasm32-unknown-unknown | Ben Kimock | -3/+4 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -4/+5 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -46/+492 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -14/+316 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -46/+492 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -0/+32 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -132/+120 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -0/+32 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+63 |
| 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 | Enable inlining of diverging functions | Ben Kimock | -0/+557 |
| 2023-03-18 | Remove duplicate switch targets | Ben Kimock | -0/+48 |
| 2023-03-18 | Remove duplicate unreachable blocks | Ben Kimock | -74/+105 |