| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-20 | [mir-opt] Fix `Inline` pass to handle inlining into `box` expressions | Wesley Wiser | -0/+71 |
| 2019-12-20 | Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obk | Mazdak Farrokhzad | -4/+153 |
| 2019-12-18 | Add mir opt test for AddressOf | Matthew Jasper | -0/+112 |
| 2019-12-18 | Make slice drop shims use AddressOf | Matthew Jasper | -9/+9 |
| 2019-12-18 | Start generating AddressOf rvalues in MIR | Matthew Jasper | -27/+20 |
| 2019-12-14 | add `#![feature(never_type)]` to tests as needed | Niko Matsakis | -0/+1 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -0/+2 |
| 2019-12-13 | Const prop should finish propagation into user defined variables | Wesley Wiser | -4/+153 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -57/+5 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -0/+28 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -57/+5 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -0/+28 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -0/+72 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-11-29 | SimplifyArmIdentity only for locals with the same type | Tomasz Miąsko | -0/+75 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -37/+185 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -7/+7 |
| 2019-11-23 | [const prop] Fix "alloc id without corresponding allocation" ICE | Wesley Wiser | -7/+7 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -5/+7 |
| 2019-11-21 | Bless remaining test output | Matthew Jasper | -5/+7 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -0/+193 |