| Age | Commit message (Expand) | Author | Lines |
| 2024-07-12 | More accurate incorrect use of `await` suggestion | Esteban Küber | -32/+48 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -20/+124 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -0/+88 |
| 2024-07-10 | Reorder modifiers and polarity to be *after* binder in trait bounds | Michael Goulet | -1/+1 |
| 2024-07-08 | Infer async closure signature from old-style two-part Fn + Future bounds | Michael Goulet | -0/+27 |
| 2024-07-06 | Uplift push_outlives_components | Michael Goulet | -12/+12 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -4/+6 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -4/+6 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -22/+22 |
| 2024-06-29 | Make all tests in async dir build-pass, adjust implements-fnmut test to begin... | Michael Goulet | -7/+11 |
| 2024-06-28 | Make it into a structured suggestion, maybe-incorrect | Michael Goulet | -0/+88 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -22/+22 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -99/+77 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -2/+0 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -2/+0 |
| 2024-06-24 | don't suggest awaiting type expr patterns | SparkyPotato | -1/+20 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -3/+2 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -0/+5 |
| 2024-06-12 | E0229: Suggest Moving Type Constraints to Type Parameter Declaration | Veera | -1/+1 |
| 2024-06-11 | Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -0/+43 |
| 2024-06-10 | Add explanatory note to async block type mismatch error | Gurinder Singh | -0/+4 |
| 2024-06-05 | Update Tests | Veera | -0/+5 |
| 2024-06-05 | fix: break inside async closure has incorrect span for enclosing closure | Lin Yihai | -4/+5 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+3 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -36/+59 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -3/+3 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 2024-05-29 | Revert miri async drop test but add warnings to each async drop test | Daria Sukhonina | -0/+4 |
| 2024-05-29 | Bless new async destructor sizes in async drop tests | Daria Sukhonina | -5/+5 |
| 2024-05-29 | Add size check inside of the async drop tests | Daria Sukhonina | -36/+55 |
| 2024-05-28 | Account for existing bindings when suggesting pinning | Esteban Küber | -2/+2 |
| 2024-05-28 | Add test for incorrect pinning suggestion | Esteban Küber | -0/+43 |
| 2024-05-23 | Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=Amanieu | Matthias Krüger | -38/+20 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -0/+51 |
| 2024-05-22 | Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obk | León Orell Valerian Liehr | -0/+51 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -0/+23 |
| 2024-05-21 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -38/+20 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -0/+3 |
| 2024-05-19 | Force the inner coroutine of an async closure to `move` if the outer closure ... | Michael Goulet | -0/+51 |
| 2024-05-18 | An async closure may implement FnMut/Fn if it has no self-borrows | Michael Goulet | -0/+23 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -0/+28 |
| 2024-05-07 | Update Tests | Veera | -6/+6 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -3/+3 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -48/+53 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -0/+2 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -0/+2 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+219 |
| 2024-04-12 | Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=... | Matthias Krüger | -0/+43 |