summaryrefslogtreecommitdiff
path: root/tests/ui/type
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb2023-05-162-7/+0
|\
| * Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko2023-05-152-7/+0
* | Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-161-6/+6
|\ \ | |/ |/|
| * refactor(resolve): clean up the early error return caused by non-callbohan2023-05-101-6/+6
* | Note base types of coercionMichael Goulet2023-05-121-1/+1
|/
* Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC2023-05-097-0/+53
|\
| * code refactor and fix wrong suggestionyukang2023-05-082-0/+15
| * fix ice in suggestingyukang2023-05-082-0/+15
| * Suggest let for possible binding with tyyukang2023-05-083-0/+23
* | Tweak borrow suggestionMichael Goulet2023-05-081-8/+12
|/
* soften the wording for removing type ascriptionyukang2023-05-015-5/+5
* fix testsyukang2023-05-011-6/+6
* fix test casesyukang2023-05-012-20/+65
* Rip it outNilstrieb2023-05-0122-180/+74
* Provide RHS type hint when reporting operator errorMichael Goulet2023-04-271-2/+2
* More accurate argument blames, add some commentsMichael Goulet2023-04-122-3/+11
* Properly note source of arg mismatchMichael Goulet2023-04-123-1/+10
* Restore suggestion based off of backwards inference from bad usage to method ...Michael Goulet2023-04-122-1/+5
* Point at which arg causes a binding to be constrainedMichael Goulet2023-04-121-1/+3
* Make note_source_of_type_mismatch_constraint simplerMichael Goulet2023-04-128-22/+8
* remove duplicated diagnostic for unclosed delimiteryukang2023-02-281-11/+1
* Exit when there are unmatched delims to avoid noisy diagnosticsyukang2023-02-282-48/+3
* diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell2023-02-226-6/+6
* Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger2023-02-161-5/+4
|\
| * Make removal suggestion not verboseEsteban Küber2023-02-141-6/+4
| * rebase and review commentsEsteban Küber2023-02-141-1/+1
| * More accurate spans for arg removal suggestionEsteban Küber2023-02-141-2/+3
* | Skip method calls with arity mismatchMartin Gammelsæter2023-02-152-10/+1
* | Add point-at-inference ui test for wrong arity caseMartin Gammelsæter2023-02-152-0/+61
|/
* Don't expose type parameters and implementation details from macro expansion许杰友 Jieyou Xu (Joe)2023-02-092-6/+6
* Modify primary span label for E0308Esteban Küber2023-01-309-73/+73
* tweak wordingEsteban Küber2023-01-232-6/+6
* Ensure suggestion correctnessEsteban Küber2023-01-235-1/+120
* Suggest coercion of `Result` using `?`Esteban Küber2023-01-233-0/+65
* Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebankMatthias Krüger2023-01-141-1/+1
|\
| * Deprioritize fulfillment errors that come from expansions.Mara Bos2023-01-141-1/+1
* | Emit a hint for bad call return types due to generic argumentsRobin Schroer2023-01-132-0/+159
|/
* Move /src/test to /testsAlbert Larsan2023-01-11119-0/+3649