about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2018-12-13Wording changesEsteban Küber-2/+2
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-0/+21
2018-12-12Account for `impl Trait` when suggesting lifetimeEsteban Küber-0/+55
2018-12-04Update ui testsOliver Scherer-12/+12
2018-12-04Update testsOliver Scherer-22/+27
2018-11-29Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakisGuillaume Gomez-0/+63
2018-11-26Emit one diagnostic for multiple misplaced lifetimesEsteban Küber-3/+19
2018-11-25Move lifetimes before the *first* type argumentEsteban Küber-2/+2
2018-11-25Suggest appropriate place for lifetime when declared after type argumentsEsteban Küber-0/+47
2018-11-24Suggest correct enum variant on typoEsteban Küber-0/+35
2018-11-22Reword and fix testEsteban Küber-3/+3
2018-11-22Suggest correct syntax when writing type arg instead of assoc typeEsteban Küber-0/+39
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-0/+24
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-0/+21
2018-10-10Custom E0277 diagnostic for `Path`Esteban Küber-0/+21
2018-10-09Reword `rustc_on_unimplemented` errors for `Iterator`Esteban Küber-9/+9
2018-08-15Split tests more and bless them againashtneoi-602/+653
2018-08-15Move tests into their own directoryashtneoi-0/+0
2018-08-15Re-bless testashtneoi-0/+63
2018-08-15Test move-into-Fn/FnMut errors tooashtneoi-2/+530
2018-08-15Add another FIXME about suggestionsashtneoi-81/+83
2018-08-15Bless UI testsashtneoi-21/+21
2018-08-15Test patterns in tuplesashtneoi-71/+249
2018-08-15Coalesce var-is-not-Copy notes per moveashtneoi-141/+40
2018-08-15Dedup suggestionsashtneoi-102/+643
2018-08-15Remove unnecessary underscoreashtneoi-7/+7
2018-08-15Change TODOs to FIXMEsashtneoi-9/+9
2018-08-15Make move errors more consistent with typeck errorsashtneoi-22/+22
2018-08-15Make move error suggestions clearerashtneoi-80/+80
2018-08-15Add backquotes around variable nameashtneoi-51/+51
2018-08-15Fix move errors for index expressionsashtneoi-17/+44
2018-08-15Test move errors for index expressionsashtneoi-80/+313
2018-08-15Add more TODOsashtneoi-3/+3
2018-08-15Suggest match ergonomics, not `ref`/`ref mut`ashtneoi-0/+933
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+394
2018-07-18Implement existential typesOliver Schneider-3705/+0
2018-07-17Fix doc linkFelix Rabe-1/+1
2018-07-12Bless one more testashtneoi-0/+11
2018-07-12span_suggestioncsmoe-12/+1
2018-07-12add nll stderrcsmoe-0/+11
2018-07-12update testcsmoe-3/+3
2018-07-12lint with ref_spancsmoe-1/+1
2018-07-12update testcsmoe-0/+25
2018-07-12Also test `&mut self` suggestionashtneoi-4/+24