| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -44/+39 |
| 2018-10-04 | Regression test for #32382. | Felix S. Klock II | -0/+42 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -5/+18 |
| 2018-10-04 | Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis | bors | -0/+32 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -44/+39 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -0/+83 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -2/+2 |
| 2018-10-02 | Improve mutability error suggestions. | David Wood | -15/+24 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -0/+74 |
| 2018-10-01 | Add special cases for move from `Rc`/`Arc` errors. | David Wood | -2/+41 |
| 2018-09-29 | Add UI test for preserving user types in type ascriptions | Keith Yeung | -0/+32 |
| 2018-09-28 | Test fixes for the change of error message for issue #54015 | Rusty Blitzerr | -2/+2 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -1/+1 |
| 2018-09-27 | Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis | bors | -0/+92 |
| 2018-09-27 | Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwco | bors | -0/+32 |
| 2018-09-26 | Get Polonius borrow check to work in simple cases | Matthew Jasper | -0/+92 |
| 2018-09-26 | pacify the mercilous tidy. | Niko Matsakis | -3/+15 |
| 2018-09-26 | update tests and add stderr files | Niko Matsakis | -81/+72 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -0/+510 |
| 2018-09-26 | use approx. bounds to decide whether to add outlives obligations | Niko Matsakis | -29/+14 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -21/+21 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -35/+37 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -14/+2 |
| 2018-09-24 | Add tests for new match borrows | Matthew Jasper | -0/+413 |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -0/+96 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -20/+60 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -10/+103 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+18 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -6/+6 |
| 2018-09-23 | Added multiple parameter closure test. | David Wood | -2/+20 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -5/+5 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -8/+134 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -6/+100 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -89/+160 |
| 2018-09-20 | Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn... | kennytm | -0/+35 |
| 2018-09-20 | Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis | bors | -0/+71 |
| 2018-09-19 | Add regression test for thread local static mut borrows | Santiago Pastorino | -0/+35 |
| 2018-09-19 | Update ui tests | Matthew Jasper | -89/+105 |
| 2018-09-19 | Don't try to use a path to a type alias as a path to the adt it aliases | Matthew Jasper | -0/+55 |
| 2018-09-19 | Regression test for rust-lang/rust#22323. | Felix S. Klock II | -0/+32 |
| 2018-09-18 | De-duplicate moved variable errors. | David Wood | -0/+49 |
| 2018-09-18 | Regression test for this particular change. | Felix S. Klock II | -0/+94 |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -6/+6 |
| 2018-09-17 | Inspect parents paths when checking for moves | Santiago Pastorino | -0/+71 |