| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -0/+29 |
| 2019-03-16 | Include bounds from promoted constants in NLL | Matthew Jasper | -3/+78 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -90/+146 |
| 2019-02-23 | Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1 | Mazdak Farrokhzad | -20/+58 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -78/+41 |
| 2019-02-21 | Improve error message and add tests for borrowck match handling | Matthew Jasper | -32/+125 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -0/+65 |
| 2019-02-18 | re-blessing error output: ./x.py test src/test/ui --stage 1 --bless | Clint Frederickson | -14/+14 |
| 2019-02-14 | Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1 | Mazdak Farrokhzad | -0/+50 |
| 2019-02-13 | Check the self-type of inherent associated constants | Matthew Jasper | -20/+58 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -0/+40 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-12 | Check user type annotations for range patterns. | David Wood | -0/+50 |
| 2019-02-12 | Auto merge of #58180 - davidtwco:issue-58053, r=estebank | bors | -0/+34 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-06 | Lower constant patterns with ascribed types. | David Wood | -0/+39 |
| 2019-02-06 | error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless | Clint Frederickson | -15/+15 |
| 2019-02-05 | Fix span for closure return type when annotated. | David Wood | -0/+34 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -0/+36 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -6/+6 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -2/+297 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -40/+44 |
| 2019-01-19 | Don't ignore `_` in type casts and ascriptions | Matthew Jasper | -0/+78 |
| 2019-01-19 | Type check unnanotated constant items with NLL | Matthew Jasper | -0/+79 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -2/+140 |
| 2019-01-17 | fix compat-mode ui test | Mark Mansi | -1/+1 |
| 2019-01-17 | Update tests | Mark Mansi | -91/+86 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -2/+1 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -0/+100 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -2/+1 |
| 2019-01-07 | Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakis | bors | -0/+43 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -2/+6 |
| 2019-01-04 | Make conflicting borrow description more robust. | David Wood | -0/+96 |
| 2019-01-03 | Fix bug in associated constant type annotations. | David Wood | -0/+43 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -0/+38 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -2/+2 |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -8/+8 |
| 2018-12-30 | Support user type annotations in `ref` bindings. | David Wood | -0/+19 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -11/+11 |
| 2018-12-29 | add non-copy note to stderr | csmoe | -8/+8 |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1889/+412 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -18/+18 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -12/+6 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -18/+18 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -3/+2 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -31/+57 |
| 2018-12-19 | FIXME(45827) remove comment since errors are reported | Niv Kaminer | -12/+6 |