summary refs log tree commit diff
path: root/src/libsyntax/diagnostic_list.rs
AgeCommit message (Expand)AuthorLines
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-0/+1
2018-05-02Gate tool_attributes featureSeiichi Uchida-0/+1
2018-05-01Add E0589 to the error indexvarkor-1/+12
2018-04-29Add error when using repr(align=x) instead of repr(align(x))varkor-0/+1
2018-03-26Fix missed i128 feature gatesMark Mansi-2/+2
2018-03-26Stabilize i128 feature tooMark Mansi-4/+8
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-4/+0
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-69/+0
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-0/+27
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-0/+25
2017-09-22Add support for `..=` syntaxAlex Burka-2/+2
2017-09-17rustc: Move some attr methods to queriesAlex Crichton-23/+0
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-0/+3
2017-08-09extended information for E0557 feature has been removedZack M. Davis-1/+12
2017-08-09extended information for E0552 unrecognized representation hintZack M. Davis-1/+30
2017-08-09extended information for E0554 feature attributes only work on nightliesZack M. Davis-1/+15
2017-08-06fixing doctest failures in resurfaced extended informationZack M. Davis-10/+22
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+4
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-1/+1
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-1/+1
2017-02-21Add long error explanationsGuillaume Gomez-3/+68
2017-02-20Add error codes for errors in libsyntaxGuillaume Gomez-0/+4
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-0/+22
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-0/+18
2016-07-11Move E0533 to E0558 (because of external change)Guillaume Gomez-23/+23
2016-07-11Fix typosggomez-26/+28
2016-07-11Add E0537 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0536 error explanationGuillaume Gomez-3/+27
2016-07-11Add E0535 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0534 error explanationGuillaume Gomez-1/+34
2016-07-11Add E0533 error explanationGuillaume Gomez-2/+16
2016-06-30Add comments on error code listGuillaume Gomez-26/+26
2016-06-29Add error codes in libsyntaxggomez-0/+54