summary refs log tree commit diff
path: root/src/test/ui/coercion
AgeCommit message (Expand)AuthorLines
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
2019-10-15Organize `never_type` testsMazdak Farrokhzad-1/+1
2019-09-06Update ui testsvarkor-2/+2
2019-08-09review comments: typo and rewordingEsteban Küber-2/+2
2019-08-09review comment: review wording or missing return errorEsteban Küber-2/+2
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-2/+2
2019-08-09Change wording for function without return valueEsteban Küber-2/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-15/+15
2019-04-22update tests for migrate mode by defaultMatthew Jasper-150/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+4
2019-03-11Update testsVadim Petrochenkov-22/+22
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-14/+14