summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
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
2018-08-14Suggested trait implementation ordering is now deterministic.David Wood-5/+5
2018-08-12wherein we suggest float for integer literals where a float was expectedZack M. Davis-0/+86
2018-07-30Include lifetime in mutability suggestion in NLL messagesEsteban Küber-3/+3
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-22/+22
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-4/+4
2018-06-30Improve error messages when assigning to a local that starts initializedMatthew Jasper-8/+6
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
2018-06-21Explicitly ban async in trait implsTaylor Cramer-2/+2
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-2/+7
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-45/+62
2018-06-01Suggest not mutably borrowing a mutable referenceYaron Tausky-2/+4
2018-05-26Fix testEsteban Küber-6/+6
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-0/+26
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-16/+23
2018-04-11Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakisbors-0/+221
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+221
2018-04-09in which `!` is suggested for erroneous identifier `not`Zack M. Davis-0/+94
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-0/+2
2018-03-24Provide a proper span when demanding for the return type of `box x`.kennytm-9/+3
2018-03-22Produce nice array lengths on a best effort basisOliver Schneider-1/+1
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-03-14update testsGuillaume Gomez-34/+34
2018-03-11in which some labels and notes are upgraded to structured suggestionsZack M. Davis-11/+78
2018-03-08in which parentheses are suggested for should-have-been-tuple-patternsZack M. Davis-0/+135
2018-02-27Detect missing `if` blocksEsteban Küber-1/+1
2018-02-26Fix rebaseVadim Petrochenkov-2/+2
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2018-02-26Update UI testsVadim Petrochenkov-128/+128
2018-02-26Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebankbors-0/+34