about summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2016-03-02Move span into `StructField`Vadim Petrochenkov-1/+1
2016-02-27more check_*_post methods for LintPassesllogiq-0/+22
2016-02-24Warn instead of error when using an inaccessable extern crateJeffrey Seyfried-0/+7
2016-02-18Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by defaultVadim Petrochenkov-1/+1
2016-02-13Auto merge of #31562 - llogiq:lint_post, r=Manishearthbors-0/+14
2016-02-12fix double check_itemllogiq-1/+1
2016-02-11add item_post methodsllogiq-0/+4
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-2/+2
2016-02-11Add _post methods for blocks and cratesllogiq-0/+10
2016-01-27Auto merge of #30487 - jonas-schievink:more-attrs-lint-fixes, r=alexcrichtonbors-5/+9
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-36/+157
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-10/+38
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-36/+157
2016-01-15Add an --output option for specifying an error emitterNick Cameron-4/+5
2016-01-13improve use of `,` vs `;`Niko Matsakis-2/+2
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-1/+1
2016-01-12use fileline_ and not full span_ for the followon messagesNiko Matsakis-2/+2
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-10/+38
2016-01-09Show clearer error message when #![deny(warnings)] escalates a warningvagrant-2/+7
2016-01-08Added proper lint for the unit variant/struct warning.Felix S. Klock II-0/+7
2016-01-07Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r...bors-3/+27
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+3
2016-01-05convert from hard error to future-incompatible lintNiko Matsakis-0/+7
2016-01-05improve visibility of future-incompatibilities (mildly, at least)Niko Matsakis-3/+20
2015-12-30RefactoringNick Cameron-15/+10
2015-12-30use structured errorsNick Cameron-21/+72
2015-12-19Wrap EarlyContext::visit_local/visit_expr in with_lint_attrs callsJonas Schievink-5/+9
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-0/+8
2015-12-18Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakisManish Goregaokar-3/+3
2015-12-18Use lint instead of warningVadim Petrochenkov-0/+8
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-3/+3
2015-11-26Moved and refactored ThinAttributesMarvin Löbel-3/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-5/+14
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-8/+7
2015-11-18Various straight-forward ports that override `visit_nested_items`Niko Matsakis-6/+16
2015-11-18Rework the `IdVisitor` so that it only visits item contents (and doesn'tNiko Matsakis-6/+1
2015-10-18Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelixbors-1/+8
2015-10-17Add span_lint_note and span_lint_help to the LintContextnxnfufunezn-0/+22
2015-10-13implement RFC 1229Oliver Schneider-1/+8
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-8/+8
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-2/+4
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-10/+10
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-8/+3
2015-09-28Fill in some missing parts in the default AST visitorVadim Petrochenkov-11/+3
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-8/+8
2015-09-22Auto merge of #28364 - petrochenkov:usegate, r=alexcrichtonbors-0/+12
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-1/+0
2015-09-19Remove check_macManish Goregaokar-4/+0
2015-09-17Fix code broken by rebaseVadim Petrochenkov-3/+8