| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-12 | Ensure StorageDead is created even if variable initialization fails | Taylor Cramer | -1/+149 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -3/+0 |
| 2018-07-05 | Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis | bors | -19/+8 |
| 2018-07-03 | Fix various nll unused mut errors | Matthew Jasper | -19/+8 |
| 2018-07-01 | update mir-opt tests | Niko Matsakis | -5/+7 |
| 2018-06-27 | Update MIR opt tests | Matthew Jasper | -125/+83 |
| 2018-06-23 | Fix codegen tests | varkor | -12/+12 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -26/+28 |
| 2018-05-29 | Test update: Fallout from ReadForMatch statements + changes to codegen under ... | Felix S. Klock II | -112/+125 |
| 2018-05-27 | Make &Slice a thin pointer | John Kåre Alsaker | -1/+1 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -3/+8 |
| 2018-05-16 | rustc_mir: allow promotion of promotable temps indexed at runtime. | Eduard-Mihai Burtescu | -1/+2 |
| 2018-05-16 | rustc_mir: generate an extra temporary during borrowed rvalue promotion. | Eduard-Mihai Burtescu | -2/+6 |
| 2018-05-10 | "fix" test region-liveness-two-disjoint-uses | Niko Matsakis | -2/+5 |