summary refs log tree commit diff
path: root/src/test/ui/structs
AgeCommit message (Expand)AuthorLines
2022-04-05Suggest derivable trait on E0277ohno418-0/+4
2022-03-28Remove duplicated and unused test filesCaio-0/+56
2022-03-28Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty...bors-0/+122
2022-03-28suggest replacing field when using the same typeTakayuki Maeda-0/+122
2022-03-27diagnostics: suggest missing comma in bad FRU syntaxMichael Howell-0/+56
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-0/+6
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-6/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-3/+3
2021-11-14Move some tests to more reasonable directoriesCaio-0/+38
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-3/+6
2021-05-11improve diagnosts for GATsb-naber-8/+8
2021-05-07Also take unions and enums into accountLeSeulArtichaut-5/+42
2021-05-07Add basic testLeSeulArtichaut-0/+25
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-17/+15
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-2/+2
2021-03-14Rollup merge of #82789 - csmoe:issue-82772, r=estebankYuki Okushi-5/+7
2021-03-12fix: check before index into generated patternscsmoe-17/+3
2021-03-12add ui testcase for issue 82772csmoe-8/+24
2021-03-05Update tests names to start with `issue-`Henry Boisdequin-1/+1
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-0/+20
2021-02-25add helpful error notes and fix the false 'defined here' messagesHenry Boisdequin-0/+20
2021-02-23Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebankDylan DPC-0/+40
2021-02-20Fix suggestion span and move suggestions into new subwindow.Reese Williams-6/+12
2021-02-14Clarify error message and remove pretty printing in help suggestions.Reese Williams-4/+8
2021-01-26Tweak suggestion for missing field in patternsEsteban Küber-2/+2
2021-01-20Improve suggestion for tuple struct pattern matching errors.Reese Williams-0/+30
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-19/+37
2020-11-06Fixing Spelling Typosankushduacodes-2/+2
2020-09-11Provide suggestion for missing fields in patternsEsteban Küber-0/+18
2020-09-02pretty: trim paths of unique symbolsDan Aloni-5/+5
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-15/+44
2020-05-08Skip tests on emscriptenYuki Okushi-0/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+17
2020-03-22Normalize wording of privacy access labelsEsteban Küber-4/+4
2020-03-22Add span label to primary error spanEsteban Küber-10/+10
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-4/+28
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-3/+3
2019-12-21Update tests for GATsMatthew Jasper-9/+2
2019-11-18Surround types with backticks in type errorsEsteban Küber-18/+18
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-36/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-18/+18
2019-11-02Update testsDmitry Kadashev-6/+15
2019-10-27Gather together usefulness testsNadrieril-59/+0
2019-09-28Implement CRsWojciech Baranowski-1/+1
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+4
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-6/+3
2019-08-11Remove `is_self` and `has_self_ty` methodsMatthew Jasper-6/+6
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-1/+0
2019-04-22review comments: deduplicate testsEsteban Küber-54/+4