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
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
2015-07-30
Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik
Manish Goregaokar
-3
/
+3
2015-07-28
Replace occurences of illegal in user facing docs
Simonas Kazlauskas
-3
/
+3
2015-07-27
Auto merge of #26876 - liigo:patch-3, r=Gankro
bors
-0
/
+3
2015-07-25
Address comments
Manish Goregaokar
-20
/
+28
2015-07-25
Add long diagnostic for E0276
Manish Goregaokar
-1
/
+22
2015-07-25
Add long diagnostic explanation for E0275
Manish Goregaokar
-1
/
+23
2015-07-25
Add long diagnostics for E0272-274 (on_unimplemented)
Manish Goregaokar
-4
/
+77
2015-07-25
Add E0270
Manish Goregaokar
-17
/
+87
2015-07-23
Add long diagnostic for E0269
Manish Goregaokar
-1
/
+35
2015-07-23
Improve E0260
Manish Goregaokar
-0
/
+8
2015-07-23
Add long diagnostics for E0139 (type parameters in transmute)
Manish Goregaokar
-1
/
+64
2015-07-23
Add long diagnostic for E0138
Manish Goregaokar
-1
/
+6
2015-07-23
Add long diagnostic for E0136
Manish Goregaokar
-1
/
+6
2015-07-23
Review fixes
Manish Goregaokar
-37
/
+86
2015-07-23
Add huge explanation for E0038 (object safety)
Manish Goregaokar
-1
/
+250
2015-07-23
Add error explanation for E0022
Manish Goregaokar
-2
/
+19
2015-07-23
Add error explanation for E0017
Manish Goregaokar
-1
/
+22
2015-07-23
Move E0006 into E0005
Manish Goregaokar
-9
/
+2
2015-07-23
Improve E0001-E0003
Manish Goregaokar
-2
/
+45
2015-07-17
Clarify the usage of "hints" in const_eval.
Eli Friedman
-0
/
+18
2015-07-13
diagnostics: Fix E0303 explanation.
Michael Sproul
-4
/
+4
2015-07-12
Rollup merge of #26976 - tshepang:more-simple-explanation, r=gankro
Manish Goregaokar
-2
/
+1
2015-07-11
doc: make explanation easier to undrstand
Tshepang Lekhonkhobe
-2
/
+1
2015-07-11
remove repetition from E0308 explanation
Tshepang Lekhonkhobe
-1
/
+1
2015-07-09
Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc
bors
-1
/
+0
2015-07-08
update diagnostics E0109 about None::<T>
Liigo Zhuang
-0
/
+3
2015-07-07
mark user-defined derefs as non-constant
Ariel Ben-Yehuda
-1
/
+2
2015-07-04
Remove outdated errors for mutating strings
Ariel Ben-Yehuda
-2
/
+2
2015-07-03
After inferring regions, scan for any bounds that are due to a lifetime
Niko Matsakis
-0
/
+36
2015-07-02
Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearth
bors
-4
/
+36
2015-07-01
Add E0277 error explanation
Guillaume Gomez
-1
/
+48
2015-07-01
Add examples in error explanation E0267 and E0268
Guillaume Gomez
-4
/
+36
2015-06-29
Link to docs from error explanations via HTTPS
Corey Farwell
-2
/
+2
2015-06-29
The come back of the "a" eaten by the void
Guillaume Gomez
-1
/
+1
2015-06-29
Add more details in error explanation
Guillaume Gomez
-2
/
+2
2015-06-29
Add E0110 error explanation
Guillaume Gomez
-2
/
+19
[next]