about summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-373/+121
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-16/+12
2019-03-23Fix span after rebaseEsteban Küber-6/+2
2019-03-23Tweak spans for E0599Esteban Küber-12/+4
2019-03-23Auto merge of #59058 - petrochenkov:assocrecov3, r=estebankbors-4/+135
2019-03-21use suggestions for "enum instead of variant" errorAndy Russell-13/+61
2019-03-12syntax: Better recovery for `$ty::AssocItem` and `ty!()::AssocItem`Vadim Petrochenkov-4/+135
2019-03-11Update NLL testsVadim Petrochenkov-29/+29
2019-03-11Update testsVadim Petrochenkov-66/+66
2019-01-30Suggest to add each of `|` and `()` when unexpected `,` is found in patternKnium_-6/+54
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-3/+3
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-3/+3
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-2/+1
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-1/+6
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-6/+2
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-7/+1
2019-01-03use structured suggestion for method callsAndy Russell-6/+2
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-5/+5
2018-12-31Improve type mismatch error messagesYuning Zhang-5/+5
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-3/+3
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-3/+3
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-8/+16
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-14/+14
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-12/+94
2018-12-26Fixed more tests.Alexander Regueiro-8/+16
2018-12-25Remove licensesMark Rousskov-546/+156
2018-12-22adjust enum type instead of variant suggestions for prelude enumsZack M. Davis-0/+2
2018-12-22enum type instead of variant suggestion unificationZack M. Davis-0/+51
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-1/+1
2018-10-28Use token description in "expected/found" parse messagesEsteban Küber-1/+1
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-2/+27
2018-10-25Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelixPietro Albini-1/+26
2018-10-21only issue "variant of the expected type" suggestion for enumsZack M. Davis-1/+26
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-35/+0
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-21/+7
2018-10-10Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom...bors-0/+6
2018-10-08Change from label to suggestion.David Wood-2/+2
2018-10-08Add struct field suggestions.David Wood-0/+6
2018-10-03Rewrite the `UnconditionalRecursion` lint to use MIRWesley Wiser-2/+27
2018-10-03Clearer later use messages for callsMatthew Jasper-4/+3
2018-10-02Improve mutability error suggestions.David Wood-4/+8
2018-09-20Detect `for _ in in bar {}` typoEsteban Küber-4/+8
2018-09-16Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+120
2018-09-15issue 54109: use short suggestionsVitaly _Vi Shukela-6/+6
2018-09-13Add "while" tests for issue 54109Vitaly _Vi Shukela-1/+38
2018-09-13Use span_suggestion_with_applicability for "and/or" hinterVitaly _Vi Shukela-13/+10
2018-09-13Add tests for issue 54109Vitaly _Vi Shukela-0/+86
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-5/+5
2018-08-19just check whether a variable is initializedNiko Matsakis-11/+8