| Age | Commit message (Expand) | Author | Lines |
| 2016-11-01 | improve early lint to use multispan from diagnostic | Niko Matsakis | -35/+16 |
| 2016-11-01 | move early lint over to multispan | Niko Matsakis | -21/+21 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -13/+41 |
| 2016-11-01 | retool EarlyLint to track a Diagnostic | Niko Matsakis | -8/+17 |
| 2016-11-01 | introduce EarlyLint type | Niko Matsakis | -11/+52 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -5/+5 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -2/+1 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -1/+8 |
| 2016-10-27 | Auto merge of #36894 - petrochenkov:deny, r=nikomatsakis | bors | -7/+7 |
| 2016-10-27 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -7/+7 |
| 2016-10-26 | deduplicate one-time diagnostics on lint ID as well as span and message | Zack M. Davis | -1/+1 |
| 2016-10-27 | Add possibility of deprecating attributes | Nick Cameron | -1/+0 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -1/+8 |
| 2016-10-15 | introing one-time diagnostics: only emit "lint level defined here" once | Zack M. Davis | -2/+1 |
| 2016-10-05 | Turn compatibility lint `match_of_unit_variant_via_paren_dotdot` into a hard ... | Vadim Petrochenkov | -7/+0 |
| 2016-09-14 | Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakis | bors | -1/+1 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -1/+8 |
| 2016-09-05 | Make `private_in_public` compatibility lint warn-by-default again | Vadim Petrochenkov | -1/+1 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -14/+0 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+1 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -7/+5 |
| 2016-08-27 | Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturner | Jonathan Turner | -2/+3 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -2/+3 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -7/+5 |
| 2016-08-25 | Auto merge of #34923 - eddyb:deny-fn-item-transmute, r=nikomatsakis | bors | -1/+1 |
| 2016-08-23 | Use idiomatic names for string-related methods names. | Corey Farwell | -4/+4 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -1/+1 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -1/+1 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -1/+1 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -6/+16 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -11/+25 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -11/+25 |
| 2016-07-26 | Deny (by default) transmuting from fn item types to pointer-sized types. | Eduard Burtescu | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -9/+9 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -11/+11 |
| 2016-07-11 | Get rid of `node_levels` and `node_lint_levels` | Jonas Schievink | -8/+0 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -42/+3 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -7/+4 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -5/+4 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -6/+0 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -3/+3 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -5/+4 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -6/+0 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -3/+3 |
| 2016-05-28 | Add an AST sanity checking pass and use it to catch some illegal lifetime/lab... | Vadim Petrochenkov | -1/+8 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -7/+0 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -1/+9 |