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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_errors
/
emitter.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-29
fix comment typo, `CodeSuggestion` path in doc comment
Zack M. Davis
-1
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-6
/
+6
2017-08-25
Fix a byte/char confusion issue in the error emitter
est31
-1
/
+3
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-23
Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis
bors
-2
/
+3
2017-07-18
reorder span labels
gaurikholkar
-2
/
+13
2017-07-17
Add flag to hide code on inline suggestions
Esteban Küber
-2
/
+3
2017-07-17
Change some helps to suggestions
Oliver Schneider
-1
/
+1
2017-07-06
Remove unused code from librustc_errors
Kevin Mehall
-10
/
+2
2017-07-06
Only underline suggestion if it is not the only code being shown
Esteban Küber
-12
/
+11
2017-07-06
Add extra whitespace for suggestions
Esteban Küber
-6
/
+31
2017-07-06
Make suggestion include the line number
Esteban Küber
-7
/
+11
2017-06-24
Suggest removal of semicolon (instead of being help)
Esteban Küber
-1
/
+6
2017-06-18
Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb
bors
-5
/
+7
2017-06-15
Position span label correctly when it isn't last
Esteban Küber
-2
/
+5
2017-06-12
External spans: address review.
Inokentiy Babushkin
-6
/
+3
2017-06-11
Added consumption logic for external sources in FileMap
Inokentiy Babushkin
-2
/
+4
2017-06-11
Improved lazy external source loading and inserted calls.
Inokentiy Babushkin
-1
/
+4
2017-05-31
Use callsite's span for macro calls on suggestion
Esteban Küber
-5
/
+3
2017-05-19
fix some clippy warnings in librustc_errors
Andre Bogus
-4
/
+2
2017-05-12
Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa
Mark Simulacrum
-15
/
+0
2017-05-12
Remove some unused macros from the rust codebase
est31
-15
/
+0
2017-05-11
Address PR reviews
Oliver Schneider
-28
/
+22
2017-05-10
Example usage of multiple suggestions
Oliver Schneider
-9
/
+19
2017-05-10
Refactor suggestion diagnostic API to allow for multiple suggestions
Oliver Schneider
-30
/
+45
2017-05-03
Fix issue #41652.
kennytm
-2
/
+9
2017-04-25
Rebase and address comments
Oliver Schneider
-1
/
+1
2017-04-25
Improve E0178 suggestion placement
Oliver Schneider
-3
/
+6
2017-04-25
Address PR comments
Oliver Schneider
-1
/
+3
2017-04-25
Minimize single span suggestions into a note
Oliver Schneider
-4
/
+18
2017-04-20
Reduce visual clutter of multiline start when possible
Esteban Küber
-13
/
+54
2017-04-09
Always show end line of multiline annotations
Esteban Küber
-77
/
+119
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-11
/
+11
2017-03-10
Fix incorrect span label formatting
Esteban Küber
-28
/
+34
2017-01-24
Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis
bors
-30
/
+47
2017-01-20
Fix multiple labels when some don't have message
Esteban Küber
-30
/
+47
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-26
/
+75
2017-01-09
Deduplicate and document logic
Esteban Küber
-6
/
+23
2017-01-08
Remove magic number
Esteban Küber
-4
/
+4
2017-01-08
Teach diagnostics to correct margin on multiline messages
Esteban Küber
-47
/
+24
2017-01-08
Use fold instead of collect/join and add comments
Esteban Küber
-10
/
+39
2017-01-07
Teach diagnostics to have correctly padded lists
Esteban Küber
-2
/
+17
2016-11-23
review comments
Esteban Küber
-54
/
+28
2016-11-22
Show multiline spans in full if short enough
Esteban Küber
-105
/
+379
2016-10-18
run rustfmt on librustc_errors folder
Srinivas Reddy Thatiparthy
-90
/
+84
2016-09-28
Allow supplying an error destination via the compiler driver
Nick Cameron
-2
/
+4
2016-09-15
Fix wording for out-of-crate macro error
Jonathan Turner
-1
/
+2
2016-09-11
Use question_mark feature in librustc_errors.
Ahmed Charles
-17
/
+17
[next]