summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-01-21Add testMichael Goulet-0/+26
2023-01-19Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ...Michael Goulet-1/+3
2022-12-27Switch `#[track_caller]` back to a no-op unless feature gate is enabledBryan Garza-6/+66
2022-12-26Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+6
2022-12-08Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errorsMatthias Krüger-0/+17
2022-12-07Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obkMatthias Krüger-0/+33
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-6/+9
2022-12-06Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726Matthias Krüger-0/+37
2022-12-06Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos-6/+9
2022-12-05Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errorsMatthias Krüger-0/+25
2022-12-05Make get_impl_future_output_ty work with AFITMichael Goulet-0/+37
2022-12-05Unconditional check FRU expression, even if there are errors presentMichael Goulet-0/+33
2022-12-04Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errorsbors-0/+126
2022-12-04Make nested RPITIT inherit the parent opaque's generics.Camille GILLOT-0/+17
2022-12-04Use parent function WfCheckingContext to check RPITIT.Camille GILLOT-58/+23
2022-12-02Fix async track caller for assoc fn and trait impl fnGary Guo-0/+14
2022-12-02Use proper HirId for async track_caller attribute checkGary Guo-0/+11
2022-12-02Check lifetime param count in collect_trait_impl_trait_tysMichael Goulet-0/+41
2022-11-30Make sure async constructs do not `impl Generator`Arpad Borsos-0/+126
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-13/+13
2022-11-26Rewrite dest prop.Jakob Degen-8/+9
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-13/+13
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-45/+33
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-45/+33
2022-11-23Pass InferCtxt to DropRangeVisitor so we can resolve varsMichael Goulet-0/+168
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-65/+72
2022-11-19Improve spans for RPITIT object-safety errorsMichael Goulet-0/+40
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-0/+32
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-0/+76
2022-11-15Use `needs-unwind` instead of ignoring WASM/emscriptenBryan Garza-5/+3
2022-11-12Add test for projections in async-in-trait.Camille GILLOT-59/+2
2022-11-12Make impl_trait_projections a feature gate.Camille GILLOT-6/+56
2022-11-12Bless ui tests.Camille GILLOT-2/+16
2022-11-11Ignore wasm and emscripten targets for testBryan Garza-2/+5
2022-11-11Visit opaque types during type collection too.Camille GILLOT-15/+2
2022-11-09Allow and add `track_caller` to generatorsBryan Garza-2/+2
2022-11-01Don't remap early-bound RPITIT regions that originate from implMichael Goulet-0/+32
2022-10-29Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errorsMatthias Krüger-0/+110
2022-10-28Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillotMatthias Krüger-7/+6
2022-10-28Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errorsMatthias Krüger-0/+579
2022-10-28add test for issue 98634Rageking8-0/+110
2022-10-27Update tests based on feedbackBryan Garza-26/+7
2022-10-27Update src/test/ui/async-await/in-trait/async-example.rsBryan Garza-2/+2
2022-10-27Add additional tests for static AFITBryan Garza-0/+169
2022-10-27Update tests based on feedbackBryan Garza-33/+48
2022-10-27Update static AFIT tests based on feedbackBryan Garza-144/+28
2022-10-27Add tests for static async functions in traitsBryan Garza-0/+530
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-7/+6
2022-10-27Rollup merge of #103110 - RalfJung:manual-send, r=thomccMatthias Krüger-1/+1
2022-10-25Name impl trait in region bound suggestionMichael Goulet-1/+1