| Age | Commit message (Expand) | Author | Lines |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -3/+3 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -0/+43 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-15 | Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnr | Matthias Krüger | -0/+34 |
| 2024-08-14 | Infer async closure args from Fn bound even if there is no corresponding Futu... | Michael Goulet | -0/+49 |
| 2024-08-14 | Fix projections when parent capture is by-ref | Michael Goulet | -0/+34 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+35 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -2/+2 |
| 2024-08-09 | Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnr | Matthias Krüger | -0/+86 |
| 2024-08-08 | Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn | Michael Goulet | -0/+86 |
| 2024-08-02 | Stop doing weird index stuff in ElaborateBoxDerefs | Michael Goulet | -0/+35 |
| 2024-08-01 | Skip over args when determining if coroutine-closure's inner coroutine consum... | Michael Goulet | -0/+17 |
| 2024-07-31 | Properly mark loop as diverging if it has no breaks | Michael Goulet | -0/+32 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -3/+3 |
| 2024-07-28 | stabilize const_waker | Slanterns | -3/+3 |
| 2024-07-26 | Suppress useless clone suggestion | Michael Goulet | -5/+0 |
| 2024-07-26 | Make coroutine-closures possible to be cloned | Michael Goulet | -18/+98 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -1/+1 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -2/+24 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -2/+3 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -2/+3 |
| 2024-07-17 | Put the dots back | Michael Goulet | -4/+4 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -4/+0 |
| 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 |