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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-04
Check transmutes between types without statically known sizes.
Eduard Burtescu
-0
/
+26
2016-04-05
improve error message
Ariel Ben-Yehuda
-1
/
+1
2016-04-05
suggest adding a where-clause when that can help
Ariel Ben-Yehuda
-2
/
+1
2016-03-31
Improve E0277 error message in a generic context
Tobias Bucher
-0
/
+41
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-521
/
+0
2016-03-23
Remove ungrammatical dots from the error index.
NODA, Kai
-3
/
+3
2016-03-14
Add E0522 long error explanation
ggomez
-1
/
+17
2016-03-15
Forbid creation of lang item from user code
ggomez
-0
/
+1
2016-02-15
Global error explanations improvements
ggomez
-85
/
+162
2016-02-09
Update Makefile
Guillaume Gomez
-9
/
+9
2016-02-07
Update long error explanations
Guillaume Gomez
-115
/
+203
2016-01-29
Add check for unused error codes
ggomez
-4
/
+4
2016-01-21
move more checks out of librustc
Oliver Schneider
-540
/
+0
2016-01-16
Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon
bors
-0
/
+37
2016-01-16
Detect cycles and specialize error reporting for Sized. It is important
Niko Matsakis
-0
/
+37
2016-01-15
move const block checks before lowering step
Oliver Schneider
-34
/
+0
2016-01-07
Expand EO308 to mention try!
Steve Klabnik
-0
/
+24
2016-01-02
Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearth
bors
-3
/
+3
2015-12-31
Auto merge of #28469 - DenisKolodin:master, r=steveklabnik
bors
-1
/
+40
2015-12-16
Remove rogue I
Jake Goulding
-1
/
+1
2015-12-14
E0283 error explain
Denis Kolodin
-1
/
+40
2015-12-09
Add E0269 error explanation
Guillaume Gomez
-1
/
+35
2015-12-09
Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth
Steve Klabnik
-2
/
+18
2015-12-08
Unused error codes
Guillaume Gomez
-3
/
+3
2015-12-07
Add E0264 error explanation
Guillaume Gomez
-1
/
+25
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+0
2015-12-04
Add E0452 error explanation
Guillaume Gomez
-2
/
+18
2015-12-03
Add E0400 error explanation
Guillaume Gomez
-1
/
+44
2015-11-30
Reword E0492
Guillaume Gomez
-3
/
+3
2015-11-29
Add E0492 error explanation
Guillaume Gomez
-19
/
+79
2015-11-28
Add E0498 error explanation
Guillaume Gomez
-0
/
+18
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-60
/
+0
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-1
/
+0
2015-11-22
Auto merge of #29716 - Manishearth:repr-error, r=Gankro
bors
-0
/
+73
2015-11-22
Improve transmute diagnostics with a note about destructors
Manish Goregaokar
-0
/
+3
2015-11-20
Add E0517, E0518 for repr() errors
Manish Goregaokar
-0
/
+73
2015-10-06
Add error explanation for E0496
Guillaume Gomez
-1
/
+33
2015-09-29
store the rustc version in metadata and check it
Ariel Ben-Yehuda
-0
/
+1
2015-09-20
Don't recommend const fns on a stable build without a note about nightlies
Manish Goregaokar
-2
/
+10
2015-09-16
Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth
bors
-2
/
+153
2015-09-16
End of adding error codes in librustc
Guillaume Gomez
-0
/
+69
2015-09-13
ensure projections are prohibited when type parameters are
Ariel Ben-Yehuda
-0
/
+1
2015-09-13
Add part of new error codes in librustc
Guillaume Gomez
-2
/
+84
2015-09-05
Add erroneous code example for E0010
Guillaume Gomez
-3
/
+15
2015-09-04
Add span_help for E0002
Guillaume Gomez
-1
/
+1
2015-08-29
add diagnostics for E0281
Alisdair Owens
-1
/
+20
2015-08-25
Rollup merge of #27988 - nagisa:diags-e0139, r=brson
Steve Klabnik
-3
/
+1
2015-08-25
Fix E0139 code
Simonas Kazlauskas
-3
/
+1
2015-08-19
doc: improve E0133 explanation
Tshepang Lekhonkhobe
-3
/
+8
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-59
/
+0
[next]