summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-03-31Only mention const generics if enabled.David Wood-4/+4
2019-03-29Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwcoMazdak Farrokhzad-0/+32
2019-03-28Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkovMazdak Farrokhzad-4/+5
2019-03-27Account for fully overlapping multiline annotationsEsteban Küber-12/+9
2019-03-27Add testEsteban Küber-0/+35
2019-03-27Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavusJosh Stone-0/+23
2019-03-26Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwcoMazdak Farrokhzad-0/+24
2019-03-26Rollup merge of #59150 - estebank:type-ascription, r=varkorMazdak Farrokhzad-0/+79
2019-03-25When moving out of a for loop head, suggest borrowing it in nll modeEsteban Küber-4/+5
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-0/+23
2019-03-24Deduplicate code for path suggestionEsteban Küber-1/+1
2019-03-24Provide suggestion when using field access instead of pathEsteban Küber-0/+24
2019-03-24Add nll testEsteban Küber-0/+24
2019-03-24When moving out of a for loop head, suggest borrowing itEsteban Küber-0/+34
2019-03-22review commentsEsteban Küber-1/+1
2019-03-22Add suggestion to use `&*var` when `&str: From<String>` is expectedEsteban Küber-0/+23
2019-03-22Hide "type ascription is experimental error" unless it's the only oneEsteban Küber-24/+5
2019-03-22Only suggest let assignment for type ascription if we find an equals signEsteban Küber-9/+3
2019-03-22Tweak labelsEsteban Küber-5/+1
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-0/+108
2019-03-22Auto merge of #59035 - estebank:closure-instacall, r=davidtwcobors-0/+19
2019-03-18filter suggestions from extern preludeAndy Russell-0/+23
2019-03-12Suggest adding lifetime to struct fieldEsteban Küber-3/+11
2019-03-12review commentsEsteban Küber-2/+2
2019-03-12Suggest return lifetime when there's only one named lifetimeEsteban Küber-0/+27
2019-03-11Update testsVadim Petrochenkov-48/+48
2019-03-08When encountetring `||{}()`, suggest the likely intended `(||{})()`Esteban Küber-0/+19
2019-03-08Rollup merge of #58883 - estebank:unused-closure-arg, r=varkorPietro Albini-0/+40
2019-03-08Rollup merge of #58877 - estebank:macro-borrow, r=davidtwcoPietro Albini-0/+33
2019-03-04On return type `impl Trait` for block with no expr point at last semiEsteban Küber-0/+20
2019-03-02Suggest appropriate code for unused field when desrtucturing pattternEsteban Küber-0/+40
2019-03-02Suggest removal of `&` when borrowing macro and appropriateEsteban Küber-0/+33
2019-02-13suggestion-diagnostics: as_ref improve snippetDan Robertson-8/+8
2019-02-07Update testsvarkor-114/+97
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-0/+40
2019-01-25Combining move lifetime and type suggestions.David Wood-5/+106
2019-01-25Suggestion moving types before associated types.David Wood-0/+91
2019-01-24Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavisMazdak Farrokhzad-9/+3
2019-01-24Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwcoMazdak Farrokhzad-0/+53
2019-01-20Use structured suggestion in stead of notesEsteban Küber-9/+3
2019-01-20Extend incorrect float literal recovery to account for suffixesEsteban Küber-0/+53
2019-01-19Suggest correct cast for struct fields with shorthand syntaxEsteban Küber-0/+96
2019-01-18Fix suggestions given mulitple bad lifetimesDan Robertson-2/+2
2019-01-13Recover from item trailing semicolonEsteban Küber-0/+66
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-3/+3
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-3/+3
2018-12-28Suggest `.as_ref()` when appropriate for `Option` and `Result`Esteban Küber-0/+106
2018-12-25Remove licensesMark Rousskov-324/+214
2018-12-16Rollup merge of #56761 - estebank:path-display, r=zackmdavisMazdak Farrokhzad-0/+21