about summary refs log tree commit diff
path: root/tests/ui/async-await/async-fn
AgeCommit message (Expand)AuthorLines
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-12/+13
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-1/+5
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-4/+4
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-8/+8
2025-05-26Add missing edition directives for async-await testsLukas Wirth-4/+6
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-1/+4
2025-02-25Don't suggest constraining unstable associated typesMichael Goulet-0/+29
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-9/+6
2024-12-13Stabilize async closuresMichael Goulet-35/+5
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-26/+26
2024-12-02Move tests back to using AsyncFnMichael Goulet-5/+7
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-51/+2
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-4/+4
2024-10-04Bless ui tests.Camille GILLOT-4/+4
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-4/+4
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-0/+43
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-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-1/+1
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-1/+1
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-55/+5
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+2
2024-02-27Flesh out a few more testsMichael Goulet-0/+12
2024-02-27Also support `fnptr(): async Fn` in codegenMichael Goulet-0/+31
2024-02-21Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmeaseLeón Orell Valerian Liehr-4/+141
2024-02-20Support async trait bounds in macrosMichael Goulet-4/+141
2024-02-20Fix stray trait mismatch in resolve_associated_item for AsyncFnMichael Goulet-1/+26
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-12/+12
2024-02-08Prefer AsyncFn* over Fn* for coroutine-closuresMichael Goulet-0/+24
2024-02-06Regular closures now built-in impls for AsyncFn*Michael Goulet-1/+1
2024-01-31Error on incorrect item kind in async boundMichael Goulet-0/+47
2024-01-31Better error message in ed 2015Michael Goulet-21/+51
2024-01-31Add testsMichael Goulet-0/+183
2024-01-31Add async bound modifier to enable async Fn boundsMichael Goulet-0/+14
2023-12-25select AsyncFn traits during overloaded call opMichael Goulet-1/+1
2023-12-25Add AsyncFn family of traitsMichael Goulet-0/+16