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
/
libsyntax
/
errors
/
emitter.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-24
Back to single line between errors. Add header space to secondary files
Jonathan Turner
-1
/
+5
2016-05-23
Update error format for readability. Add spacing header<->snippet and another...
Jonathan Turner
-1
/
+1
2016-05-19
Rollup merge of #33730 - jseyfried:fix_macro_backtrace_diagnostics, r=nikomat...
Manish Goregaokar
-1
/
+1
2016-05-19
Fix macro expansion backtrace diagnostics
Jeffrey Seyfried
-1
/
+1
2016-05-17
Fix for #33559
Jonathan Turner
-1
/
+2
2016-05-17
De-emph minimized spans, add better debugging output
Jonathan Turner
-0
/
+4
2016-05-17
Print secondary labels as notes in old skool mode
Jonathan Turner
-0
/
+3
2016-05-03
Remove unused trait imports introduced while in review
Seo Sanghyeon
-1
/
+1
2016-05-02
update unit tests
Niko Matsakis
-16
/
+5
2016-05-02
Finish up with 'old school' error mode
Jonathan Turner
-12
/
+63
2016-05-02
Add back in a 'old school' error format
Jonathan Turner
-19
/
+97
2016-05-02
fix snippet tests MORE!
Niko Matsakis
-1
/
+1
2016-05-02
fix tests better
Niko Matsakis
-2
/
+2
2016-05-02
only emit `^` at the start of a multi-line error
Niko Matsakis
-10
/
+5
2016-05-02
Nit: in emitter.rs
Niko Matsakis
-2
/
+1
2016-05-02
Nit: address various style nits
Niko Matsakis
-1
/
+6
2016-05-02
refactor the Emitter trait
Niko Matsakis
-90
/
+73
2016-05-02
WIP factor out RudimentaryEmitter
Niko Matsakis
-16
/
+31
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-561
/
+235
2016-04-21
port compiletest to use JSON output
Niko Matsakis
-38
/
+9
2016-03-22
fix alignment
Jorge Aparicio
-12
/
+12
2016-03-22
try! -> ?
Jorge Aparicio
-38
/
+38
2016-02-03
Fix rendering of single-char-span
mitaa
-10
/
+10
2016-02-02
Rollup merge of #31281 - oli-obk:patch-2, r=nikomatsakis
Steve Klabnik
-2
/
+2
2016-02-01
Spans now derive equality
Daniel Campbell
-5
/
+3
2016-01-30
off by one
Oliver Schneider
-1
/
+1
2016-01-29
Update emitter.rs
mitaa
-1
/
+1
2016-01-29
fix overflow due to multiline error span
Oliver Schneider
-1
/
+1
2016-01-28
Implement MultiSpan error reporting
mitaa
-201
/
+612
2016-01-26
Make emitter handle DUMMY_SP correctly
Manish Goregaokar
-2
/
+2
2016-01-15
Add an --output option for specifying an error emitter
Nick Cameron
-1
/
+1
2015-12-30
Rebasing and review comments
Nick Cameron
-3
/
+3
2015-12-30
use structured errors
Nick Cameron
-1
/
+1
2015-12-30
Structured diagnostics
Nick Cameron
-4
/
+14
2015-12-17
test errors
Nick Cameron
-1
/
+60
2015-12-17
A little more refactoring inside emitter.rs
Nick Cameron
-45
/
+35
2015-12-17
Add the files I fogot about earlier
Nick Cameron
-0
/
+631