summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2017-12-15in which suggestions to borrow casts or binary expressions are rectifiedZack M. Davis-0/+50
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-0/+26
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-122/+66
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-2/+2
2017-12-10Point at whole method call instead of argsEsteban Küber-2/+2
2017-12-09Resolve type on return type suggestionEsteban Küber-0/+43
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-3/+5
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-0/+126
2017-11-28Rollup merge of #46249 - estebank:suggest-slice, r=arielb1kennytm-0/+76
2017-11-27reword to "consider borrowing here: `{suggestion}`"Esteban Küber-2/+2
2017-11-25Fix testEsteban Küber-2/+5
2017-11-25Remove index type check (review comment)Esteban Küber-1/+1
2017-11-25Add inline `compile-fail` markers to testsEsteban Küber-0/+5
2017-11-25Add `compile-fail` style comments to testsEsteban Küber-8/+23
2017-11-25Suggest using slice when encountering `let x = ""[..];`Esteban Küber-0/+61
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-2/+2
2017-11-24Be more obvious when suggesting dereferenceEsteban Küber-0/+28
2017-11-24Suggest macro call when not sure that it is fn definitionEsteban Küber-5/+2
2017-11-24Do not attemt to continue parsing after `pub ident`Esteban Küber-160/+47
2017-11-24Do not rewind parser and ignore following blocksEsteban Küber-0/+183
2017-11-24Account for missing keyword in fn/struct definitionEsteban Küber-0/+54
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-99/+111
2017-11-16Use local spans onlyEsteban Küber-11/+6
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-6/+56
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