about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-12-31Make sure we check the future type is Sized in AsyncFn*Michael Goulet-0/+51
2024-12-25Actually print all the relevant parts of a coroutine in verbose modeMichael Goulet-2/+2
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-4/+4
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-12/+4
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-4/+4
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-277/+96
2024-12-13Stabilize async closuresMichael Goulet-277/+96
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-2/+0
2024-12-12Tweak multispan renderingEsteban Küber-10/+4
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-4/+4
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-4/+4
2024-12-10Implement projection and shim for AFIDTMichael Goulet-0/+160
2024-12-10Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxuLeón Orell Valerian Liehr-0/+14
2024-12-08Don't use AsyncFnOnce::CallOnceFuture bounds for signature deductionMichael Goulet-0/+14
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-1/+1
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2
2024-12-05Stabilize noop_wakerEric Holk-16/+12
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-26/+26
2024-12-02Move tests back to using AsyncFnMichael Goulet-58/+60
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-51/+2
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-5/+1
2024-11-28Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholkGuillaume Gomez-4/+25
2024-11-27Update tests to use new proc-macro headerEric Huss-5/+1
2024-11-25Tweak parameter mismatch explanation to not say unknownMichael Goulet-3/+3
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-6/+37
2024-11-23Don't type error if we fail to coerce Pin because it doesnt contain a refMichael Goulet-4/+25
2024-11-23Move pin ergonomics testsMichael Goulet-0/+0
2024-11-22Stabilize the 2024 editionEric Huss-28/+27
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-6/+37
2024-11-08Manually register some bounds for a better spanMichael Goulet-0/+5
2024-11-08Get rid of check_opaque_type_well_formedMichael Goulet-7/+11
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-4/+4
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-16/+21
2024-11-02Remove or fix some FIXME(async_closure)Michael Goulet-15/+24
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-16/+18
2024-11-02Point at tail expression on rpit E0277Esteban Küber-0/+3
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-33/+33
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