summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-3/+3
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-0/+43
2024-08-17Bless test falloutMichael Goulet-3/+3
2024-08-15Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnrMatthias Krüger-0/+34
2024-08-14Infer async closure args from Fn bound even if there is no corresponding Futu...Michael Goulet-0/+49
2024-08-14Fix projections when parent capture is by-refMichael Goulet-0/+34
2024-08-10Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=...bors-0/+35
2024-08-10Differentiate between methods and associated functionsEsteban Küber-2/+2
2024-08-09Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnrMatthias Krüger-0/+86
2024-08-08Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement FnMichael Goulet-0/+86
2024-08-02Stop doing weird index stuff in ElaborateBoxDerefsMichael Goulet-0/+35
2024-08-01Skip over args when determining if coroutine-closure's inner coroutine consum...Michael Goulet-0/+17
2024-07-31Properly mark loop as diverging if it has no breaksMichael Goulet-0/+32
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-3/+3
2024-07-28stabilize const_wakerSlanterns-3/+3
2024-07-26Suppress useless clone suggestionMichael Goulet-5/+0
2024-07-26Make coroutine-closures possible to be clonedMichael Goulet-18/+98
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-1/+1
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-2/+24
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-2/+3
2024-07-18Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-deadMatthias Krüger-4/+4
2024-07-17Fix associated item removal suggestionEsteban Küber-2/+3
2024-07-17Put the dots backMichael Goulet-4/+4
2024-07-17Remove invalid further restricting for type boundyukang-4/+0
2024-07-12More accurate incorrect use of `await` suggestionEsteban Küber-32/+48
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-20/+124
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-0/+88
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-1/+1
2024-07-08Infer async closure signature from old-style two-part Fn + Future boundsMichael Goulet-0/+27
2024-07-06Uplift push_outlives_componentsMichael Goulet-12/+12
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-4/+6
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-4/+6
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-22/+22
2024-06-29Make all tests in async dir build-pass, adjust implements-fnmut test to begin...Michael Goulet-7/+11
2024-06-28Make it into a structured suggestion, maybe-incorrectMichael Goulet-0/+88
2024-06-28Change RTN to use .. againMichael Goulet-22/+22
2024-06-27Tighten spans for async blocksMichael Goulet-99/+77
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-2/+0
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-2/+0
2024-06-24don't suggest awaiting type expr patternsSparkyPotato-1/+20
2024-06-23Special case when a code line only has multiline span startsEsteban Küber-3/+2
2024-06-19Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors许杰友 Jieyou Xu (Joe)-4/+5
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-0/+5
2024-06-12E0229: Suggest Moving Type Constraints to Type Parameter DeclarationVeera-1/+1
2024-06-11Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix许杰友 Jieyou Xu (Joe)-0/+43
2024-06-10Add explanatory note to async block type mismatch errorGurinder Singh-0/+4
2024-06-05Update TestsVeera-0/+5
2024-06-05fix: break inside async closure has incorrect span for enclosing closureLin Yihai-4/+5
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-3/+3
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-1/+1