about summary refs log tree commit diff
path: root/src/test/ui/span/issue-39018.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-194/+0
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-1/+1
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-8/+2
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-01-18Make suggestions verboseNoah Lev-25/+47
2022-01-18Shorten and improve messagesNoah Lev-65/+33
2022-01-12Add line breaks to make message easier to readNoah Lev-7/+21
2022-01-12Split up very long messageNoah Lev-14/+17
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-12/+14
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
2021-08-11Modify structured suggestion outputEsteban Küber-10/+10
2020-09-02pretty: trim paths of unique symbolsDan Aloni-19/+19
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
2019-12-12Update UI test expectationsLeSeulArtichaut-13/+13
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+10
2019-05-17Account for &String + StringEsteban Küber-2/+2
2019-05-16review commentsEsteban Küber-10/+10
2019-05-16Fix binop spanEsteban Küber-12/+9
2019-05-16Handle more string addition cases with appropriate suggestionsEsteban Küber-2/+141
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