| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-07 | Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma... | bors | -6/+535 |
| 2018-10-06 | Improve closure region bound errors | Matthew Jasper | -75/+54 |
| 2018-10-05 | Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,... | Pietro Albini | -0/+42 |
| 2018-10-05 | Unit tests for issue #54556. Some were also taken from issues #21114, #46413. | Felix S. Klock II | -0/+529 |
| 2018-10-05 | Updates to .stderr output in ui tests from earlier changes. | Felix S. Klock II | -6/+6 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -2/+41 |