about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12053/+0
2023-01-09Consider method return type for various method suggestionsMichael Goulet-0/+33
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-2/+2
2023-01-01Verbose suggestionsEsteban Küber-4/+10
2022-12-30Add regression test for #105501Arpad Borsos-0/+165
2022-12-22Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile...Matthias Krüger-22/+52
2022-12-21Update track_caller tests; run fmtBryan Garza-15/+7
2022-12-21Test that async blocks are UnwindSafeArpad Borsos-0/+68
2022-12-21Improve code based on feedback.Bryan Garza-23/+7
2022-12-21Update track_caller logic/lint after rebaseBryan Garza-7/+12
2022-12-21update wording of lintBryan Garza-2/+2
2022-12-21Update code based on PR commentsBryan Garza-102/+40
2022-12-21Switch `#[track_caller]` back to a no-op unless feature gate is enabledBryan Garza-0/+111
2022-12-20Add regression test for #102206Yuki Okushi-0/+31
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+6
2022-12-17Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholkMatthias Krüger-0/+42
2022-12-15Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errorsMatthias Krüger-0/+31
2022-12-14Ensure async trait impls are async (or otherwise return an opaque type)Dan Johnson-25/+99
2022-12-14bail in collect_trait_impl_trait_tys if signatures reference errorsMichael Goulet-0/+42
2022-12-14Add regression test for #104678Yuki Okushi-0/+31
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-53/+17
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-1/+65
2022-12-13Use a label instead of a note for the drop site to create denser diagnosticsOli Scherer-35/+15
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-18/+2
2022-12-08Support `#[track_caller]` on async closuresGary Guo-1/+65
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