| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -35/+44 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -2/+2 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -0/+1 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -0/+1 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -2/+44 |
| 2020-07-31 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Yuki Okushi | -33/+0 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -2/+24 |
| 2020-07-27 | mv std libs to library/ | mark | -12/+12 |
| 2020-07-27 | Handle trait/projection predicates with bound regions correctly | Matthew Jasper | -1/+1 |
| 2020-07-27 | Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitor | bors | -2/+1 |
| 2020-07-27 | Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitor | Yuki Okushi | -2/+1 |
| 2020-07-27 | Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco | bors | -1/+1 |
| 2020-07-26 | Auto merge of #74708 - kanru:issue-74564, r=davidtwco | bors | -0/+10419 |
| 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 |