summary refs log tree commit diff
path: root/src/test/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-2/+2
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-2/+2
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-1/+1
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-2/+10
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-11/+3
2018-01-28Point only at method signatures and point at traitEsteban Küber-2/+2
2018-01-27Make `+` in `impl/dyn Trait` non-associativeVadim Petrochenkov-0/+127
2018-01-22Do not suggest private traits that have missing methodEsteban Küber-8/+4
2018-01-15On E0283, point at method with the requirementsEsteban Küber-2/+10
2017-12-19Point at def span in "missing in impl" errorEsteban Küber-1/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-113/+77
2017-11-27Make main span in impl-trait ciclic reference point to def_spanEsteban Küber-8/+2
2017-11-26Make impl-trait ciclical reference error point to def_spanEsteban Küber-16/+4
2017-11-26Move "auto trait leak" impl-trait cycle dependency test to uiEsteban Küber-0/+139
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-154/+129
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-0/+15
2017-11-20Add structured suggestions for trait importsOliver Schneider-18/+36
2017-11-16Use local spans onlyEsteban Küber-136/+57
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-2/+0
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-56/+150
2017-11-15add a new test featuring two impl traits to show what it looks likeNiko Matsakis-0/+32
2017-11-15Add/Fix stderr references for impl Trait ui testsChristopher Vittal-1/+31
2017-11-15some tests featuring multiple bounds, other errorsNiko Matsakis-0/+26
2017-11-15add a UI test showing the current output from an impl trait typeNiko Matsakis-0/+32
2017-08-29remove the hacky selection impl in `method::probe`Ariel Ben-Yehuda-0/+4
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-4/+4
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-06-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-0/+494
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-20/+40
2017-06-04Show trait method signature when impl differsEsteban Küber-0/+65
2017-06-02Use multiline note for trait suggestionEsteban Küber-0/+474
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-2/+2
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-2/+2
2017-04-10Explicit help message for binop type missmatchEsteban Küber-0/+127