| Age | Commit message (Expand) | Author | Lines |
| 2018-11-08 | Regression test for issue #54382 | Felix S. Klock II | -0/+61 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -0/+26 |
| 2018-11-05 | Add run-pass test for reinitialized unions. | David Wood | -0/+38 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -5/+5 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -85/+1 |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -5/+5 |
| 2018-10-27 | Test for cast causing static promotion failure. | David Wood | -0/+21 |
| 2018-10-26 | Add test for normalization during field-lookup on patterns with ascribed types. | Felix S. Klock II | -14/+50 |
| 2018-10-26 | regression test for ICE I encountered in my patch. | Felix S. Klock II | -0/+31 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -17/+46 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -5/+18 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -2/+2 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -2/+2 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -0/+48 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -31/+152 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -0/+37 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -2/+2 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -2/+1 |
| 2018-10-22 | stop reporting "unsatisfied lifetime bounds" errors after the first | Niko Matsakis | -87/+13 |
| 2018-10-22 | flesh out closure-substs test | Niko Matsakis | -8/+66 |
| 2018-10-22 | add regression test for #54124 | Niko Matsakis | -0/+29 |
| 2018-10-22 | start enforcing closure types | Niko Matsakis | -0/+71 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -591/+418 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -4/+7 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -1/+1 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -2/+1 |
| 2018-10-19 | normalize the self-type that we extract from impl | Niko Matsakis | -0/+25 |
| 2018-10-19 | add a test that we enforce '`static` errors post normalization | Niko Matsakis | -0/+26 |
| 2018-10-19 | create type ascription for any cast | Niko Matsakis | -0/+13 |
| 2018-10-19 | Wrap cast expressions inside of ValueTypeAscription | Keith Yeung | -0/+17 |
| 2018-10-19 | normalize and prove predicates | Niko Matsakis | -0/+26 |
| 2018-10-19 | normalize after substitution | Niko Matsakis | -0/+34 |
| 2018-10-19 | propagate user-type annotation for constants in expressions | Niko Matsakis | -0/+77 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -13/+100 |
| 2018-10-17 | Auto merge of #54941 - pnkfelix:issue-21232-reject-partial-reinit, r=nikomats... | bors | -2/+613 |
| 2018-10-17 | Some new tests I added. | Felix S. Klock II | -0/+611 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -13/+100 |
| 2018-10-16 | add ~ERROR annotations | Niko Matsakis | -0/+12 |
| 2018-10-16 | updates to expected output for other ui tests. | Felix S. Klock II | -2/+2 |
| 2018-10-15 | update tests | Niko Matsakis | -5/+178 |
| 2018-10-12 | Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakis | bors | -4/+4 |
| 2018-10-11 | Auto merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakis | bors | -0/+40 |
| 2018-10-10 | Auto merge of #54802 - davidtwco:issue-53040, r=pnkfelix | bors | -0/+29 |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -4/+4 |
| 2018-10-09 | Improve message for closure returning a closure. | David Wood | -1/+1 |
| 2018-10-09 | Improve errors for `FnMut` closures. | David Wood | -0/+29 |
| 2018-10-09 | Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelix | bors | -0/+192 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -75/+54 |
| 2018-10-08 | add pattern type ascriptions for tuple/brace structs/enums | Niko Matsakis | -0/+192 |
| 2018-10-07 | Update logic to search for casts. | David Wood | -0/+40 |