summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-0/+26
2016-04-05improve error messageAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+1
2016-03-31Improve E0277 error message in a generic contextTobias Bucher-0/+41
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-521/+0
2016-03-23Remove ungrammatical dots from the error index.NODA, Kai-3/+3
2016-03-14Add E0522 long error explanationggomez-1/+17
2016-03-15Forbid creation of lang item from user codeggomez-0/+1
2016-02-15Global error explanations improvementsggomez-85/+162
2016-02-09Update MakefileGuillaume Gomez-9/+9
2016-02-07Update long error explanationsGuillaume Gomez-115/+203
2016-01-29Add check for unused error codesggomez-4/+4
2016-01-21move more checks out of librustcOliver Schneider-540/+0
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-0/+37
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-0/+37
2016-01-15move const block checks before lowering stepOliver Schneider-34/+0
2016-01-07Expand EO308 to mention try!Steve Klabnik-0/+24
2016-01-02Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearthbors-3/+3
2015-12-31Auto merge of #28469 - DenisKolodin:master, r=steveklabnikbors-1/+40
2015-12-16Remove rogue IJake Goulding-1/+1
2015-12-14E0283 error explainDenis Kolodin-1/+40
2015-12-09Add E0269 error explanationGuillaume Gomez-1/+35
2015-12-09Rollup merge of #30201 - GuillaumeGomez:patch-3, r=ManishearthSteve Klabnik-2/+18
2015-12-08Unused error codesGuillaume Gomez-3/+3
2015-12-07Add E0264 error explanationGuillaume Gomez-1/+25
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+0
2015-12-04Add E0452 error explanationGuillaume Gomez-2/+18
2015-12-03Add E0400 error explanationGuillaume Gomez-1/+44
2015-11-30Reword E0492Guillaume Gomez-3/+3
2015-11-29Add E0492 error explanationGuillaume Gomez-19/+79
2015-11-28Add E0498 error explanationGuillaume Gomez-0/+18
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-60/+0
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-1/+0
2015-11-22Auto merge of #29716 - Manishearth:repr-error, r=Gankrobors-0/+73
2015-11-22Improve transmute diagnostics with a note about destructorsManish Goregaokar-0/+3
2015-11-20Add E0517, E0518 for repr() errorsManish Goregaokar-0/+73
2015-10-06Add error explanation for E0496Guillaume Gomez-1/+33
2015-09-29store the rustc version in metadata and check itAriel Ben-Yehuda-0/+1
2015-09-20Don't recommend const fns on a stable build without a note about nightliesManish Goregaokar-2/+10
2015-09-16Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearthbors-2/+153
2015-09-16End of adding error codes in librustcGuillaume Gomez-0/+69
2015-09-13ensure projections are prohibited when type parameters areAriel Ben-Yehuda-0/+1
2015-09-13Add part of new error codes in librustcGuillaume Gomez-2/+84
2015-09-05Add erroneous code example for E0010Guillaume Gomez-3/+15
2015-09-04Add span_help for E0002Guillaume Gomez-1/+1
2015-08-29add diagnostics for E0281Alisdair Owens-1/+20
2015-08-25Rollup merge of #27988 - nagisa:diags-e0139, r=brsonSteve Klabnik-3/+1
2015-08-25Fix E0139 codeSimonas Kazlauskas-3/+1
2015-08-19doc: improve E0133 explanationTshepang Lekhonkhobe-3/+8
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-59/+0