about summary refs log tree commit diff
path: root/tests/ui/coherence
AgeCommit message (Expand)AuthorLines
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-4/+8
2025-01-24Reword "crate not found" resolve messageEsteban Küber-4/+8
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-4/+5
2025-01-18Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errorsbors-4/+0
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-1/+1
2025-01-15avoid running the overlap check twicelcnr-4/+0
2025-01-09Add tests cases from review of #132289Frank Steffahn-0/+178
2025-01-07Update tests.Mara Bos-1/+1
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-11-27Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errorsMatthias Krüger-0/+89
2024-11-26update crasheslcnr-0/+89
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-134/+174
2024-10-15remove unnecessary revisionslcnr-273/+22
2024-10-15stabilize `-Znext-solver=coherence`lcnr-79/+67
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-30/+30
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-1/+1
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-27Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errorsMatthias Krüger-1/+59
2024-09-27Cleanup some known-bug issuesJack Huey-1/+59
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-26Make new information notes instead of labelsJonathan Birk-174/+174
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-14Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmeaseStuart Cook-0/+23
2024-09-14(fix) conflicting negative impl marker and add testsGiang Dao-0/+23
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-19/+3
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-52/+315
2024-09-05remove unnecessary revisionslcnr-273/+22
2024-09-05stabilize `-Znext-solver=coherence`lcnr-79/+67
2024-09-03do not attempt to prove unknowable goalslcnr-2/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-3/+19
2024-08-11Add more information link to orphan implsJonathan Birk-40/+80
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-07-30Adjust orphan note in testsJonathan Birk-40/+40
2024-07-30Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errorsMatthias Krüger-0/+102
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-12/+12
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-7/+6
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-7/+6
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-20/+4
2024-07-12rustc_type_ir: derivative -> derive-wherePavel Grigorenko-12/+12
2024-07-10elaborate unknowable goalslcnr-0/+102
2024-06-19rustc_type_ir: Omit some struct fields from Debug outputLeón Orell Valerian Liehr-12/+12
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet-6/+6
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-5/+5
2024-06-11Remove DebugWithInfcxMichael Goulet-12/+12
2024-06-11Auto merge of #126139 - compiler-errors:specializes, r=lcnrbors-11/+11
2024-06-07Only compute specializes query if specialization is enabled in the crate of t...Michael Goulet-11/+11
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-0/+1
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-0/+1