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
2014-10-05
Fix handling of struct variants in a couple of places
Jakub Wieczorek
-5
/
+3
2014-09-30
Temporarily remove the description for the diagnostic E0162
Jakub Wieczorek
-6
/
+2
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-0
/
+5
2014-09-25
Move checking of whether fields are Sized or not into wf / trait code.
Niko Matsakis
-3
/
+0
2014-09-25
Remove the last redundant check from kindck, and then remove the pass as well.
Niko Matsakis
-1
/
+0
2014-09-25
Move checks for closure bounds out of kind.rs
Niko Matsakis
-3
/
+0
2014-09-25
Remove redundant local variable checks.
Niko Matsakis
-1
/
+0
2014-09-25
Remove checks that are already being done during typeck
Niko Matsakis
-1
/
+0
2014-09-25
Move unsafe destructor check from kind.rs into wf.rs
Niko Matsakis
-1
/
+0
2014-09-24
Remove dead code from librustc
Jakub Wieczorek
-2
/
+0
2014-09-17
Drop a few unused diagnostic codes
Martin Olsson
-7
/
+0
2014-09-08
Forbid unsized rvalues
Nick Cameron
-1
/
+2
2014-09-05
Remove unused diagnostic codes.
Steve Klabnik
-2
/
+0
2014-09-02
DST raw pointers - *-pointers are fat pointers
Nick Cameron
-1
/
+2
2014-08-29
Detect a traits being used as structs in check_expr_with_unifier
wickerwaka
-1
/
+2
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-0
/
+2
2014-08-26
Rebasing changes
Nick Cameron
-6
/
+0
2014-08-18
Forbid extern statics from appearing in patterns
Jakub Wieczorek
-2
/
+2
2014-07-18
Assign more diagnostic codes
Jakub Wieczorek
-1
/
+64
2014-07-12
Convert a first batch of diagnostics to have error codes
Jakub Wieczorek
-0
/
+96
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-0
/
+18