| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | ignore tests on wasm32-bare | Ralf Jung | -0/+1 |
| 2019-08-15 | test Retag in drop shim | Ralf Jung | -11/+26 |
| 2019-08-02 | const_prop no longer does ptr-to-int casts | Ralf Jung | -1/+1 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-20 | Remove tests for -Zlower-128bit-ops | bjorn3 | -375/+0 |
| 2019-07-14 | Auto merge of #62331 - wesleywiser:fix_early_return_leak, r=matthewjasper | bors | -0/+91 |
| 2019-07-11 | Fix leak when early returning out of `box` syntax | Wesley Wiser | -0/+91 |
| 2019-07-07 | Only omit StorageLive/Dead for variable that are never initialized | Matthew Jasper | -0/+1 |
| 2019-07-06 | Bless mir-opt/while-storage.rs. | Mazdak Farrokhzad | -24/+21 |
| 2019-06-25 | Add StorageDead statements for `while` conditions | Matthew Jasper | -25/+84 |
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -6/+27 |
| 2019-06-13 | Add a test for simple matches | Matthew Jasper | -0/+39 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -291/+220 |
| 2019-06-07 | Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk | Mazdak Farrokhzad | -18/+68 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -1/+2 |
| 2019-06-06 | [const-prop] Handle Rvalue::Len | Wesley Wiser | -18/+22 |
| 2019-06-06 | [const-prop] Handle ProjectionElem::Deref | Wesley Wiser | -0/+21 |
| 2019-06-06 | [const-prop] Fix ICE when casting function pointers | Wesley Wiser | -0/+25 |
| 2019-06-05 | Test StorageDead statements explicitly | Tyler Mandry | -0/+106 |
| 2019-06-03 | Add const-eval support for indirects | Christian Poveda | -2/+26 |
| 2019-05-25 | Fix tidy | Oliver Scherer | -0/+1 |
| 2019-05-25 | Print generic args in function calls in MIR | Oliver Scherer | -5/+5 |
| 2019-05-25 | `u8` is printed as a number, not a character | Oliver Scherer | -1/+1 |
| 2019-05-25 | Render const byte slices in MIR | Oliver Scherer | -1/+1 |
| 2019-05-25 | Add test showing how byte slices are printed in MIR | Oliver Scherer | -0/+15 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -104/+372 |
| 2019-05-22 | Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertj | bors | -0/+1 |
| 2019-05-21 | Add a test for match scopes | Matthew Jasper | -0/+245 |
| 2019-05-21 | Schedule storage-dead of temporaries sooner | Matthew Jasper | -5/+4 |
| 2019-05-21 | Give match arms a drop/region scope | Matthew Jasper | -88/+121 |
| 2019-05-21 | Handle the visibility/lint scope distinction better | Matthew Jasper | -14/+5 |
| 2019-05-19 | [const-prop] Support propagating into SwitchInt's `discr` Operand | Wesley Wiser | -4/+42 |
| 2019-05-19 | [const-prop] Support propagating into Assert's `cond` Operand | Wesley Wiser | -2/+2 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -2/+0 |
| 2019-05-16 | Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk | Manish Goregaokar | -0/+125 |
| 2019-05-15 | Add test to ensure const-prop fails gracefully | Wesley Wiser | -0/+34 |
| 2019-05-15 | Add some tests for constant propagation | Wesley Wiser | -0/+91 |
| 2019-05-14 | Emit StorageDead for all locals in generators | Tyler Mandry | -0/+1 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -2/+0 |
| 2019-05-10 | Adjust mir-opt tests for new HIR without If | Mazdak Farrokhzad | -21/+26 |
| 2019-05-09 | Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 | Mazdak Farrokhzad | -0/+88 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -4/+4 |
| 2019-05-04 | Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -1/+2 |
| 2019-05-04 | Fix test | Yuki Okushi | -2/+2 |
| 2019-05-01 | Slightly simplify the MIR for slice drop shims | Matthew Jasper | -38/+34 |
| 2019-05-01 | Add test for slice drop shims | Matthew Jasper | -0/+92 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -1/+2 |
| 2019-04-24 | Evaluate hair::ExprKind::Use in into | Matthew Jasper | -18/+17 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -27/+27 |