| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+63 |
| 2023-03-17 | Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin | bors | -63/+17 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -6/+2 |
| 2023-03-16 | Auto merge of #107270 - cjgillot:remove-zst, r=oli-obk | bors | -179/+218 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -27/+31 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+60 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -1/+0 |
| 2023-03-14 | Use index based drop loop for slices and arrays | Tomasz Miąsko | -63/+17 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -6/+2 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -2/+2 |
| 2023-03-13 | Generalize operation. | Camille GILLOT | -109/+100 |
| 2023-03-13 | Replace ZST operands and debuginfo by constants. | Camille GILLOT | -78/+126 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -333/+330 |