summary refs log tree commit diff
path: root/src/librustc_resolve/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2017-10-08doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name.kennytm-3/+3
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-1/+1
2017-07-06remove associated_consts feature gateSean McArthur-2/+0
2017-06-23Removed as many "```ignore" as possible.kennytm-41/+57
2017-06-13Merge crate `collections` into `alloc`Murarth-9/+9
2017-06-02Add E0603 error codeGuillaume Gomez-0/+29
2017-05-28Add note regarding parent module containing use statement.Mark Simulacrum-0/+26
2017-05-13rustc_resolve: don't deny outer type parameters in embedded constants.Eduard-Mihai Burtescu-8/+7
2017-03-27Fix broken Markdown and bad links in the error indexOliver Middleton-1/+5
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-0/+27
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-1/+26
2016-11-21Stabilize RFC 1560.Jeffrey Seyfried-1/+1
2016-10-31Add E0532 error explanationAndreas Sommer-1/+41
2016-10-27Preparations and cleanupVadim Petrochenkov-25/+1
2016-10-24Import macros in `resolve` instead of in `metadata::macro_import`.Jeffrey Seyfried-0/+179
2016-08-30Add E0530 error explanationggomez-2/+36
2016-08-17Add new error code testsGuillaume Gomez-1/+1
2016-08-05Add new error code testsGuillaume Gomez-0/+1
2016-08-05Add E0254 error explanationGuillaume Gomez-1/+39
2016-06-29Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brsonManish Goregaokar-82/+207
2016-06-26Add new error codes and improve some explanationsGuillaume Gomez-82/+207
2016-06-23Improve diagnostics E0425: `use` (public) itemsLiigo Zhuang-0/+11
2016-06-18Remove unused functions calls and unused E0406Guillaume Gomez-1/+1
2016-06-10Address review comments + fix rebaseVadim Petrochenkov-126/+16
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-34/+3
2016-06-06Rollup merge of #33955 - zackmdavis:explain_E0429, r=GuillaumeGomezEduard-Mihai Burtescu-1/+24
2016-05-30revise explanation for E0429 (focus on error first)Zack M. Davis-9/+7
2016-05-29add explanation for E0429 (`self` use declaration must use brace syntax)Zack M. Davis-1/+26
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-1/+1
2016-05-08Merge E0410 into E0408Manish Goregaokar-15/+14
2016-05-08Add E0408/E0409Manish Goregaokar-4/+87
2016-05-05Add long diagnostics for E0414Manish Goregaokar-1/+63
2016-05-02diagnostics for E0432: imports are relative to crate rootGeorg Brandl-4/+7
2016-04-28Add detailed error message for E0434 #32777Timothy McRoy-1/+45
2016-03-25Lift the restriction on reusing names of primitive typesVadim Petrochenkov-45/+0
2016-02-19Show candidates for names not in scopeVlad Ureche-6/+6
2016-02-15Global error explanations improvementsggomez-40/+42
2016-02-07Update long error explanationsGuillaume Gomez-67/+94
2016-01-29Add check for unused error codesggomez-2/+2
2016-01-20Improve E0317 long diagnosticsManish Goregaokar-1/+35
2015-12-15Improve E0401 diagnostics to mention other items.Manish Goregaokar-7/+41
2015-11-19Add long error diagnostics for E0401Manish Goregaokar-1/+71
2015-11-16Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=steveklabnikSteve Klabnik-0/+9
2015-11-14rustfmt librustc_resolvecorentih-3/+3
2015-11-12Improve the detailed error message for E0432Barosl Lee-0/+9
2015-09-20E0422 description.christopherdumas-1/+23
2015-09-01Add E0439 error explanationGuillaume Gomez-7/+7
2015-09-01Comment out unused error codesGuillaume Gomez-18/+18
2015-09-01Add E0411 error explanationGuillaume Gomez-1/+49
2015-08-11rollup merge of #27635: GuillaumeGomez/patch-4Alex Crichton-2/+10