summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
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
2017-11-23Add module population and case of enum in place of expressionMaxim Zholobak-6/+25
2017-11-15Add failing testcasesMaxim Zholobak-0/+40
2017-10-10output compiler message updatedJean Lourenço-0/+4
2017-08-04Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f...bors-0/+75
2017-07-31limit and delimit available fields in noteZack M. Davis-13/+17
2017-07-23field does not exist error: note fields if Levenshtein suggestion failsZack M. Davis-0/+71
2017-07-23Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakisbors-1/+1
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-1/+1
2017-07-20Fix testEsteban Küber-1/+1
2017-07-20Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakisbors-4/+4
2017-07-18reorder span labelsgaurikholkar-4/+4
2017-07-15path, not name, in sole-argument variant type mismatch suggestionZack M. Davis-5/+5
2017-07-12suggest one-argument enum variant to fix type mismatch when applicableZack M. Davis-0/+39
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-2/+2
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-24/+24