about summary refs log tree commit diff
path: root/src/test/ui/deref-suggestion.stderr
AgeCommit message (Expand)AuthorLines
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+3
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-10/+10
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-32/+3
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-20/+20
2019-03-27Expand testEsteban Küber-2/+26
2019-03-27Account for short-hand field syntax when suggesting borrowEsteban Küber-4/+28
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-6/+6
2018-08-26Do not suggest dereferencing in macroEsteban Küber-8/+18
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-7/+4
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-6/+12
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-5/+5
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-2/+2
2017-09-21Add deref suggestionGuillaume Gomez-0/+59