about summary refs log tree commit diff
path: root/src/test/ui/span/issue-39018.stderr
AgeCommit message (Expand)AuthorLines
2019-03-28Add check for when left and right overlap and change span for explanation to ...hgallagher1993-4/+3
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-6/+16
2018-12-25Remove licensesMark Rousskov-3/+3
2018-07-21Do not suggest using `to_owned()` on `&str += &str`Esteban Küber-6/+2
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Fix rebaseVadim Petrochenkov-3/+3
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-02-20Handle custom diagnostic for `&str + String`Esteban Küber-1/+15
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-1/+0
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-1/+1
2017-07-17Change some helps to suggestionsOliver Schneider-1/+1
2017-07-06Add extra whitespace for suggestionsEsteban Küber-0/+2
2017-07-06Make suggestion include the line numberEsteban Küber-1/+1
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-04-25Address PR commentsOliver Schneider-3/+4
2017-04-25Simplify a suggestion for str additionOliver Schneider-3/+1
2017-04-25Update affected testsOliver Schneider-3/+3
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-10/+2
2017-01-28Add clearer error message using `&str + &str`Michael Gattozzi-0/+28