about summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-0/+1
2017-07-27Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakisbors-1/+0
2017-07-23Better detection of repr packed and alignCameron Hart-1/+0
2017-07-21Correct the spelling of "homogeneous"Josh Stone-1/+1
2017-07-11tweak word orderingNiko Matsakis-1/+1
2017-07-11Clean up some codeGuillaume Gomez-15/+14
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-1/+1
2017-06-29remove `fn main() { }` from extended errorsNiko Matsakis-6/+2
2017-06-29Changing the error code to E0621gaurikholkar-7/+24
2017-06-29Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...gaurikholkar-0/+25
2017-06-23Removed as many "```ignore" as possible.kennytm-33/+66
2017-06-18Update transmute size lints.Mark Simulacrum-1/+1
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-4/+4
2017-06-02Add E0602Guillaume Gomez-0/+13
2017-05-30Add new error codeGuillaume Gomez-1/+18
2017-05-15Remove interior mutability from TraitDef by turning fields into queries.Michael Woerister-0/+61
2017-04-24Reorder code, fix unittestsEsteban Küber-8/+21
2017-04-23Clean up closure type mismatch errorsEsteban Küber-0/+2
2017-04-23cache ADT dtorck resultsAriel Ben-Yehuda-0/+1
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-1/+2
2017-04-18comment out removed error codesCengiz Can-52/+2
2017-04-18fixes #40013Cengiz Can-0/+52
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-0/+19
2017-03-27Fix broken Markdown and bad links in the error indexOliver Middleton-2/+3
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-0/+62
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-73/+0
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-0/+17
2017-02-05Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichtonbors-1/+1
2017-01-28rustc: move most of lifetime elision to resolve_lifetimes.Eduard-Mihai Burtescu-0/+63
2017-01-26Update error code numberGuillaume Gomez-2/+2
2017-01-26Add a distinct error code and description for "main function has wrong type"Guillaume Gomez-0/+24
2017-01-19Rollup merge of #39091 - richard-imaoka:E0491-long-explanation, r=GuillaumeGomezGuillaume Gomez-1/+34
2017-01-17Add error explanation for E0491Richard S. Imaoka-1/+34
2017-01-14"where it didn't" -> "but didn't"Christopher Armstrong-1/+1
2017-01-14Minor improvement to strange grammar in E0525Christopher Armstrong-2/+1
2016-12-11Expand E0309 explanation with motivating exampleJon Gjengset-0/+17
2016-12-09rustdoc: fix doctests with non-feature crate attrsAlex Burka-1/+1
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-114/+0
2016-10-17Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakisbors-0/+17
2016-10-12Stabilise `?`Nick Cameron-24/+0
2016-10-03Revise long diagnosticJohn Firebaugh-4/+6
2016-10-02Use a distinct error code for "if may be missing an else clause"John Firebaugh-0/+15
2016-08-31Warn about multiple conflicting #[repr] hintsChris Wong-0/+1
2016-08-26Add E0525 error explanationGuillaume Gomez-1/+44
2016-08-24Add E0478 error explanationGuillaume Gomez-1/+31
2016-08-06Add E0312 error explanationGuillaume Gomez-1/+32
2016-08-04Update wording on E0080Shantanu Raj-1/+1
2016-06-25Fix E0269 error explanationGuillaume Gomez-25/+15
2016-06-21Add error code flagsGuillaume Gomez-43/+59
2016-06-12edit E0453 long explanation for style, clarity, and citizenshipZack M. Davis-8/+8