| Age | Commit message (Expand) | Author | Lines |
| 2019-04-07 | Add test with current behaviour. | David Wood | -0/+46 |
| 2019-04-07 | Improvement for comparision against fn | rchaser53 | -2/+39 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -0/+37 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -0/+18 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -156/+318 |
| 2019-04-05 | Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj | bors | -75/+43 |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -168/+168 |
| 2019-04-05 | Fix expectations on some ui test in nll compare mode. | Charles Lew | -5/+3 |
| 2019-04-04 | Mark variables captured by reference as mutable correctly | Matthew Jasper | -8/+11 |
| 2019-04-05 | Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>. | Masaki Hara | -24/+0 |
| 2019-04-05 | Fix failing tests. | Masaki Hara | -24/+9 |
| 2019-04-05 | Fix expectations on some ui tests involving FnOnce. | Masaki Hara | -72/+42 |
| 2019-04-05 | Add tests for boxed_closure_impls. | Masaki Hara | -0/+39 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -8/+8 |
| 2019-04-04 | unit test for the lint itself, illustrating that it can be controlled by `#[a... | Felix S. Klock II | -0/+83 |
| 2019-04-04 | update unit test output to reflect change to lint-based diagnostic. | Felix S. Klock II | -10/+12 |
| 2019-04-04 | Update tests for restrictive two-phase borrows | Matthew Jasper | -124/+1 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -33/+233 |
| 2019-04-04 | tweak unresolved label suggestion | Andy Russell | -7/+19 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -109/+109 |
| 2019-04-03 | Improve wording | Yuki OKUSHI | -17/+17 |
| 2019-04-02 | Update ui tests to latest master | Oliver Scherer | -18/+18 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -0/+44 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -27/+27 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -45/+45 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -26/+81 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -0/+44 |
| 2019-04-01 | Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p... | Mazdak Farrokhzad | -0/+17 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -11/+21 |
| 2019-03-31 | Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkov | Mazdak Farrokhzad | -11/+90 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -14/+18 |
| 2019-03-31 | Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -13/+85 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -14/+46 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -0/+40 |
| 2019-03-31 | Distinguish depending on error level | Yuki OKUSHI | -2/+2 |
| 2019-03-30 | Handle glob import in redundancy check | Fabian Drinck | -9/+0 |
| 2019-03-30 | Change message to present tense | Fabian Drinck | -4/+4 |
| 2019-03-30 | Add glob import to redundancy test | Fabian Drinck | -6/+36 |
| 2019-03-30 | Fix tests | Fabian Drinck | -5/+13 |
| 2019-03-30 | Replace REDUNDANT_IMPORT with UNUSED_IMPORTS | Fabian Drinck | -63/+14 |
| 2019-03-30 | Edit ui tests | Fabian Drinck | -0/+2 |
| 2019-03-30 | Distinguish between imported and defined items | Fabian Drinck | -1/+1 |
| 2019-03-30 | Bless tests | Fabian Drinck | -0/+69 |
| 2019-03-30 | Improve warning | Fabian Drinck | -7/+4 |
| 2019-03-30 | Add lint for redundant imports | Fabian Drinck | -0/+31 |
| 2019-03-30 | Update tests | John Kåre Alsaker | -109/+109 |
| 2019-03-30 | Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-mac... | Mazdak Farrokhzad | -0/+454 |
| 2019-03-30 | Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwco | Mazdak Farrokhzad | -4/+70 |
| 2019-03-30 | Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkov | Mazdak Farrokhzad | -8/+171 |