| Age | Commit message (Expand) | Author | Lines |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -8/+222 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -1/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -530/+151 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+3 |
| 2018-12-04 | Update tests | Oliver Scherer | -5/+12 |
| 2018-11-03 | Regression test for issue 55608. | Felix S. Klock II | -0/+33 |
| 2018-10-18 | Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis | kennytm | -0/+20 |
| 2018-10-17 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -0/+20 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -86/+0 |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -3/+1 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -0/+73 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -0/+19 |
| 2018-10-04 | Convert issue-49376.rs to compile-pass | Jonas Schievink | -0/+31 |
| 2018-10-04 | Convert existential-minimal.rs to compile-pass | Jonas Schievink | -0/+15 |
| 2018-10-04 | Convert impl-trait/issue-42479.rs to compile-pass | Jonas Schievink | -0/+27 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -0/+19 |
| 2018-09-30 | Added help message for `impl_trait_in_bindings` feature gate. | Alexander Regueiro | -0/+2 |
| 2018-09-26 | use the closure def-id in returns, but closure-base def-id in locals | Niko Matsakis | -0/+14 |
| 2018-09-25 | Added tests. | Alexander Regueiro | -1/+114 |
| 2018-09-19 | Update ui tests | Matthew Jasper | -8/+8 |
| 2018-09-18 | Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakis | bors | -0/+14 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -3/+6 |
| 2018-09-13 | Updated suggestion/help messages. | David Wood | -7/+5 |
| 2018-09-13 | Emit appropriate suggestion when there's already 'static bound on the return ... | David Wood | -3/+3 |
| 2018-09-13 | Don't suggest adding a synthesized region name. | David Wood | -2/+2 |
| 2018-09-13 | Added help message for impl trait static constraint. | David Wood | -0/+16 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -3/+6 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -2/+2 |
| 2018-09-06 | Fix tests | Wesley Wiser | -2/+2 |
| 2018-09-06 | Fixing tests from anon -> opaque | ms2300 | -2/+2 |
| 2018-09-01 | Update tests | Basile Desloges | -48/+0 |
| 2018-08-27 | fix another | Mark Mansi | -1/+1 |
| 2018-08-21 | Normalize source line and column numbers. | David Wood | -1/+1 |
| 2018-08-14 | Update former compile-fail tests | Matthew Jasper | -3/+3 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+931 |
| 2018-08-02 | Explicitly label any named lifetimes mentioned in error messages. | David Wood | -0/+2 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -7/+5 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -2/+2 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -7/+5 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -0/+104 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -5/+7 |
| 2018-07-25 | improve heuristics for what makes an interesting constraint | Niko Matsakis | -5/+7 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -0/+40 |
| 2018-07-24 | Allow declaring existential types inside blocks | Oliver Schneider | -0/+22 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -0/+64 |
| 2018-07-18 | Move some tests around | Oliver Schneider | -36/+0 |
| 2018-07-18 | Add test for using existential types in associated types | Oliver Schneider | -0/+36 |
| 2018-07-18 | Typeck existential types properly | Oliver Schneider | -9/+49 |
| 2018-07-13 | Use the correct visibility | Oliver Schneider | -0/+35 |
| 2018-07-09 | find and highlight the `&` or `'_` in `region_name` | Niko Matsakis | -1/+1 |