about summary refs log tree commit diff
path: root/tests/ui/cast
AgeCommit message (Expand)AuthorLines
2025-08-29Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxuMatthias Krüger-0/+15
2025-08-27Add test batch 2Oneirical-0/+15
2025-08-27Add test batch 1Oneirical-0/+20
2025-08-19bless tests with new lint messagesKarol Zwolak-3/+3
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+6
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+6
2025-08-05commentsKivooeo-0/+35
2025-08-05moved 35 tests to organized locationsKivooeo-0/+15
2025-08-02Rehome tests/ui/issues/ tests [2/?]Oneirical-0/+6
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+11
2025-07-17Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLiiLeón Orell Valerian Liehr-11/+169
2025-07-13cleaned up some testsKivooeo-5/+21
2025-07-13moved testsKivooeo-0/+130
2025-07-10added error for invalid char castKivooeo-11/+169
2025-07-01cleaned up some testsKivooeo-9/+23
2025-06-30moved testsKivooeo-0/+47
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-9/+16
2025-06-06reword suggestion messageEsteban Küber-3/+3
2025-06-06Make cast suggestions verboseEsteban Küber-12/+24
2025-05-31Note ref expr being cast when encounter NonScalar cast errorxizheyin-0/+2
2025-05-24Add ui test func-pointer-issue-140491xizheyin-0/+16
2025-05-06Structurally resolve in check_ref_castMichael Goulet-0/+22
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-12/+13
2025-04-13Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errorsJacob Pratt-0/+14
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-11/+13
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-6/+4
2025-03-27Expect an array when expected and acutal types are both arrays during castxizheyin-7/+4
2025-03-26Add ui test cast-array-issue-138836xizheyin-0/+17
2025-03-24Revert "Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compile...Michael Goulet-376/+0
2025-03-16Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+43
2025-03-14Use lit span when suggesting suffix lit castxizheyin-0/+43
2025-03-13Remove an outdated line from a test commentWaffle Lapkin-1/+0
2025-03-08bless testsWaffle Lapkin-235/+66
2025-03-08add a test for pointer casts involving un/re/wrapping trait objectsWaffle Lapkin-0/+546
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-17/+1
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-39/+19
2025-02-27Delete tuple unsizingAlice Ryhl-17/+1
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-39/+19
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-22/+33
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-5/+17
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-23/+19
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-20elaborate why dropping principal in `*dyn` casts is non-trivialLukas Markeffsky-0/+32
2024-10-04Use wide pointers consistenly across the compilerUrgau-1/+1
2024-09-27borrowck: use subtyping instead of equality for ptr-to-ptr castsLukas Markeffsky-28/+1
2024-09-27add even more tests for ptr-to-ptr casts on trait objectsLukas Markeffsky-7/+92
2024-09-24improve errors for invalid pointer castsLukas Markeffsky-33/+20
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-1/+1