| Age | Commit message (Expand) | Author | Lines |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -6/+8 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -5/+8 |
| 2019-09-20 | Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb | bors | -0/+70 |
| 2019-09-19 | fix tests for 2018 | Niko Matsakis | -0/+4 |
| 2019-09-19 | avoid generating drops for moved operands of calls | Niko Matsakis | -0/+46 |
| 2019-09-19 | Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakis | Mazdak Farrokhzad | -0/+16 |
| 2019-09-18 | don't record all intermediate adjustment types | Niko Matsakis | -0/+20 |
| 2019-09-17 | Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol... | lqd | -0/+16 |
| 2019-09-17 | apply nits from centril | Niko Matsakis | -7/+8 |
| 2019-09-16 | add regression test for issue-64391 | Niko Matsakis | -0/+14 |
| 2019-09-16 | add test for drop order of temporary in tail return expression | Niko Matsakis | -0/+94 |
| 2019-09-10 | Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m... | Mazdak Farrokhzad | -12/+43 |
| 2019-09-10 | lowering: extend temporary lifetimes around await | David Wood | -12/+43 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -7/+20 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -12/+12 |
| 2019-09-05 | Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va... | Mazdak Farrokhzad | -2/+34 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -0/+32 |
| 2019-08-31 | Slightly clean up the error for recursive `async fn` | Matthew Jasper | -2/+2 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -20/+12 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -2/+2 |
| 2019-08-21 | more `--bless`ing + test error annotations fixes | Artem Varaksa | -4/+4 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -4/+12 |
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -140/+138 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -161/+11 |
| 2019-08-19 | Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank | Mazdak Farrokhzad | -0/+31 |
| 2019-08-19 | adjust test to be check-pass | Niko Matsakis | -13/+4 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -0/+50 |
| 2019-08-19 | Fix suggestion from move async to async move. | Giles Cope | -0/+31 |
| 2019-08-18 | Auto merge of #63659 - gilescope:async-in-closure, r=Centril | bors | -10/+9 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -10/+9 |
| 2019-08-16 | bless you nll | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-16 | Rollup merge of #63539 - Centril:2015.await, r=oli-obk | Mazdak Farrokhzad | -0/+88 |
| 2019-08-14 | Rollup merge of #63509 - estebank:async-span, r=Centril | Mazdak Farrokhzad | -0/+23 |
| 2019-08-14 | Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r... | Mazdak Farrokhzad | -0/+34 |
| 2019-08-14 | Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-... | Mazdak Farrokhzad | -0/+147 |
| 2019-08-14 | typeck: add tests for suggesting -> 2018 on wrong <expr>.await | Mazdak Farrokhzad | -0/+88 |
| 2019-08-13 | review comment: move test | Esteban Küber | -0/+23 |
| 2019-08-13 | bless tests with compare-mode=nll | Niko Matsakis | -0/+35 |
| 2019-08-12 | clear in-scope lifetimes for nested items in HIR lowering | Niko Matsakis | -0/+17 |
| 2019-08-12 | add edition to regression test | Niko Matsakis | -0/+1 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -0/+112 |
| 2019-08-12 | use `ParamName` to track in-scope lifetimes instead of Ident | Niko Matsakis | -0/+16 |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -0/+36 |
| 2019-08-09 | fix tests | Esteban Küber | -3/+3 |
| 2019-08-09 | Rollup merge of #63387 - Centril:async-block-control-flow-tests, r=cramertj | Mazdak Farrokhzad | -0/+146 |
| 2019-08-09 | Test interaction btw async blocks and ?, return, break. | Mazdak Farrokhzad | -0/+146 |
| 2019-08-08 | Rollup merge of #63331 - gorup:conditionalinit, r=cramertj | Mazdak Farrokhzad | -0/+43 |
| 2019-08-06 | Test conditional initialization validation in async fns | Ryan Gorup | -0/+43 |