summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-10-28Auto merge of #65421 - estebank:variants, r=petrochenkovbors-0/+2
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-0/+2
2019-10-27Rollup merge of #65566 - estebank:let-expr-as-ty, r=CentrilMazdak Farrokhzad-0/+40
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-7/+13
2019-10-26review comments and tweaksEsteban Küber-5/+3
2019-10-26Remove unnecessary error in testEsteban Küber-14/+4
2019-10-26Use heuristics to suggest assignmentEsteban Küber-0/+52
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+11
2019-10-22Fix rebaseEsteban Küber-7/+13
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-0/+182
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-0/+68
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-0/+114
2019-10-15Fix suggestion to constrain trait for method to be foundEsteban Küber-0/+121
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-0/+127
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-1/+0
2019-10-09Tweak wordingEsteban Küber-6/+6
2019-10-09Note when a mutable trait object is neededEsteban Küber-0/+128
2019-10-08Rollup merge of #65194 - estebank:remove_str, r=petrochenkovMazdak Farrokhzad-4/+4
2019-10-08Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkorMazdak Farrokhzad-0/+65
2019-10-07Use structured suggestion for removal of `as_str()` callEsteban Küber-4/+4
2019-10-07Auto merge of #64739 - guanqun:remove-as-str, r=estebankbors-0/+48
2019-10-05Account for derefs when suggesting assoc functionEsteban Küber-0/+32
2019-10-05When suggesting assoc function with type params, include turbofishEsteban Küber-0/+33
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+44
2019-10-02fix unit testsGuanqun Lu-4/+4
2019-10-02comment fixesGuanqun Lu-4/+4
2019-10-02add test filesGuanqun Lu-0/+48
2019-09-29Rollup merge of #64825 - estebank:match-unit, r=CentrilMazdak Farrokhzad-0/+72
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-0/+6
2019-09-28review commentsEsteban Küber-2/+2
2019-09-28Point at enclosing match when expecting `()` in armEsteban Küber-0/+72
2019-09-28Improve diagnostic for `let A = 0;`Mazdak Farrokhzad-0/+25
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-0/+84
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-3/+3
2019-09-22Point at definition when misusing ADTEsteban Küber-0/+6
2019-09-19When possible, suggest fn callEsteban Küber-6/+8
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-6/+6
2019-09-08Give method not found a primary span labelEsteban Küber-4/+4
2019-09-05Opaque type locations in error message for clarity.Giles Cope-2/+2
2019-09-01review commentEsteban Küber-2/+2
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-0/+56
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-5/+3
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-0/+55
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-1/+17
2019-08-25Rollup merge of #63813 - estebank:int-from, r=varkorMazdak Farrokhzad-0/+12
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-1/+17
2019-08-22Do not suggest `.try_into()` on `i32::from(x)`Esteban Küber-0/+12
2019-08-22Correctly suggest adding bounds to `impl Trait` argumentEsteban Küber-0/+55
2019-08-21review comments: reword and add testEsteban Küber-0/+44