| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -47/+7 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -5/+29 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Fix ICE in region naming. | David Wood | -0/+79 |
| 2018-12-06 | Add test for #46589. | David Wood | -0/+66 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -2/+2 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -0/+42 |
| 2018-12-04 | Update tests | Oliver Scherer | -49/+79 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -0/+42 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -2/+2 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -2/+2 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -4/+4 |
| 2018-11-24 | Fix NLL ui test | scalexm | -2/+2 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -0/+37 |
| 2018-11-18 | remove "approx env bounds" if we already know from trait | Niko Matsakis | -0/+37 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -4/+4 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -0/+63 |
| 2018-11-13 | Fix ui tests | scalexm | -6/+6 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+38 |
| 2018-11-11 | Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix | Pietro Albini | -0/+37 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -0/+37 |
| 2018-11-08 | Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`. | Felix S. Klock II | -0/+2 |