| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -41/+50 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -92/+48 |
| 2022-02-09 | Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiasko | Yuki Okushi | -0/+12 |
| 2022-02-07 | Drop tracking: improve break and continue handling | Eric Holk | -0/+1 |
| 2022-02-07 | Drop tracking: track borrows of projections | Eric Holk | -0/+12 |
| 2022-02-02 | Guess head span of async blocks | Oli Scherer | -16/+5 |
| 2022-02-02 | undo a useless change | Oli Scherer | -3/+4 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -14/+24 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -54/+98 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -0/+15 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -24/+24 |
| 2022-01-26 | Change test to check-pass | Eric Holk | -1/+1 |
| 2022-01-25 | Add regression test for #93197 | Eric Holk | -0/+15 |
| 2022-01-23 | Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgr | bors | -0/+38 |
| 2022-01-23 | Rollup merge of #93103 - estebank:await-span, r=nagisa | Matthias Krüger | -0/+38 |
| 2022-01-21 | Disable drop range tracking in generators | Eric Holk | -0/+8 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -73/+93 |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -0/+38 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -7/+4 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -11/+5 |
| 2022-01-18 | Safely handle partial drops | Eric Holk | -0/+56 |
| 2022-01-18 | Update async-fn-nonsend.rs | Eric Holk | -5/+43 |
| 2022-01-18 | Handle uninhabited return types | Eric Holk | -29/+3 |
| 2022-01-18 | Handle empty loops better | Eric Holk | -4/+12 |
| 2022-01-18 | Update stderr files | Eric Holk | -4/+4 |
| 2022-01-18 | Update async-fn-nonsend.stderr | Eric Holk | -29/+6 |
| 2022-01-18 | Attribute drop to parent expression of the consume point | Eric Holk | -1/+33 |
| 2022-01-18 | Make generator and async-await tests pass | Eric Holk | -3/+2 |
| 2022-01-18 | Track drop points in generator_interior | Eric Holk | -69/+5 |
| 2022-01-06 | Normalize generator-local types with unevaluated constants | Michael Goulet | -0/+26 |
| 2021-12-17 | Fix typo in "new region bound" suggestion | Esteban Kuber | -2/+2 |
| 2021-12-13 | review comment: change wording of suggestion | Esteban Kuber | -3/+3 |
| 2021-12-13 | review comments | Esteban Kuber | -9/+17 |
| 2021-12-13 | tidy fix | Esteban Kuber | -1/+1 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -62/+44 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -0/+36 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -105/+119 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -5/+71 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -5/+71 |
| 2021-12-11 | Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obk | Matthias Krüger | -0/+11 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -3/+3 |
| 2021-12-10 | rebase and update nll test | Esteban Kuber | -2/+8 |
| 2021-12-10 | Update nll test | Esteban Kuber | -0/+15 |
| 2021-12-10 | Add filtering based on involved required lifetime | Esteban Kuber | -6/+1 |
| 2021-12-10 | Clean up visual output logic | Esteban Kuber | -11/+14 |
| 2021-12-10 | Point at capture points for non-`'static` reference crossing a `yield` point | Esteban Kuber | -5/+52 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+1 |
| 2021-12-07 | Use collect_in_band_defs for async lifetime captures. | Camille GILLOT | -0/+11 |
| 2021-12-05 | Pretty print async block without redundant space | David Tolnay | -5/+5 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -3/+3 |