summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-0/+55
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-0/+55
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-0/+30
2017-10-31Add UI testCldfire-0/+38
2017-10-13Rollup merge of #45221 - estebank:issue-41790, r=nikomatsakiskennytm-0/+30
2017-10-11Point at immutable outer variableEsteban Küber-0/+30
2017-10-10Add suggestions for misspelled labelsThomas Jespersen-0/+46
2017-09-27Add UI testsHunter Praska-0/+47
2017-09-24Change Levensthein-based method to a single suggestionThomas Jespersen-9/+9
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+72
2017-09-03add error message for the other case tooAriel Ben-Yehuda-5/+7
2017-09-03on_unimplemented: add method-name checks and use them in TryAriel Ben-Yehuda-6/+40
2017-09-03address review commentsAriel Ben-Yehuda-22/+9
2017-09-03enable desugaring-sensitive error messages and use them in TryAriel Ben-Yehuda-6/+35
2017-08-29Check the substituted return type in return type suggestions.Ariel Ben-Yehuda-0/+30
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-0/+67
2017-07-18Handle type ascription cases with a method call instead of a typeEsteban Küber-0/+31
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-1/+1
2017-07-17Change some helps to suggestionsOliver Schneider-1/+1
2017-07-16Point at `:` when using it instead of `;`Esteban Küber-0/+36
2017-07-05Add `rustc_on_unimplemented` message to `std::ops::Try`Esteban Küber-0/+27
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-6/+6
2017-05-27Add new error codes and update testsGuillaume Gomez-17/+17
2017-05-24Change error count messagesMichael Kohl-6/+6
2017-04-25Rebase and address commentsOliver Schneider-4/+4
2017-04-12Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1Tim Neumann-0/+26
2017-04-05Use proper span for tuple index parsed as floatEsteban Küber-0/+26
2017-04-04Do not recommend private fields called as methodEsteban Küber-0/+37
2017-03-28Simplify labels and move tests to uiEsteban Küber-0/+338