about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2025-04-15Fix wrong suggestion for async gen block and add regression ui test for #139839Guillaume Gomez-0/+117
2025-04-15Update tests.Mara Bos-1/+1
2025-04-13Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcmJacob Pratt-0/+19
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-11/+12
2025-04-12Proactively update coroutine drop shim's phase to account for later passes ap...Michael Goulet-0/+19
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-11/+12
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-5/+8
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-3/+3
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-2/+2
2025-04-03Use `cfg(false)` in UI testsclubby789-3/+3
2025-03-31Feed HIR for by-move coroutine body def, since the inliner tries to read its ...Michael Goulet-0/+28
2025-03-18Remove existing AFIDT implementationMichael Goulet-18/+170
2025-03-14Improve upvar analysis for deref of child captureMichael Goulet-0/+109
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+8
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