summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
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
2018-02-25Update ui testsGuillaume Gomez-0/+34
2018-02-19Update tests.Jeffrey Seyfried-2/+2
2018-01-15On E0283, point at method with the requirementsEsteban Küber-4/+20
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-2/+2
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-2/+2
2018-01-06Use span_suggestion instead of span_err_helpkeatinge-3/+1
2018-01-06Add tests for error message for pattern matching typokeatinge-0/+27
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-37/+40
2017-12-20Fix parsing of paths with fn-like generic argumentsVadim Petrochenkov-15/+7
2017-12-20Add tests checking taht "priority" of qpath recovery is higher than unary and...Vadim Petrochenkov-3/+97
2017-12-17syntax: recovery for incorrect associated item paths like `[T; N]::clone`Vadim Petrochenkov-0/+212
2017-12-16in which `..` is suggested for erroneous `...` in struct field patternsZack M. Davis-0/+35
2017-11-29Point to next token when it is in the expected lineEsteban Küber-3/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-148/+153