| Age | Commit message (Expand) | Author | Lines |
| 2020-04-02 | Remove unused discriminant reads from MIR bodies | Wesley Wiser | -9/+56 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -138/+795 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -11/+11 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -138/+795 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -1/+2 |
| 2020-03-25 | run test only on 64bit | Bastian Kauschke | -0/+1 |
| 2020-03-24 | update mir opt test | Bastian Kauschke | -1/+1 |
| 2020-03-24 | Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb | Mazdak Farrokhzad | -0/+64 |
| 2020-03-23 | Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -0/+64 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -17/+24 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -0/+34 |
| 2020-03-17 | rustc_mir: remove extra space when pretty-printing MIR. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -22/+22 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -18/+18 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+3 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -1/+1 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -6/+6 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -14/+14 |
| 2020-03-10 | Ignore `mir-opt` test when panic=abort | Dylan MacKenzie | -0/+2 |
| 2020-03-10 | Add `mir-opt` test for better drop elaboration | Dylan MacKenzie | -0/+41 |
| 2020-03-08 | Add test for unnecessary panic branches | Jonas Schievink | -0/+34 |
| 2020-02-16 | suspend -> yield | Jonas Schievink | -1/+1 |
| 2020-02-16 | Fix printing of `Yield` terminator | Jonas Schievink | -1/+1 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -30/+30 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+76 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -3/+2 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -1/+0 |
| 2020-02-02 | Adjust mir-opt tests to new `yield` lowering | Jonas Schievink | -29/+31 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -190/+188 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -4/+4 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -7/+7 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -1/+0 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -2/+2 |
| 2020-01-18 | adjust mir-opt tests | Ralf Jung | -7/+7 |
| 2020-01-15 | Rollup merge of #68236 - JohnTitor:ice-tests, r=Centril | Dylan DPC | -0/+1 |
| 2020-01-15 | Set mir-opt-level to 3 to prevent regressions | Yuki Okushi | -0/+1 |
| 2020-01-14 | Add unreachable propagation mir optimization pass | Konstantinos Triantafyllou | -67/+339 |
| 2020-01-12 | Turn off const propagation of ref taking | Wesley Wiser | -2/+2 |
| 2020-01-10 | Rebase fallout | Oliver Scherer | -2/+4 |
| 2020-01-10 | Add regression tests for promotion mir expansion | Oliver Scherer | -0/+59 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -10/+15 |
| 2020-01-09 | Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino | Mazdak Farrokhzad | -0/+71 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -0/+1 |
| 2020-01-04 | Test cleanups to match #[track_caller] in panic!. | Adam Perry | -0/+1 |
| 2019-12-30 | Lint overflowing integer casts in const prop | Wesley Wiser | -0/+49 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+48 |
| 2019-12-26 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -0/+71 |
| 2019-12-21 | Rollup merge of #67333 - wesleywiser:fix_inline_into_box_place, r=oli-obk | Mazdak Farrokhzad | -0/+71 |
| 2019-12-20 | Move the rest of the mir-opt inline tests into a folder | Wesley Wiser | -0/+0 |