summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2014-10-05Fix handling of struct variants in a couple of placesJakub Wieczorek-5/+3
2014-09-30Temporarily remove the description for the diagnostic E0162Jakub Wieczorek-6/+2
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-0/+5
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-3/+0
2014-09-25Remove the last redundant check from kindck, and then remove the pass as well.Niko Matsakis-1/+0
2014-09-25Move checks for closure bounds out of kind.rsNiko Matsakis-3/+0
2014-09-25Remove redundant local variable checks.Niko Matsakis-1/+0
2014-09-25Remove checks that are already being done during typeckNiko Matsakis-1/+0
2014-09-25Move unsafe destructor check from kind.rs into wf.rsNiko Matsakis-1/+0
2014-09-24Remove dead code from librustcJakub Wieczorek-2/+0
2014-09-17Drop a few unused diagnostic codesMartin Olsson-7/+0
2014-09-08Forbid unsized rvaluesNick Cameron-1/+2
2014-09-05Remove unused diagnostic codes.Steve Klabnik-2/+0
2014-09-02DST raw pointers - *-pointers are fat pointersNick Cameron-1/+2
2014-08-29Detect a traits being used as structs in check_expr_with_unifierwickerwaka-1/+2
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-0/+2
2014-08-26Rebasing changesNick Cameron-6/+0
2014-08-18Forbid extern statics from appearing in patternsJakub Wieczorek-2/+2
2014-07-18Assign more diagnostic codesJakub Wieczorek-1/+64
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-0/+96
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-0/+18