about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait
AgeCommit message (Expand)AuthorLines
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+1
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-4/+5
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-2/+2
2025-04-28Do not compute type_of for impl item if impl where clauses are unsatisfiedMichael Goulet-0/+39
2025-03-08Refactor coroutine layout logic to precompute all sublayoutsMoulins-0/+3
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-4/+6
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-4/+1
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-5/+6
2024-12-05Stabilize noop_wakerEric Holk-7/+4
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-24Consider param-env candidates even if they have errorsMichael Goulet-16/+2
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-27Cleanup some known-bug issuesJack Huey-8/+6
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-08-10Differentiate between methods and associated functionsEsteban Küber-2/+2
2024-07-17Remove invalid further restricting for type boundyukang-4/+0
2024-07-06Uplift push_outlives_componentsMichael Goulet-12/+12
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-2/+0
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-16/+24
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-0/+4
2024-03-14Fill in HIR hash for associated opaque typesVadim Petrochenkov-0/+11
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-23/+3
2024-03-05Split refining_impl_trait lint into _reachable, _internal variantsTyler Mandry-0/+4
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-80/+80
2024-02-08Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obkMatthias Krüger-20/+51
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-18/+3
2024-02-06Don't expect early-bound region to be local in RPITIT well-formednessMichael Goulet-0/+38
2024-02-05Make sure refinement still worksMichael Goulet-3/+53
2024-02-05Make the error message betterMichael Goulet-9/+6
2024-02-05Allow desugaring async fn in trait to compatible, concrete future typesMichael Goulet-31/+15
2024-02-05Avoid emitting trait bound errors of incoherent traitsOli Scherer-18/+3
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-25Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFITMichael Goulet-0/+18
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-5/+3
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-11/+10
2024-01-08Point out source of recursionMichael Goulet-8/+14
2023-12-14Rollup merge of #118948 - compiler-errors:noop, r=eholkJubilee-44/+31
2023-12-14Use the Waker::noop API in testsMichael Goulet-44/+31
2023-12-12Coroutine variant fields can be uninitializedTomasz Miąsko-3/+5
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-16/+16
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-0/+51
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-0/+51
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-37/+10
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-112/+47