| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+71 |
| 2021-12-02 | Code review feedback | Eric Holk | -4/+9 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -3/+3 |
| 2021-11-23 | Update test outputs | Michael Goulet | -11/+11 |
| 2021-11-22 | Update stderr files | Eric Holk | -0/+2 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -4/+64 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -58/+9 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -55/+6 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -3/+3 |
| 2021-11-20 | Re-bless test outputs | Michael Goulet | -2/+2 |
| 2021-11-20 | Suggest await on cases involving infer | Michael Goulet | -1/+54 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -45/+45 |
| 2021-11-16 | Fix await suggestion better | Michael Goulet | -1/+97 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+29 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+26 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -6/+10 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -20/+22 |
| 2021-10-24 | Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate | Esteban Kuber | -14/+3 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -15/+53 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -16/+2 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -15/+67 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -2/+8 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+2 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -2/+3 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -10/+2 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -10/+12 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -0/+241 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -10/+12 |