summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-3/+11
2018-07-12Add `ref mut` suggestion testashtneoi-0/+52
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-07-10Fix typo in error message E0277Rémy Rakic-2/+2
2018-07-09Fix issue #51515 and update testashtneoi-2/+12
2018-07-09Add test case from issue #51515ashtneoi-0/+35
2018-07-07Added UI testcases for #52049Pramod Bisht-0/+44
2018-07-01Do not suggest changes to str literal if it isn't oneEsteban Küber-0/+28
2018-07-01Auto merge of #51883 - estebank:placement-suggestion, r=varkorbors-0/+31