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
/
librustc_errors
/
emitter.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-2177
/
+0
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-05
Show backtrace numbers in backtrace whenever more than one is involved
Aaron Hill
-2
/
+2
2020-06-25
emitter: column width defaults to 140
David Wood
-3
/
+7
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-13
/
+10
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-04-07
Use assoc integer constants in librustc_*
Linus Färnstrand
-5
/
+5
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-22
/
+16
2020-03-20
Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.
Felix S. Klock II
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-10
rustc_errors: Use ensure_source_file_source_present where necessary.
Ana-Maria Mihalache
-1
/
+5
2020-03-10
Store `TokenStream` in `rmeta::MacroDef`.
Mazdak Farrokhzad
-8
/
+8
2020-03-01
use for (idx, item) in iter.enumerate() instead of manually counting loop i...
Matthias Krüger
-3
/
+2
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-18
/
+35
2020-02-06
rustc_errors: hide "in this macro invocation" when redundant, more explicitly.
Eduard-Mihai Burtescu
-27
/
+36
2020-02-06
rustc_errors: deduplicate the -Zmacro-backtrace suggestion message.
Eduard-Mihai Burtescu
-12
/
+5
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-18
/
+10
2020-02-06
rustc_errors: split macro backtrace rendering from <*macros> hacks.
Eduard-Mihai Burtescu
-58
/
+96
2020-01-30
Rollup merge of #68626 - Zoxc:termize, r=estebank
Dylan DPC
-1
/
+1
2020-01-29
Use termize instead of term_size
John Kåre Alsaker
-1
/
+1
2020-01-28
Correct ICE caused by macros generating invalid spans.
Michael Burge
-1
/
+8
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-6
/
+6
2020-01-26
rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.
Eduard-Mihai Burtescu
-4
/
+4
2020-01-26
rustc_span: replace MacroBacktrace with ExpnData.
Eduard-Mihai Burtescu
-6
/
+6
2020-01-25
Revert suggestion window size change
Esteban Küber
-1
/
+1
2020-01-24
review comments
Esteban Küber
-1
/
+1
2020-01-24
Increase suggestion code window from 6 lines to 20
Esteban Küber
-3
/
+8
2020-01-16
review comments
Esteban Küber
-4
/
+5
2020-01-16
Do not ICE on malformed suggestion spans
Esteban Küber
-1
/
+8
2020-01-05
Handle multiple error fix suggestions carefuly
Laurent Bonnans
-5
/
+13
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-291
/
+310
2019-11-27
Draw vertical lines in compiler error messages with multiline annotations cor...
Christoph Schmidler
-3
/
+3
2019-11-15
Remove SourceMapper trait
Mark Rousskov
-12
/
+13
2019-11-06
Rollup merge of #66139 - euclio:pluralize, r=nagisa
Mazdak Farrokhzad
-2
/
+2
2019-11-05
use American spelling for `pluralize!`
Andy Russell
-2
/
+2
2019-11-03
use silent emitter for rustdoc highlighting pass
Andy Russell
-0
/
+8
2019-11-03
Auto merge of #65827 - AnthonyMikh:out_of_the_loop, r=estebank
bors
-4
/
+3
2019-10-27
Remove a loop which runs exactly once
AnthonyMikh
-4
/
+3
2019-10-24
review comment: deduplicate logic
Esteban Küber
-27
/
+13
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+13
2019-10-19
Fix plural mistake in emitter.rs
varkor
-2
/
+3
2019-10-15
Refactor: Rename `db` locals to `diag`
Philipp Hansch
-13
/
+13
2019-10-14
Tweak heuristics for less noise
Esteban Küber
-3
/
+3
2019-10-14
Use heuristics for capitalization warning in suggestions
Esteban Küber
-6
/
+21
2019-10-13
Bring attention to suggestions when the only difference is capitalization
Esteban Küber
-4
/
+28
2019-10-05
Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril
Tyler Mandry
-4
/
+8
2019-10-03
review comments
Esteban Küber
-6
/
+8
2019-10-03
review comments
Esteban Küber
-1
/
+3
[next]