| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-14 | [mir-inlining] Don't inline virtual calls | Wesley Wiser | -0/+31 |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -1/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -4/+0 |
| 2018-09-25 | Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix | bors | -81/+210 |
| 2018-09-24 | Update mir opt tests | Matthew Jasper | -81/+88 |
| 2018-09-24 | Add a MIR transform to remove fake reads | Matthew Jasper | -0/+122 |
| 2018-09-24 | Auto merge of #54416 - christianpoveda:master, r=wesleywiser | bors | -0/+39 |
| 2018-09-23 | Add test to check if inlining works for any operand | Christian Poveda | -0/+39 |
| 2018-09-18 | Update mir-opt test suite | Rémy Rakic | -13/+48 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -7/+7 |
| 2018-09-11 | Change debug printing to print in the old concise style | Oliver Schneider | -7/+7 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -87/+32 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -6/+6 |
| 2018-09-06 | Fix tests | Wesley Wiser | -1/+1 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -6/+6 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -2/+2 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -95/+57 |
| 2018-08-27 | merge `PointIndexMap` and `RegionValueElements` | Niko Matsakis | -9/+9 |
| 2018-07-26 | patch up mir-opt tests | Niko Matsakis | -14/+14 |
| 2018-07-23 | Update mir-opt to promoted changes | Oliver Schneider | -10/+4 |
| 2018-07-21 | delete tests | dylan_DPC | -110/+0 |
| 2018-07-21 | remove unwanted tests and a reference to it in comments | dylan_DPC | -134/+0 |
| 2018-07-13 | Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb | bors | -1/+149 |