about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-09-27Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errorsMatthias Krüger-8/+6
2024-09-27Cleanup some known-bug issuesJack Huey-8/+6
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-6/+6
2024-09-23Allow reborrowing pinned self methodsEric Holk-2/+1
2024-09-23Allow reborrowing Pin<&mut Self>Eric Holk-5/+15
2024-09-22No longer mark RTN as incompleteMichael Goulet-119/+9
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-0/+136
2024-09-20Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errorsGuillaume Gomez-0/+136
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+2
2024-09-19pin_ergonomics: allow reborrowing as Pin<&T>Eric Holk-0/+46
2024-09-19Add a test case to make sure we don't reborrow twiceEric Holk-1/+26
2024-09-19Allow shortening reborrowsEric Holk-0/+14
2024-09-18Begin experimental support for pin reborrowingEric Holk-0/+51
2024-09-16Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...Michael Goulet-0/+34
2024-09-16Encode coroutine_by_move_body_def_id in crate metadataMichael Goulet-0/+5
2024-09-16Don't ICE when generating Fn shim for async closure with borrowck errorMichael Goulet-0/+45
2024-09-14Consider synthetic closure bodies to be typeck childrenMichael Goulet-0/+19
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-10Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida...Michael Goulet-0/+20
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-23/+23
2024-09-07Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwcoMatthias Krüger-0/+19
2024-09-07Don't build by-move body when async closure is taintedMichael Goulet-0/+27
2024-09-01Replace walk with visit so we dont skip outermost expr kind in def collectorMichael Goulet-0/+12
2024-09-01Do not call query to compute coroutine layout for synthetic body of async clo...Michael Goulet-0/+19
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-2/+13
2024-08-20bless ui testsRalf Jung-23/+23
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