about summary refs log tree commit diff
path: root/src/test/ui/coercion
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1575/+0
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-61/+61
2022-10-30Rollup merge of #103124 - ldm0:nohard_tests, r=Mark-SimulacrumMatthias Krüger-0/+149
2022-10-27add test for issue 36007Rageking8-0/+20
2022-10-17Add tests for autoderef on block tailbogon-right-0/+149
2022-10-04slightly improve no return for returning function errorRageking8-2/+2
2022-08-27SadMichael Goulet-0/+16
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-6/+6
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-27use check_region_obligations_and_report_errors in more places to avoid ICEsMichael Goulet-0/+27
2022-07-07Shorten span for closures.Camille GILLOT-3/+3
2022-06-28Note concrete type being coerced into objectMichael Goulet-4/+4
2022-05-08Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearthbors-40/+0
2022-05-06Resolve vars in note_type_errJack Huey-2/+2
2022-04-28Update ui testsSerial-40/+0
2022-04-26Fix the filename in the expected error message.Dan Gohman-2/+2
2022-04-26Add `only-windows` versions of the coerce-issue-49593-box-never test.Dan Gohman-0/+97
2022-04-19Update line numbers in the expected output.Dan Gohman-2/+2
2022-04-19Add ignore-windows to a test.Dan Gohman-0/+1
2022-04-18Update the expected stderr for coerce-issue-49593-box-never.Dan Gohman-2/+2
2022-04-18Update the expected stderr for coerce-issue-49593-box-never.Dan Gohman-2/+2
2022-04-16Implementation for 65853Jack Huey-9/+58
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-2/+2
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-2/+2
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+20
2021-11-18Move some tests to more reasonable directoriesCaio-0/+37
2021-11-14Move some tests to more reasonable directoriesCaio-0/+17
2021-11-06Move some tests to more reasonable directoriesCaio-0/+79
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-1/+0
2021-09-17Add nofallback testsMark Rousskov-2/+27
2021-08-19Fix non-capturing closure return type coercionFabian Wolff-0/+31
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+37
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-26/+26
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-2/+20
2020-06-19coerce reborrow multi arg testBastian Kauschke-0/+27
2020-06-19merge coercion test foldersBastian Kauschke-29/+420
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-6/+2
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-6/+2
2020-06-09Relate existential associated types with variance InvariantSantiago Pastorino-1/+1
2020-01-16review commentsEsteban Küber-7/+7
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-13/+17
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-5/+8
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-71/+64
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-1/+1
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-17/+12
2019-11-18Surround types with backticks in type errorsEsteban Küber-21/+21
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-16/+9
2019-11-18review comments: tweak prefix stringsEsteban Küber-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-38/+38