| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -0/+20 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -3/+6 |
| 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 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -4/+6 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -13/+8 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -2/+2 |
| 2018-06-28 | Fix rebase | Esteban Küber | -4/+4 |
| 2018-06-28 | Point to lifetime in fn definition on lifetime error note | Esteban Küber | -9/+4 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -0/+96 |
| 2018-06-27 | Update ui tests | Oliver Schneider | -43/+5 |
| 2018-06-27 | fixup | Oliver Schneider | -6/+44 |
| 2018-06-26 | Don't inspect the generated existential type items | Oliver Schneider | -49/+9 |
| 2018-06-20 | Use lifetime name if available | Esteban Küber | -1/+1 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -6/+6 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -111/+211 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -4/+4 |
| 2018-06-08 | Add nll test output | Esteban Küber | -0/+26 |
| 2018-06-08 | Remove primary label for more readable output | Esteban Küber | -6/+6 |
| 2018-06-08 | Suggestion for 'static impl Trait return | Esteban Küber | -0/+70 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -111/+211 |
| 2018-05-26 | Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov | kennytm | -7/+3 |
| 2018-05-24 | prohibit turbofish in `impl Trait` methods | Niko Matsakis | -0/+36 |
| 2018-05-24 | Fix impl Trait suggestion | Esteban Küber | -6/+2 |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -1/+1 |
| 2018-05-22 | Prevent local paths into libstd from leaking into ui tests | Oliver Schneider | -1/+1 |
| 2018-05-21 | Improve the diagnostic around impl Trait <-> generic param mismatch | Oliver Schneider | -6/+18 |
| 2018-05-21 | Move a test to ui tests so we can observe the output changes better | Oliver Schneider | -0/+74 |