| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2019-04-23 | rustc_mir: create the `let` and "remainder" scopes in source order. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -22/+22 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -5/+0 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -5/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -4/+6 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -2/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -1/+1 |
| 2019-04-16 | fixing tests | Saleem Jaffer | -1/+1 |
| 2019-04-14 | Update tests | John Kåre Alsaker | -3/+3 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -2/+2 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -2/+2 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -2/+2 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -0/+23 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -2/+2 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -20/+63 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+22 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -0/+23 |
| 2019-03-16 | Rollup merge of #59036 - dlrobertson:fix_59021, r=estebank | kennytm | -0/+18 |
| 2019-03-15 | rustc: provide DisambiguatedDefPathData in ty::print. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: explicitly pass the namespace to PrintCx::parameterized. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-03-10 | Fix ICE in MIR pretty printing | Dan Robertson | -0/+18 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+3 |
| 2019-03-03 | Don't incorrectly mark blocks in generator drop shims as cleanup | Matthew Jasper | -0/+43 |
| 2019-03-03 | Check which blocks are cleanup in mir-opt tests | Matthew Jasper | -20/+20 |
| 2019-02-21 | Move the exit block of the match to the end | Matthew Jasper | -121/+121 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -5/+5 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -64/+60 |
| 2019-02-21 | Clean up MIR match lowering | Matthew Jasper | -270/+259 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -14/+14 |
| 2019-02-10 | Add test for MIR printing changes | Matthew Jasper | -0/+66 |