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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-05-10
Example usage of multiple suggestions
Oliver Schneider
-1
/
+4
2017-05-10
Refactor suggestion diagnostic API to allow for multiple suggestions
Oliver Schneider
-31
/
+54
2017-05-06
Group "macro expansion" notes per call span
Esteban Küber
-3
/
+5
2017-05-05
Use diagnostics for trace_macro instead of println
Esteban Küber
-0
/
+6
2017-05-02
Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner
bors
-0
/
+1
2017-04-27
typeck: resolve type vars before calling `try_index_step`
Ariel Ben-Yehuda
-0
/
+3
2017-04-25
Minimize single span suggestions into a note
Oliver Schneider
-0
/
+1
2017-04-11
Highlight and simplify mismatched types
Esteban Küber
-1
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-3
/
+1
2017-02-25
Fix suggestion span error with a line containing non-ASCIIs
sinkuu
-1
/
+2
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-3
/
+4
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-5
/
+0
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-2
/
+0
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-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-2
/
+2
2016-11-01
compare-method lint
Niko Matsakis
-22
/
+2
2016-11-01
separate Diagnostic from DiagnosticBuilder
Niko Matsakis
-215
/
+4
2016-10-18
run rustfmt on librustc_errors folder
Srinivas Reddy Thatiparthy
-77
/
+73
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-19
Add the ability to merge spans to codemap
Jonathan Turner
-0
/
+1
2016-09-15
Specify when type parameter shadows primitive type
Esteban Küber
-3
/
+14
2016-08-31
Special case a few colors for Windows
Jonathan Turner
-1
/
+7
2016-08-25
prevent error message interleaving on win/unix
Jonathan Turner
-0
/
+1
2016-08-19
Auto merge of #33922 - estebank:doc-comment, r=alexcrichton
bors
-0
/
+9
2016-08-07
Turn on new errors, json mode. Remove duplicate unicode test
Jonathan Turner
-21
/
+2
2016-07-22
rustc_errors: fix a few bugs
Ariel Ben-Yehuda
-3
/
+5
2016-07-14
Add in styled_buffer.rs and remove some unused code
Jonathan Turner
-2
/
+2
2016-07-14
DCE and fixing some internal tests
Jonathan Turner
-10
/
+0
2016-07-14
Implement latest rfc style using simpler rendering
Jonathan Turner
-0
/
+1
2016-07-14
Rename emit_struct->emit
Jonathan Turner
-3
/
+3
2016-07-14
Remove emit from emitter, leaving emit_struct
Jonathan Turner
-13
/
+44
2016-07-14
Remove BasicEmitter
Jonathan Turner
-1
/
+1
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
-1
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+745
[prev]