index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
span
/
issue-39018.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-194
/
+0
2022-12-13
Inform the user which trait is meant in the diagnostic itself instead of rely...
Oli Scherer
-1
/
+1
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-8
/
+2
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-01-18
Make suggestions verbose
Noah Lev
-25
/
+47
2022-01-18
Shorten and improve messages
Noah Lev
-65
/
+33
2022-01-12
Add line breaks to make message easier to read
Noah Lev
-7
/
+21
2022-01-12
Split up very long message
Noah Lev
-14
/
+17
2022-01-12
Improve suggestions for type errors with string concatenation
Noah Lev
-12
/
+14
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-1
/
+16
2021-08-11
Modify structured suggestion output
Esteban Küber
-10
/
+10
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-19
/
+19
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-4
/
+0
2019-12-12
Update UI test expectations
LeSeulArtichaut
-13
/
+13
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-3
/
+0
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-2
/
+2
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+10
2019-05-17
Account for &String + String
Esteban Küber
-2
/
+2
2019-05-16
review comments
Esteban Küber
-10
/
+10
2019-05-16
Fix binop span
Esteban Küber
-12
/
+9
2019-05-16
Handle more string addition cases with appropriate suggestions
Esteban Küber
-2
/
+141
2019-03-28
Add check for when left and right overlap and change span for explanation to ...
hgallagher1993
-4
/
+3
2019-03-27
Better diagnostic for binary operation on BoxedValues
hgallagher1993
-6
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-3
/
+3
2018-07-21
Do not suggest using `to_owned()` on `&str += &str`
Esteban Küber
-6
/
+2
2018-03-14
update tests
Guillaume Gomez
-1
/
+1
2018-02-26
Fix rebase
Vadim Petrochenkov
-3
/
+3
2018-02-26
Update UI tests
Vadim Petrochenkov
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-2
/
+2
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+1
2018-02-20
Handle custom diagnostic for `&str + String`
Esteban Küber
-1
/
+15
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-2
/
+2
2017-11-16
Remove left over dead code from suggestion diagnostic refactoring
Oliver Schneider
-1
/
+0
2017-10-31
rustc_typeck: use subtyping on the LHS of binops.
Eduard-Mihai Burtescu
-1
/
+1
2017-07-17
Change some helps to suggestions
Oliver Schneider
-1
/
+1
2017-07-06
Add extra whitespace for suggestions
Esteban Küber
-0
/
+2
2017-07-06
Make suggestion include the line number
Esteban Küber
-1
/
+1
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-1
/
+1
2017-05-24
Change error count messages
Michael Kohl
-1
/
+1
2017-04-25
Address PR comments
Oliver Schneider
-3
/
+4
2017-04-25
Simplify a suggestion for str addition
Oliver Schneider
-3
/
+1
2017-04-25
Update affected tests
Oliver Schneider
-3
/
+3
2017-02-09
change span_notes to notes in E0368/E0369
Alex Burka
-10
/
+2
2017-01-28
Add clearer error message using `&str + &str`
Michael Gattozzi
-0
/
+28