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
Age
Commit message (
Expand
)
Author
Lines
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
-66
/
+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
/
+36
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-12
Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton
bors
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-30
Rename 'librustc_unicode' crate to 'libstd_unicode'.
Corey Farwell
-1
/
+1
2016-11-23
review comments
Esteban Küber
-106
/
+84
2016-11-22
Show multiline spans in full if short enough
Esteban Küber
-108
/
+479
2016-11-05
Merge branch 'new-rustbuild' into rollup
Alex Crichton
-1
/
+1
2016-11-02
rustbuild: Rewrite user-facing interface
Alex Crichton
-1
/
+1
2016-11-01
pacify the mercilous tidy
Niko Matsakis
-0
/
+20
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-4
/
+4
2016-11-01
compare-method lint
Niko Matsakis
-30
/
+26
2016-11-01
retool EarlyLint to track a Diagnostic
Niko Matsakis
-0
/
+8
2016-11-01
separate Diagnostic from DiagnosticBuilder
Niko Matsakis
-215
/
+358
2016-10-18
run rustfmt on librustc_errors folder
Srinivas Reddy Thatiparthy
-181
/
+173
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-28
Allow supplying an error destination via the compiler driver
Nick Cameron
-2
/
+4
2016-09-24
Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis
Guillaume Gomez
-1
/
+2
2016-09-19
Add the ability to merge spans to codemap
Jonathan Turner
-0
/
+1
2016-09-16
Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried
bors
-3
/
+14
2016-09-15
Specify when type parameter shadows primitive type
Esteban Küber
-3
/
+14
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
2016-08-31
Special case a few colors for Windows
Jonathan Turner
-3
/
+20
2016-08-25
prevent error message interleaving on win/unix
Jonathan Turner
-2
/
+198
2016-08-20
Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch
Jonathan Turner
-1
/
+3
2016-08-19
Auto merge of #33922 - estebank:doc-comment, r=alexcrichton
bors
-0
/
+9
2016-08-19
wording fixes in error messages
Jonathan Turner
-1
/
+3
2016-08-17
Rebase. Fix mutable iteration nit.
Jonathan Turner
-1
/
+1
2016-08-17
Replace local backtrace with def-use, repair std macro spans
Jonathan Turner
-41
/
+103
2016-08-07
Turn on new errors, json mode. Remove duplicate unicode test
Jonathan Turner
-314
/
+11
2016-07-22
rustc_errors: fix a few bugs
Ariel Ben-Yehuda
-3
/
+5
2016-07-15
Nudge travis by commenting a little
Jonathan Turner
-0
/
+1
2016-07-14
Teach EmitterWriter about the dangers of quasi-quoting
Jonathan Turner
-7
/
+20
2016-07-14
Add fix for tabs. Move error unit tests->ui tests
Jonathan Turner
-6
/
+19
2016-07-14
Add in styled_buffer.rs and remove some unused code
Jonathan Turner
-54
/
+156
2016-07-14
Fix up some tidy-unfriendly spacing
Jonathan Turner
-3
/
+7
2016-07-14
DCE and fixing some internal tests
Jonathan Turner
-1115
/
+34
2016-07-14
Fix a couple UI test failures
Jonathan Turner
-11
/
+16
2016-07-14
Add back in old school mode
Jonathan Turner
-26
/
+265
2016-07-14
Implement latest rfc style using simpler rendering
Jonathan Turner
-192
/
+691
2016-07-14
Remove CoreEmitter and focus on Emitter
Jonathan Turner
-43
/
+36
2016-07-14
Rename emit_struct->emit
Jonathan Turner
-5
/
+5
2016-07-14
Remove emit from emitter, leaving emit_struct
Jonathan Turner
-29
/
+44
2016-07-14
Remove BasicEmitter
Jonathan Turner
-74
/
+64
2016-07-05
Specific error message for missplaced doc comments
Esteban Küber
-0
/
+9
2016-06-23
make old school mode a bit more configurable
Jonathan Turner
-24
/
+68
[prev]
[next]