| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | add mcve for issue 72442 | csmoe | -0/+25 |
| 2020-05-22 | Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma... | bors | -1/+1 |
| 2020-05-20 | Auto merge of #71923 - csmoe:issue-70818, r=tmandry | bors | -0/+32 |
| 2020-05-19 | Update tests with new generator sizes | Dylan MacKenzie | -1/+1 |
| 2020-05-19 | Merge branch 'master' into issue-69276 | csmoe | -6/+69 |
| 2020-05-18 | bless suggestion on spell out | csmoe | -10/+3 |
| 2020-05-16 | suggest on Self return type | csmoe | -12/+0 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -6/+39 |
| 2020-05-12 | add ui test for issue-69276 | csmoe | -0/+20 |
| 2020-05-11 | bless ui tests | csmoe | -2/+20 |
| 2020-05-10 | add test case for issue-61076 | csmoe | -0/+12 |
| 2020-05-08 | checking on either interior or upvar | csmoe | -1/+1 |
| 2020-05-06 | bless issue-70818 test case | csmoe | -3/+28 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -18/+9 |
| 2020-05-05 | record upvar into GeneratorInteriorTypeCause | csmoe | -2/+4 |
| 2020-05-04 | add testcase for issue-70818 | csmoe | -0/+5 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -4/+4 |
| 2020-04-28 | Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievink | bors | -0/+15 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -4/+4 |
| 2020-04-22 | smoke-test for async fn with mir-opt-level=0 | Ralf Jung | -0/+15 |
| 2020-04-22 | Tweak wording | Esteban Küber | -1/+1 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -1/+5 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -0/+44 |
| 2020-04-22 | add test for correct await span | csmoe | -0/+44 |
| 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 | reserve variable for empty root region | Niko Matsakis | -2/+2 |
| 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 |