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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-28
Adding E0623, to detect missing lifetimes when both regions are anonymous
gaurikholkar
-0
/
+1
2017-07-27
Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakis
bors
-1
/
+0
2017-07-23
Better detection of repr packed and align
Cameron Hart
-1
/
+0
2017-07-21
Correct the spelling of "homogeneous"
Josh Stone
-1
/
+1
2017-07-11
tweak word ordering
Niko Matsakis
-1
/
+1
2017-07-11
Clean up some code
Guillaume Gomez
-15
/
+14
2017-07-08
Remove more anonymous trait method parameters
Vadim Petrochenkov
-1
/
+1
2017-06-29
remove `fn main() { }` from extended errors
Niko Matsakis
-6
/
+2
2017-06-29
Changing the error code to E0621
gaurikholkar
-7
/
+24
2017-06-29
Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...
gaurikholkar
-0
/
+25
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-33
/
+66
2017-06-18
Update transmute size lints.
Mark Simulacrum
-1
/
+1
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-4
/
+4
2017-06-02
Add E0602
Guillaume Gomez
-0
/
+13
2017-05-30
Add new error code
Guillaume Gomez
-1
/
+18
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+61
2017-04-24
Reorder code, fix unittests
Esteban Küber
-8
/
+21
2017-04-23
Clean up closure type mismatch errors
Esteban Küber
-0
/
+2
2017-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-0
/
+1
2017-04-21
Implementation of repr struct alignment RFC 1358.
Cameron Hart
-1
/
+2
2017-04-18
comment out removed error codes
Cengiz Can
-52
/
+2
2017-04-18
fixes #40013
Cengiz Can
-0
/
+52
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-0
/
+19
2017-03-27
Fix broken Markdown and bad links in the error index
Oliver Middleton
-2
/
+3
2017-02-28
Make transmuting from fn item types to pointer-sized types a hard error.
Eduard Burtescu
-0
/
+62
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-73
/
+0
2017-02-25
rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...
Eduard-Mihai Burtescu
-0
/
+17
2017-02-05
Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichton
bors
-1
/
+1
2017-01-28
rustc: move most of lifetime elision to resolve_lifetimes.
Eduard-Mihai Burtescu
-0
/
+63
2017-01-26
Update error code number
Guillaume Gomez
-2
/
+2
2017-01-26
Add a distinct error code and description for "main function has wrong type"
Guillaume Gomez
-0
/
+24
2017-01-19
Rollup merge of #39091 - richard-imaoka:E0491-long-explanation, r=GuillaumeGomez
Guillaume Gomez
-1
/
+34
2017-01-17
Add error explanation for E0491
Richard S. Imaoka
-1
/
+34
2017-01-14
"where it didn't" -> "but didn't"
Christopher Armstrong
-1
/
+1
2017-01-14
Minor improvement to strange grammar in E0525
Christopher Armstrong
-2
/
+1
2016-12-11
Expand E0309 explanation with motivating example
Jon Gjengset
-0
/
+17
2016-12-09
rustdoc: fix doctests with non-feature crate attrs
Alex Burka
-1
/
+1
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-114
/
+0
2016-10-17
Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis
bors
-0
/
+17
2016-10-12
Stabilise `?`
Nick Cameron
-24
/
+0
2016-10-03
Revise long diagnostic
John Firebaugh
-4
/
+6
2016-10-02
Use a distinct error code for "if may be missing an else clause"
John Firebaugh
-0
/
+15
2016-08-31
Warn about multiple conflicting #[repr] hints
Chris Wong
-0
/
+1
2016-08-26
Add E0525 error explanation
Guillaume Gomez
-1
/
+44
2016-08-24
Add E0478 error explanation
Guillaume Gomez
-1
/
+31
2016-08-06
Add E0312 error explanation
Guillaume Gomez
-1
/
+32
2016-08-04
Update wording on E0080
Shantanu Raj
-1
/
+1
2016-06-25
Fix E0269 error explanation
Guillaume Gomez
-25
/
+15
2016-06-21
Add error code flags
Guillaume Gomez
-43
/
+59
2016-06-12
edit E0453 long explanation for style, clarity, and citizenship
Zack M. Davis
-8
/
+8
[next]