| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -35/+149 |
| 2016-01-15 | Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brson | Manish Goregaokar | -6/+37 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -35/+149 |
| 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 | -6/+37 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -3/+17 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+3 |
| 2016-01-05 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -3/+17 |
| 2015-12-30 | Refactoring | Nick Cameron | -15/+10 |
| 2015-12-30 | use structured errors | Nick Cameron | -20/+71 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -3/+3 |
| 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 | -4/+14 |
| 2015-11-18 | Rework the `IdVisitor` so that it only visits item contents (and doesn't | Niko Matsakis | -6/+1 |
| 2015-10-17 | Add span_lint_note and span_lint_help to the LintContext | nxnfufunezn | -0/+22 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |
| 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 | -6/+2 |
| 2015-09-28 | Fill in some missing parts in the default AST visitor | Vadim Petrochenkov | -6/+2 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -5/+5 |
| 2015-09-17 | Fix code broken by rebase | Vadim Petrochenkov | -3/+8 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+5 |
| 2015-09-17 | rebasing | Nick Cameron | -21/+13 |
| 2015-09-17 | Change to a multi-trait approach | Nick Cameron | -73/+94 |
| 2015-09-17 | Changes to tests | Nick Cameron | -2/+2 |
| 2015-09-17 | Add an early lint pass for lints that operate on the AST | Nick Cameron | -85/+391 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -5/+6 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -41/+7 |
| 2015-09-13 | Add part of new error codes in librustc | Guillaume Gomez | -5/+6 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -47/+44 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -1/+36 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -2/+3 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -1/+16 |
| 2015-07-15 | Implement lint deprecation/removal… | Simonas Kazlauskas | -10/+32 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -33/+1 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -25/+16 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -1/+1 |
| 2015-02-28 | Rename LintPass::check_trait_method to check_trait_item | Ivan Petkov | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -76/+2 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -10/+10 |