summary refs log tree commit diff
path: root/src/test/ui/structs
AgeCommit message (Expand)AuthorLines
2022-09-28fix a ui testTakayuki Maeda-3/+5
2022-09-28improve errors for incomplete functions in struct definitionsTakayuki Maeda-0/+18
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-0/+9
2022-09-25Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillotbors-11/+23
2022-08-22Simplify create_substs_for_associated_itemMichael Goulet-11/+23
2022-08-09Extend comma suggestion to cases where fields arent missingMichael Goulet-11/+60
2022-06-19Be more specific for what lifetimes are not allowed onMichael Goulet-5/+5
2022-06-16diagnostics: fix trailing spaceklensy-3/+3
2022-06-02review commentsEsteban Küber-2/+2
2022-06-01Make output more specificEsteban Küber-15/+25
2022-06-01Fix typoEsteban Küber-2/+2
2022-06-01More accurately handle suggestionsEsteban Küber-12/+14
2022-06-01Provide more context when denying invalid type paramsEsteban Küber-0/+32
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