about summary refs log tree commit diff
path: root/src/test/ui/structs
AgeCommit message (Expand)AuthorLines
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
2019-04-22Continue evaluating after item-type checkingEsteban Küber-7/+22
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-5/+5
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-1/+1
2019-03-20Update testsvarkor-12/+12
2019-03-16use the identifier span for missing struct fieldAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-41/+41
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-2/+11
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-1/+1
2019-01-12Reword label as per review commentEsteban Küber-3/+3
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+6
2019-01-09clarify resolve typo suggestionAndy Russell-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-11/+9
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-21/+21
2018-12-31Improve type mismatch error messagesYuning Zhang-21/+21
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-6/+7
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-6/+7
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-21/+21
2018-12-25Remove licensesMark Rousskov-349/+69
2018-12-24make non_camel_case_types an early lintAndy Russell-10/+10
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-8/+8
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-9/+3
2018-08-24updates tests to use new error codeMatthew Russo-4/+4
2018-08-20Fix diagnostic regressionvarkor-4/+4
2018-08-20Update new ui testsvarkor-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1388