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
/
snippet.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-17
/
+13
2019-05-23
librustc_errors: Remove unused annotation style `OldSchoolNoteText`
Philipp Hansch
-1
/
+0
2019-03-28
Fix MultilineAnnotation field name
Esteban Küber
-1
/
+1
2019-03-27
Account for fully overlapping multiline annotations
Esteban Küber
-0
/
+7
2019-02-07
librustc_errors => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-11
Remove highlighting from secondary messages
Esteban Küber
-0
/
+1
2018-02-02
Remove dead code
Manish Goregaokar
-24
/
+0
2018-01-26
Add line numbers and columns to error messages spanning multiple files
varkor
-1
/
+2
2017-11-22
Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkov
kennytm
-1
/
+1
2017-11-20
The end of a span can be *before* the first char in a line
Oliver Schneider
-1
/
+1
2017-11-19
show macro backtrace with env var
Alex Burka
-0
/
+1
2017-10-25
librustc_errors: Don't emit the same error message twice.
Michael Woerister
-1
/
+1
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-06
Remove unused code from librustc_errors
Kevin Mehall
-4
/
+0
2017-04-20
Reduce visual clutter of multiline start when possible
Esteban Küber
-8
/
+14
2017-04-09
Always show end line of multiline annotations
Esteban Küber
-10
/
+3
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-1
/
+1
2017-01-24
Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis
bors
-0
/
+35
2017-01-20
Fix multiple labels when some don't have message
Esteban Küber
-0
/
+35
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-0
/
+1
2016-11-23
review comments
Esteban Küber
-52
/
+56
2016-11-22
Show multiline spans in full if short enough
Esteban Küber
-3
/
+100
2016-10-18
run rustfmt on librustc_errors folder
Srinivas Reddy Thatiparthy
-3
/
+3
2016-08-07
Turn on new errors, json mode. Remove duplicate unicode test
Jonathan Turner
-13
/
+1
2016-07-14
DCE and fixing some internal tests
Jonathan Turner
-731
/
+2
2016-07-14
Implement latest rfc style using simpler rendering
Jonathan Turner
-152
/
+64
2016-06-23
make old school mode a bit more configurable
Jonathan Turner
-7
/
+36
2016-06-23
Move test helper functions to consolidated codemap testing
Jonathan Turner
-0
/
+887