about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-04-12Don't do coroutine-closure-specific upvar analysis if tainted by errorsMichael Goulet-0/+43
2024-04-11Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxuMatthias Krüger-0/+63
2024-04-11Stop using HirId for fn-like parentsMichael Goulet-0/+63
2024-04-11Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obkMatthias Krüger-11/+287
2024-04-10Use suggest_impl_trait in return type suggestionMichael Goulet-4/+4
2024-04-10Make the computation of coroutine_captures_by_ref_ty more sophisticatedMichael Goulet-11/+287
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-0/+16
2024-04-09Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obkGuillaume Gomez-0/+27
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-0/+27
2024-04-08Actually, stop making any assumption about the projections applied to the upvarMichael Goulet-0/+17
2024-04-05Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrowMichael Goulet-0/+27
2024-04-05Check the base of the place too!Michael Goulet-0/+28
2024-04-05Rework the ByMoveBody shim to actually work correctlyMichael Goulet-0/+244
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-35/+6
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-31/+99
2024-04-03Rollup merge of #121595 - strottos:issue_116615, r=compiler-errorsMatthias Krüger-8/+20
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-0/+92
2024-04-02Comments, comments, commentsMichael Goulet-0/+2
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+90
2024-03-29update testsJustin Karneges-6/+38
2024-03-25In `pretty_print_type()`, print `async fn` futures' paths instead of spans.Kevin Reid-27/+27
2024-03-22-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.Kevin Reid-10/+10
2024-03-21Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnrMatthias Krüger-0/+3
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-1/+16
2024-03-20Rollup merge of #122749 - aliemjay:region-err, r=compiler-errorsJacob Pratt-16/+24
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-16/+24
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-1/+16
2024-03-20Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obkbors-57/+7
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-57/+7
2024-03-19Remove redundant coroutine captures noteMichael Goulet-9/+2
2024-03-19Don't ICE when encountering bound regions in generator interior typeMichael Goulet-0/+3
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-0/+4
2024-03-15Refactored a few bits:Steven Trotter-15/+12
2024-03-15Added ability to report on generic argument mismatch betterSteven Trotter-8/+23
2024-03-15Auto merge of #122517 - petrochenkov:bodihash, r=oli-obkbors-0/+11
2024-03-14Fill in HIR hash for associated opaque typesVadim Petrochenkov-0/+11
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-19/+8
2024-03-12Rollup merge of #122343 - compiler-errors:rando, r=fmeaseMatthias Krüger-23/+3
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-5/+0
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-23/+3
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-5/+0
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-2/+8
2024-03-05Split refining_impl_trait lint into _reachable, _internal variantsTyler Mandry-0/+4
2024-03-05Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ...Matthias Krüger-0/+10
2024-03-05Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obkMatthias Krüger-3/+0
2024-03-05Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas...Matthias Krüger-0/+21
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-3/+0
2024-03-01Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errorsMatthias Krüger-199/+0
2024-03-01Implement async closure signature deductionMichael Goulet-0/+10
2024-02-29Remove stray stdout/stderr files许杰友 Jieyou Xu (Joe)-199/+0