about summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2016-05-30Rollup merge of #33914 - GuillaumeGomez:improve_err_expl, r=GuillaumeGomezManish Goregaokar-2/+56
2016-05-30Rollup merge of #33913 - GuillaumeGomez:improve_e0133, r=GuillaumeGomezManish Goregaokar-1/+13
2016-05-29Improve E0161 error explanationGuillaume Gomez-2/+1
2016-05-27improve E0152 error explanationGuillaume Gomez-0/+11
2016-05-27Improve E0133 error explanationGuillaume Gomez-1/+13
2016-05-27Improve E0138 error explanationGuillaume Gomez-1/+24
2016-05-27Improve E0137 error explanatIonGuillaume Gomez-1/+22
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-1/+3
2016-05-16Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomezbors-1/+1
2016-05-03Rollup merge of #33324 - birkenfeld:issue-30497, r=GuillaumeGomezManish Goregaokar-1/+11
2016-05-02add borrowck info inline in main snippetNiko Matsakis-1/+1
2016-05-02Fix minor typo in E0038Tomoki Aonuma-1/+1
2016-05-02E0269: add suggestion to check for trailing semicolonsGeorg Brandl-1/+11
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-0/+26
2016-04-14doc: add missing commaTshepang Lekhonkhobe-1/+1
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+1
2016-04-13Fix obscure compilation errorMasood Malekghassemi-1/+1
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+1
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