summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2018-06-29Fix incorrect type mismatch label pointing at return typeEsteban Küber-3/+34
2018-06-28Suggest correct comparison against negative literalEsteban Küber-0/+31
2018-06-28Provide existing ref suggestions for more E0308 errorsEsteban Küber-1/+4
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-1/+1
2018-06-23structured suggestion and rewording for `...` expression syntax errorZack M. Davis-0/+30
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-1/+1
2018-06-22Auto merge of #51670 - estebank:issue-51634, r=oli-obkbors-3/+69
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-3/+4
2018-06-21Account for bindings with types and in crate macrosEsteban Küber-4/+58
2018-06-20Don't suggest incorrect syntaxEsteban Küber-1/+13