| Age | Commit message (Expand) | Author | Lines |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -2/+2 |
| 2020-07-26 | Remove more obsolete test flags | Oliver Scherer | -1/+0 |
| 2020-07-25 | Clean up some uses of logging in ui tests | Oliver Scherer | -1/+1 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -0/+10419 |
| 2020-07-25 | Fix commas. | Steven Malis | -1/+1 |
| 2020-07-25 | Use the proper span when WF-checking an impl self type | Aaron Hill | -2/+2 |
| 2020-07-23 | Add missing backticks in diagnostics note | Yuki Okushi | -1/+1 |
| 2020-07-22 | Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakis | Manish Goregaokar | -3/+2 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -3/+2 |
| 2020-07-22 | tests: add regression test for #74614 | David Wood | -0/+17 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -0/+33 |
| 2020-07-16 | Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb | Manish Goregaokar | -2/+0 |
| 2020-07-14 | Handle case of incomplete local ty more gracefully | Esteban Küber | -51/+10 |
| 2020-07-14 | Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno... | Manish Goregaokar | -0/+43 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -39/+48 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -8/+13 |
| 2020-07-14 | Reword message | Esteban Küber | -2/+2 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -3/+0 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -2/+8 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -24/+0 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -6/+24 |
| 2020-07-14 | Suggest borrowing unsized argument types | Esteban Küber | -4/+16 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -8/+13 |
| 2020-07-14 | typeck: use `item_name` in cross-crate packed diag | David Wood | -0/+43 |
| 2020-07-14 | Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r... | Manish Goregaokar | -0/+16 |
| 2020-07-14 | Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es... | Manish Goregaokar | -0/+21 |
| 2020-07-12 | typeck: report placeholder type error w/out span | David Wood | -0/+16 |
| 2020-07-11 | Rollup merge of #74240 - da-x:fix-74081, r=Manishearth | Manish Goregaokar | -0/+28 |
| 2020-07-11 | Add the test case mentioned in #74236 | Dan Aloni | -0/+28 |
| 2020-07-10 | Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkov | Manish Goregaokar | -0/+28 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -1/+1 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -16/+56 |
| 2020-07-06 | Add UI test for issue 74082 | Gary Guo | -0/+28 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -0/+53 |
| 2020-07-02 | typeck: check for infer before type impls trait | David Wood | -0/+21 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -7/+144 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -16/+56 |
| 2020-06-29 | Fix try_print_visible_def_path for Rust 2018 | Dan Aloni | -2/+2 |
| 2020-06-29 | Add test for issue #56175 | Dan Aloni | -0/+53 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -26/+4 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -13/+2 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -13/+2 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -6/+6 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -6/+39 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -6/+6 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -0/+26 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -6/+39 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -72/+72 |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -2/+7 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -1/+0 |