about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2025-03-08Refactor coroutine layout logic to precompute all sublayoutsMoulins-0/+3
2025-03-06Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obkMichael Goulet-0/+31
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-0/+46
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-13/+2
2025-03-03Improve error message for AsyncFn trait failure for RPITMichael Goulet-0/+31
2025-02-25Don't suggest constraining unstable associated typesMichael Goulet-0/+29
2025-02-20Tweak E0277 when predicate comes indirectly from `?`Esteban Küber-8/+0
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-7/+6
2025-02-11Check sig for errors before checking for unconstrained anonymous lifetimeMichael Goulet-0/+18
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-22/+33
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-4/+1
2025-02-02Rollup merge of #136414 - estebank:expected-return-type, r=oli-obkMatthias Krüger-10/+10
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-10/+10
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-3/+3
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-3/+3
2025-01-30Add closure labelsEsteban Küber-2/+3
2025-01-30When encountering unexpected closure return type, point at return type/expres...Esteban Küber-11/+6
2025-01-27Stabilize target_feature_11Caleb Zulawski-7/+6
2025-01-27Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi...Guillaume Gomez-21/+0
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-21/+0
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+3
2025-01-26Add cache to FoldEscapingRegionsMichael Goulet-0/+125
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-10/+0
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-5/+27
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-19/+18
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-5/+27
2025-01-21remove support for the #[start] attributeRalf Jung-18/+0
2025-01-16Add missing check for async body when suggesting await on futures.metamuffin-10/+0
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-2/+3
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-2/+2
2025-01-06`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...dianne-32/+28
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-38/+36
2025-01-02Suppress type param suggestion if encountering invalid const inferMichael Goulet-5/+0
2025-01-02Unconditionally lower generic_arg_inferMichael Goulet-5/+11
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