| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Rollup merge of #69842 - JohnTitor:more-tests, r=Centril | Mazdak Farrokhzad | -0/+17 |
| 2020-03-09 | Add test for issue-54239 | Yuki Okushi | -0/+17 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -4/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -4/+4 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -0/+5 |
| 2020-02-22 | update some tests | Mark Mansi | -4/+4 |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -1/+12 |
| 2020-02-14 | Update tests | Matthew Jasper | -10/+1 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -6/+6 |
| 2020-02-13 | parser: move `ban_async_in_2015` to `fn` parsing & improve it. | Mazdak Farrokhzad | -0/+36 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -18/+14 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -3/+9 |
| 2020-02-12 | Don't give invalid suggestion on desugared span. | spunit262 | -4/+1 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -3/+3 |
| 2020-02-05 | Fix test | Esteban Küber | -0/+2 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -5/+3 |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -1/+5 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -3/+3 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -18/+12 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -4/+4 |
| 2020-01-25 | Auto merge of #68269 - csmoe:temp, r=estebank | bors | -1/+43 |
| 2020-01-24 | Normalise notes with the/is | varkor | -4/+4 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -0/+33 |
| 2020-01-20 | Fix UI test | Mark Rousskov | -31/+8 |
| 2020-01-19 | update test ui for raw-ptr borrow inside generator | csmoe | -1/+43 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -2/+11 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -3/+3 |
| 2020-01-15 | update async-await send/sync test | csmoe | -0/+5 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -3/+3 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -0/+15 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -2/+43 |
| 2020-01-08 | review comment: wording | Esteban Küber | -4/+4 |
| 2020-01-08 | Point at the def span of trait refs E0277 | Esteban Küber | -0/+3 |
| 2020-01-08 | review comments | Esteban Küber | -3/+6 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -0/+9 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -2/+2 |
| 2020-01-03 | Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor | bors | -1/+1 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -1/+1 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -32/+7 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -7/+10 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -7/+32 |
| 2019-12-22 | test fallout | Mark Rousskov | -1/+1 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -0/+46 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -0/+46 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -2/+2 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -58/+253 |