summary refs log tree commit diff
path: root/src/test/ui/impl-trait
AgeCommit message (Expand)AuthorLines
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