about summary refs log tree commit diff
path: root/tests/ui/coercion
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-4/+4
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+40
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+33
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+33
2025-08-05commentsKivooeo-0/+14
2025-08-05moved 35 tests to organized locationsKivooeo-0/+17
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+7
2025-07-31commentsKivooeo-0/+7
2025-07-25commentsKivooeo-0/+86
2025-07-05cleaned up some testsKivooeo-20/+14
2025-07-01moved testsKivooeo-0/+90
2025-06-24Check CoerceUnsized impl validity before coercingMichael Goulet-0/+32
2025-06-06Make cast suggestions verboseEsteban Küber-6/+3
2025-06-02Add missing `dyn` keywords to tests that do not test for themLukas Wirth-6/+6
2025-05-31Note ref expr being cast when encounter NonScalar cast errorxizheyin-0/+2
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-15/+15
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-9/+15
2025-04-24fix for issue 135412Kivooeo-1/+55
2025-04-14Normalize ADT fields in find_tails_for_unsizingMichael Goulet-0/+32
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-03-21cleaned and organized 3 tests in `./tests/ui/issues`Spencer-0/+36
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-4/+9
2025-01-31Rework "long type names" printing logicEsteban Küber-3/+3
2024-12-12Tweak multispan renderingEsteban Küber-2/+1
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-69/+16
2024-11-26Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errorsGuillaume Gomez-9/+1
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-9/+1
2024-11-25Tweak parameter mismatch explanation to not say unknownMichael Goulet-1/+1
2024-11-22Get rid of HIR const checkerMichael Goulet-69/+16
2024-11-12add parentheses when unboxing suggestion neededYihai Lin-0/+77
2024-09-26Check allow instantiating object trait binder when upcasting and in new solverMichael Goulet-0/+27
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-15/+4
2024-08-31Inline expected_inputs_for_expected_output into check_argument_types/check_ex...Michael Goulet-0/+5
2024-08-31Use equality when relating formal and expected type in arg checkingMichael Goulet-0/+19
2024-08-19Use subtyping for UnsafeFnPointer coercion, tooMichael Goulet-0/+14
2024-08-06diagnostics: `Box<dyn Trait>` suggestion with multiple matching implMichael Howell-0/+4
2024-06-17Remove windows-specific copy of testOli Scherer-88/+10
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-8/+20
2024-05-13Add test for dynamic dispatch + Pin::new soundnessAlice Ryhl-0/+28
2024-05-05Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebankbors-0/+409
2024-05-03We do not coerce &mut &mut T -> *mut mut TJubilee Young-0/+62
2024-04-30Remove note about iteration count in coerceGurinder Singh-0/+409
2024-04-21Move some testsCaio-0/+126
2024-03-15Refactored a few bits:Steven Trotter-10/+9
2024-03-15Added ability to report on generic argument mismatch betterSteven Trotter-8/+13
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-50/+50
2024-02-12fix ICE for deref coercions with type errorsLukas Markeffsky-5/+28
2024-02-10don't skip coercions for types with errorsLukas Markeffsky-0/+24
2024-02-09Move some testsCaio-0/+56
2024-02-07Update testsr0cky-1/+13