| Age | Commit message (Expand) | Author | Lines |
| 2020-04-21 | Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov | Dylan DPC | -0/+43 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -0/+43 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -2/+24 |
| 2020-04-17 | Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-Simulacrum | Dylan DPC | -0/+23 |
| 2020-04-16 | Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=... | Dylan DPC | -0/+1 |
| 2020-04-17 | Avoid emitting stderr for now | Yuki Okushi | -24/+2 |
| 2020-04-17 | Add test for issue-67893 | Yuki Okushi | -0/+45 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -8/+2 |
| 2020-04-13 | Update test after rebase | Tyler Mandry | -3/+3 |
| 2020-04-13 | Incorporate feedback into diagnostics | Tyler Mandry | -19/+19 |
| 2020-04-13 | Don't double-annotate the same Span | Tyler Mandry | -6/+31 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -6/+3 |
| 2020-04-13 | Don't annotate type when type is opaque | Tyler Mandry | -3/+3 |
| 2020-04-13 | Improve span label | Tyler Mandry | -4/+4 |
| 2020-04-13 | Add test for #68112 (existing output) | Tyler Mandry | -0/+98 |
| 2020-04-12 | Add long error explanation for E0708 #61137 | bishtpawan | -0/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -9/+9 |
| 2020-04-09 | Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011 | Mazdak Farrokhzad | -0/+53 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -9/+9 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -11/+42 |
| 2020-04-06 | add nested regression test | Niko Matsakis | -0/+30 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -8/+2 |
| 2020-04-03 | Rollup merge of #70640 - jonas-schievink:async-ice, r=cramertj | Mazdak Farrokhzad | -0/+56 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -10/+6 |
| 2020-04-01 | Hide `task_context` when lowering body | Jonas Schievink | -0/+56 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -4/+5 |
| 2020-03-24 | Add test for #66312 | Tyler Mandry | -0/+26 |
| 2020-03-24 | save/restore `pessimistic_yield` when entering bodies | Niko Matsakis | -0/+23 |
| 2020-03-23 | Update tests | John Kåre Alsaker | -73/+148 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+15 |
| 2020-03-18 | Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry | Mazdak Farrokhzad | -17/+17 |
| 2020-03-17 | Test that async/await compiles with `#![no_std]` | Jonas Schievink | -0/+13 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -2/+2 |
| 2020-03-15 | Rollup merge of #70011 - petrochenkov:asyncice, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2020-03-15 | def_collector: Fully visit async functions | Vadim Petrochenkov | -0/+13 |
| 2020-03-14 | Use smaller discriminants for generators | Jonas Schievink | -17/+17 |
| 2020-03-12 | update tests | Mark Mansi | -4/+4 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 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-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -2/+2 |
| 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 |