about summary refs log tree commit diff
path: root/src/test/ui/coercion
AgeCommit message (Expand)AuthorLines
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
2018-12-31Improve type mismatch error messagesYuning Zhang-10/+10
2018-12-30Tweak E0308 error for clarityEsteban Küber-2/+2
2018-12-30Point at function name spanEsteban Küber-2/+6
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-14/+10
2018-12-25Remove licensesMark Rousskov-129/+49
2018-12-17fix review comments, round 2Ariel Ben-Yehuda-1/+1
2018-12-17address review commentsAriel Ben-Yehuda-7/+11
2018-12-17trigger unsized coercions keyed on Sized boundsAriel Ben-Yehuda-0/+58
2018-10-03Clearer later use messages for callsMatthew Jasper-23/+19
2018-08-14Moved tests back to compile-test if they don't work on ui.David Wood-23/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+769