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
Age
Commit message (
Expand
)
Author
Lines
2016-05-09
Auto merge of #33484 - murarth:diagnostic-builder-fields, r=brson
bors
-0
/
+8
2016-05-08
Rollup merge of #33369 - nikomatsakis:graceful-empty-span, r=jntrnr
Manish Goregaokar
-1
/
+49
2016-05-07
Add accessor methods to DiagnosticBuilder
Murarth
-0
/
+8
2016-05-03
Remove unused trait imports introduced while in review
Seo Sanghyeon
-1
/
+1
2016-05-03
degrade gracefully with empty spans
Niko Matsakis
-1
/
+49
2016-05-02
assert we get at least two rendered lines back
Niko Matsakis
-2
/
+5
2016-05-02
avoid double panic
Niko Matsakis
-1
/
+2
2016-05-02
do not fail if len(rendered_lines) is == 1
Niko Matsakis
-10
/
+14
2016-05-02
update unit tests
Niko Matsakis
-39
/
+38
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
-50
/
+201
2016-05-02
change color of warning to YELLOW
Niko Matsakis
-1
/
+1
2016-05-02
fix snippet tests MORE!
Niko Matsakis
-2
/
+2
2016-05-02
Nit: use Range::contains
Niko Matsakis
-7
/
+2
2016-05-02
fix tests better
Niko Matsakis
-5
/
+5
2016-05-02
only emit `^` at the start of a multi-line error
Niko Matsakis
-143
/
+67
2016-05-02
Nit: use last_mut better
Niko Matsakis
-4
/
+3
2016-05-02
Nit: in emitter.rs
Niko Matsakis
-2
/
+1
2016-05-02
Nit: address various style nits
Niko Matsakis
-5
/
+10
2016-05-02
Nit: do not use RLK
Niko Matsakis
-12
/
+14
2016-05-02
Nit: do not import variants from Style
Niko Matsakis
-24
/
+23
2016-05-02
Do not import variants from RenderedLineKind
Niko Matsakis
-12
/
+12
2016-05-02
refactor the Emitter trait
Niko Matsakis
-98
/
+74
2016-05-02
change errors from Yellow to Magenta
Niko Matsakis
-1
/
+1
2016-05-02
WIP factor out RudimentaryEmitter
Niko Matsakis
-16
/
+31
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-649
/
+322
2016-05-02
adapt JSON to new model
Niko Matsakis
-119
/
+83
2016-05-02
revamp MultiSpan and introduce new snippet code
Niko Matsakis
-0
/
+1345
2016-04-27
Make some fatal lexer errors recoverable
mitaa
-0
/
+2
2016-04-21
pacify the merciless acrichto (somewhat)
Niko Matsakis
-8
/
+6
2016-04-21
port compiletest to use JSON output
Niko Matsakis
-122
/
+176
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-3
/
+0
2016-04-04
Give better spans for SpanEnd errors
Nick Cameron
-15
/
+60
2016-03-30
Put in `-Z continue-parse-after-error`
Felix S. Klock II
-0
/
+9
2016-03-24
Include source text in JSON errors
Nick Cameron
-1
/
+39
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
-377
/
+873
2016-01-26
Rollup merge of #31211 - Manishearth:pr-30765, r=nrc
Manish Goregaokar
-2
/
+2
2016-01-26
Make emitter handle DUMMY_SP correctly
Manish Goregaokar
-2
/
+2
2016-01-22
The war on abort_if_errors
Nick Cameron
-2
/
+5
2016-01-15
Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brson
Manish Goregaokar
-0
/
+18
2016-01-15
Add a test
Nick Cameron
-1
/
+1
2016-01-15
Implement JSON error emission
Nick Cameron
-27
/
+210
[next]