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
/
snippet
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-888
/
+0
2016-05-24
Back to single line between errors. Add header space to secondary files
Jonathan Turner
-0
/
+7
2016-05-23
Update error format for readability. Add spacing header<->snippet and another...
Jonathan Turner
-0
/
+7
2016-05-17
De-emph minimized spans, add better debugging output
Jonathan Turner
-10
/
+23
2016-05-17
Print secondary labels as notes in old skool mode
Jonathan Turner
-0
/
+23
2016-05-15
Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis
bors
-0
/
+1
2016-05-12
Set of fixes to improve borrowcks that weren't updated
Jonathan Turner
-0
/
+1
2016-05-12
Better handling of tab in error
Seo Sanghyeon
-2
/
+8
2016-05-03
degrade gracefully with empty spans
Niko Matsakis
-1
/
+11
2016-05-02
assert we get at least two rendered lines back
Niko Matsakis
-2
/
+5
2016-05-02
do not fail if len(rendered_lines) is == 1
Niko Matsakis
-10
/
+14
2016-05-02
update unit tests
Niko Matsakis
-12
/
+5
2016-05-02
Add back in a 'old school' error format
Jonathan Turner
-31
/
+104
2016-05-02
Nit: use Range::contains
Niko Matsakis
-7
/
+2
2016-05-02
only emit `^` at the start of a multi-line error
Niko Matsakis
-125
/
+59
2016-05-02
Nit: use last_mut better
Niko Matsakis
-4
/
+3
2016-05-02
Nit: address various style nits
Niko Matsakis
-3
/
+1
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
revamp MultiSpan and introduce new snippet code
Niko Matsakis
-0
/
+821