about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-10-24Consider param-env candidates even if they have errorsMichael Goulet-16/+2
2024-10-22Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorinoMatthias Krüger-2/+59
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-0/+89
2024-10-12Also note for fieldsMichael Goulet-2/+32
2024-10-12Add a note for ? on future in sync functionMichael Goulet-0/+27
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-2/+2
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-0/+89
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-19/+19
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-5/+14
2024-10-04Bless ui tests.Camille GILLOT-19/+19
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-6/+6
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