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-12-18
Rename `SilentEmitter::fatal_handler` as `SilentEmitter::fatal_dcx`.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-12-15
use `if cfg` instead of `#[cfg]`
jyn
-4
/
+1
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-1
/
+1
2023-12-08
use magenta instead of bold for highlighting
jyn
-1
/
+1
2023-12-08
Simplify and comment the special-casing for Windows colors
jyn
-10
/
+10
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-11-08
rustc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-5
/
+1
2023-10-20
Auto merge of #116962 - estebank:issue-63835, r=oli-obk
bors
-1
/
+8
2023-10-19
Do not bold main message in `--error-format=short`
Esteban Küber
-1
/
+8
2023-10-19
Fix duplicate labels emitted in `render_multispan_macro_backtrace()`
Gurinder Singh
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+4
2023-09-15
implement -Z ignore-directory-in-diagnostics-source-blocks
Pietro Albini
-3
/
+24
2023-09-07
Use `Freeze` for `SourceFile.external_src`
John Kåre Alsaker
-2
/
+2
2023-09-04
Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov
bors
-1
/
+7
2023-09-03
Don't forget to normalize the translated message
Urgau
-1
/
+7
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-3
/
+5
2023-07-31
Sanity check that we actually flush all buffers
Oli Scherer
-0
/
+9
2023-07-31
Get rid of the thin wrapper type that is `Destination` and just write to the ...
Oli Scherer
-32
/
+19
2023-07-31
Turn a single-variant enum into a struct
Oli Scherer
-14
/
+6
2023-07-31
Merge all `Destination` variants
Oli Scherer
-4
/
+1
2023-07-31
Remove a now-redundant single-variant enum
Oli Scherer
-43
/
+5
2023-07-31
Move `WritableDst` method onto `Style` directly
Oli Scherer
-5
/
+8
2023-07-31
Merge buffered destination into raw destination
Oli Scherer
-17
/
+37
2023-07-31
Remove an enum variant that can be covered by another
Oli Scherer
-6
/
+1
2023-07-31
Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...
Oli Scherer
-18
/
+13
2023-07-31
Use builder pattern instead of lots of arguments for `EmitterWriter::new`
Oli Scherer
-41
/
+6
2023-07-31
Replace the many arguments of `EmitterWriter::stderr` with builder methods
Oli Scherer
-25
/
+13
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-7
/
+7
2023-07-24
Optimize format usage
Yuri Astrakhan
-2
/
+2
2023-07-19
Use the correct span for displaying the line following a derive suggestion
clubby789
-1
/
+1
2023-07-03
Add a simple markdown parser for formatting `rustc --explain`
Trevor Gross
-1
/
+1
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-25
Remove ExpnKind::Inlined.
Camille GILLOT
-3
/
+2
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-9
/
+5
2023-05-19
Fix overflow in error emitter
Badel2
-16
/
+19
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-21
Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726
Matthias Krüger
-0
/
+1
2023-04-21
fix(error): normalize whitespace during msg_to_buffer
bohan
-0
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-1
/
+10
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-1
/
+40
2023-04-09
Fix some clippy::complexity
Nilstrieb
-5
/
+5
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
[next]