about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2018-01-21Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkovGuillaume Gomez-0/+1242
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-1/+5
2018-01-17Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelixGuillaume Gomez-0/+35
2018-01-15On E0283, point at method with the requirementsEsteban Küber-1/+5
2018-01-15Do not suggest to make `mut` binding external to `Fn` closureEsteban Küber-0/+35
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+1
2018-01-14Use `s::u::p::expr_precedence` and fix messageEsteban Küber-10/+10
2018-01-14Only suggest casting numeric types using `into()`Esteban Küber-781/+282
2018-01-14Use `into` for casting when possibleEsteban Küber-48/+50
2018-01-14Suggest casting on numeric type errorEsteban Küber-0/+1739
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+73
2018-01-09Rollup merge of #47262 - estebank:issue-45562, r=petrochenkovCorey Farwell-0/+26
2018-01-07Account for `pub` in `const` -> `static` suggestionEsteban Küber-0/+26
2018-01-07Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakisbors-0/+40
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+73
2018-01-04Do not use casting for suggestion to add type to numeric literalEsteban Küber-3/+16
2018-01-03Provide suggestion when trying to use method on numeric literalEsteban Küber-0/+27
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-8/+8
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+2
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