| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-19 | Don't ignore `_` in type casts and ascriptions | Matthew Jasper | -7/+7 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -1/+1 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -319/+0 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -0/+37 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+1 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -0/+85 |
| 2018-12-17 | tidy | Shotaro Yamada | -1/+1 |
| 2018-12-17 | Add MIR test | Shotaro Yamada | -0/+85 |
| 2018-12-13 | Make SimplifyCfg collapse goto chains from bb0 | Shotaro Yamada | -0/+54 |
| 2018-12-11 | Add a mir-opt test | varkor | -0/+37 |
| 2018-11-18 | Simplify MIR drop generation | Matthew Jasper | -34/+7 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1069/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -4/+68 |
| 2018-11-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -0/+36 |
| 2018-11-07 | array index accesses are stable places | Ralf Jung | -0/+43 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -4/+25 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -349/+151 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -1/+1 |
| 2018-10-29 | make inliner remove the fn_entry flag on Retag statements | Ralf Jung | -0/+45 |
| 2018-10-29 | Remove validation test cases; add retagging test case | Ralf Jung | -349/+106 |
| 2018-10-28 | Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwco | kennytm | -10/+10 |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -1/+1 |
| 2018-10-26 | Update mir-opt tests to reflect change to `AscribeUserType` to carry a `UserT... | Felix S. Klock II | -1/+1 |
| 2018-10-26 | Update tests | Oliver Scherer | -10/+10 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -133/+133 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -24/+24 |
| 2018-10-15 | fix mir-opt test | Niko Matsakis | -1/+1 |