summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2016-10-19Stabilise `?`Nick Cameron-24/+0
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
2016-06-12add long explanation for E0453, lint attribute overruled by outer forbidZack M. Davis-1/+45
2016-06-12Fix markdown formatting error of E0277, E0284, E0310, E0502.kennytm-2/+4
2016-05-31simplify HR subtyping back to what we did beforeNiko Matsakis-2/+1
2016-05-31make HR algorithms account for region subtypingNiko Matsakis-0/+1
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