| Age | Commit message (Expand) | Author | Lines |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -1/+1 |
| 2016-02-27 | more check_*_post methods for LintPasses | llogiq | -0/+22 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -0/+7 |
| 2016-02-18 | Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by default | Vadim Petrochenkov | -1/+1 |
| 2016-02-13 | Auto merge of #31562 - llogiq:lint_post, r=Manishearth | bors | -0/+14 |
| 2016-02-12 | fix double check_item | llogiq | -1/+1 |
| 2016-02-11 | add item_post methods | llogiq | -0/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | Add _post methods for blocks and crates | llogiq | -0/+10 |
| 2016-01-27 | Auto merge of #30487 - jonas-schievink:more-attrs-lint-fixes, r=alexcrichton | bors | -5/+9 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -36/+157 |
| 2016-01-15 | Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brson | Manish Goregaokar | -10/+38 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -36/+157 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -4/+5 |
| 2016-01-13 | improve use of `,` vs `;` | Niko Matsakis | -2/+2 |
| 2016-01-13 | s/HARD ERROR/hard error/ -- perhaps the warning is enough | Niko Matsakis | -1/+1 |
| 2016-01-12 | use fileline_ and not full span_ for the followon messages | Niko Matsakis | -2/+2 |
| 2016-01-12 | Revamp the "future incompatible" section to clarify the situation | Niko Matsakis | -10/+38 |
| 2016-01-09 | Show clearer error message when #![deny(warnings)] escalates a warning | vagrant | -2/+7 |
| 2016-01-08 | Added proper lint for the unit variant/struct warning. | Felix S. Klock II | -0/+7 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -3/+27 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+3 |
| 2016-01-05 | convert from hard error to future-incompatible lint | Niko Matsakis | -0/+7 |
| 2016-01-05 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -3/+20 |
| 2015-12-30 | Refactoring | Nick Cameron | -15/+10 |
| 2015-12-30 | use structured errors | Nick Cameron | -21/+72 |
| 2015-12-19 | Wrap EarlyContext::visit_local/visit_expr in with_lint_attrs calls | Jonas Schievink | -5/+9 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -0/+8 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -3/+3 |
| 2015-12-18 | Use lint instead of warning | Vadim Petrochenkov | -0/+8 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -3/+3 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -3/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -5/+14 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -8/+7 |
| 2015-11-18 | Various straight-forward ports that override `visit_nested_items` | Niko Matsakis | -6/+16 |
| 2015-11-18 | Rework the `IdVisitor` so that it only visits item contents (and doesn't | Niko Matsakis | -6/+1 |
| 2015-10-18 | Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix | bors | -1/+8 |
| 2015-10-17 | Add span_lint_note and span_lint_help to the LintContext | nxnfufunezn | -0/+22 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -1/+8 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -8/+8 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -2/+4 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -10/+10 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -8/+3 |
| 2015-09-28 | Fill in some missing parts in the default AST visitor | Vadim Petrochenkov | -11/+3 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -8/+8 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -0/+12 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -1/+0 |
| 2015-09-19 | Remove check_mac | Manish Goregaokar | -4/+0 |
| 2015-09-17 | Fix code broken by rebase | Vadim Petrochenkov | -3/+8 |