about summary refs log tree commit diff
path: root/src/librustc_resolve/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-16/+22
2019-04-19remove duplicated code and simplify logicEsteban Küber-59/+34
2019-04-19Identify missing ambiguous case with best effort suggestionEsteban Küber-47/+81
2019-04-18review comments: change wordingEsteban Küber-1/+1
2019-04-18Change suggestion of field when not in self contextEsteban Küber-10/+12
2019-04-17Rename error_reporting to diagnosticsYuki OKUSHI-0/+856
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-1672/+0
2019-02-07Adjust generic const param resolutionvarkor-14/+0
2019-02-07Fix E0670 doc errorvarkor-1/+4
2019-02-07Add error for const parameters depending on type parametersvarkor-2/+13
2019-02-07librustc_resolve => 2018Taiki Endo-0/+2
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-4/+2
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-1/+1
2018-08-18Added feature gate.Alexander Regueiro-1/+2
2018-08-18Updated diagnostics.Alexander Regueiro-4/+4
2018-07-11Fix typo in E0433 docsFelix Rabe-1/+1
2018-06-17Fixed minor error in Compiler Error Index, E0603.Eric Findlay-1/+1
2018-06-09Update E0423 descriptionEsteban Küber-4/+30
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-71/+2
2018-02-28Remove E0245; improve E0404 explanationMark Mansi-2/+22
2018-02-17fix E0260 error index doctestQuietMisdreavus-0/+2
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-0/+53
2018-01-18Add E0659 for ambiguous namesGuillaume Gomez-0/+53
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-5/+5
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