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
/
compiler
/
rustc_errors
/
src
/
emitter.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-1
/
+1
2023-03-28
Create AnnotationColumn struct to fix hard tab column numbers in errors
pommicket
-21
/
+30
2023-03-04
Properly colorize multi-part suggestions in the same line
Esteban Küber
-5
/
+5
2023-02-14
More accurate spans for arg removal suggestion
Esteban Küber
-1
/
+2
2023-02-13
Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa
Matthias Krüger
-2
/
+15
2023-02-09
Introduce `-Zterminal-urls` to use OSC8 for error codes
Esteban Küber
-2
/
+15
2023-02-09
test: snapshot for derive suggestion in diff files
bohan
-11
/
+11
2023-02-05
Clean up and comment EmitterWriter.draw_code_line
CastilloDel
-59
/
+32
2023-02-04
Fix suggestions rendering when the span is multiline
CastilloDel
-17
/
+63
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-23
/
+31
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-3
/
+3
2023-01-08
Make translate_message return result and add tests
mejrs
-4
/
+7
2022-12-29
Account for multiple multiline spans with empty padding
Esteban Küber
-3
/
+19
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-13
Avoid rendering empty annotations
Oli Scherer
-37
/
+44
2022-12-13
Don't emit empty notes
Oli Scherer
-17
/
+19
2022-12-12
minor code cleanups
Matthias Krüger
-2
/
+2
2022-12-06
Properly indent messages
Oli Scherer
-6
/
+18
2022-12-06
Start emitting labels even if their pointed to file is not available locally
Oli Scherer
-0
/
+42
2022-12-06
remove an unnecessary `?`
Oli Scherer
-2
/
+1
2022-12-06
Simplify span fallback
Oli Scherer
-47
/
+23
2022-12-06
Simplify some nested conditions
Oli Scherer
-10
/
+3
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-13
/
+13
2022-11-28
Tweak output
Esteban Küber
-1
/
+1
2022-11-28
Change multiline span ASCII art visual order
Esteban Küber
-1
/
+7
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-1
/
+1
2022-11-19
Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
Matthias Krüger
-3
/
+3
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-11
Print all labels, even if they have no span. Fall back to main item's span.
Oli Scherer
-12
/
+35
2022-11-11
Remove some redundant arguments
Oli Scherer
-8
/
+5
2022-10-24
Address some comments
mejrs
-2
/
+2
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-5
/
+31
2022-10-16
Use IsTerminal in rustc_errors
Josh Triplett
-3
/
+3
2022-10-10
errors: use `HashMap` to store diagnostic args
David Wood
-2
/
+2
2022-09-13
Don't render inline suggestions of only spaces
Michael Goulet
-4
/
+1
2022-09-12
Don't trim substitution if it's only whitespace
Michael Goulet
-9
/
+19
2022-09-12
A SubstitutionPart is not a deletion if it replaces nothing with nothing
Michael Goulet
-1
/
+1
2022-09-10
rustc_error, rustc_private, rustc_ast: Switch to stable hash containers
Niklas Jonsson
-2
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-15
errors: move translation logic into module
David Wood
-110
/
+18
2022-08-10
errors: don't fail on broken primary translations
David Wood
-31
/
+49
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-6
/
+18
2022-07-06
session: `output-width` -> `diagnostic-width`
David Wood
-8
/
+8
2022-07-06
session: `terminal-width` -> `output-width`
David Wood
-8
/
+8
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-2
/
+12
2022-06-20
remove MAX_SUGGESTION_HIGHLIGHT_LINES
Maybe Waffle
-5
/
+0
2022-06-17
Auto merge of #97892 - klensy:fix-spaces, r=oli-obk
bors
-4
/
+8
2022-06-16
Add back MAX_SUGGESTION_HIGHLIGHT_LINES so clippy is happy & buildable
Maybe Waffle
-0
/
+5
2022-06-16
Try to clean up code...
Maybe Waffle
-93
/
+150
2022-06-16
Improve suggestions when its parts are far from each other
Maybe Waffle
-68
/
+99
[next]