| Age | Commit message (Expand) | Author | Lines |
| 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-23 | Use idiomatic names for string-related methods names. | Corey Farwell | -3/+3 |
| 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-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 | -34/+2 |
| 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 | -5/+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 | -2/+2 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -5/+4 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -5/+0 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -3/+3 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -5/+0 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -5/+0 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -3/+4 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+5 |
| 2016-05-02 | move "lint level defined here" into secondary note | Niko Matsakis | -1/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -9/+5 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+1 |
| 2016-04-06 | Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis | Manish Goregaokar | -36/+11 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -1/+1 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -32/+7 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -3/+3 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -2/+2 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -6/+4 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -3/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-23 | Make warnings of renamed and removed lints themselves lints | Brian Anderson | -26/+21 |
| 2016-03-09 | trans: Keep transmutes from fn item types working, but lint them. | Eduard Burtescu | -0/+3 |
| 2016-03-09 | Auto merge of #30804 - shssoichiro:deny-warnings-msg, r=nrc | bors | -2/+7 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -4/+4 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -1/+1 |
| 2016-02-27 | more check_*_post methods for LintPasses | llogiq | -0/+10 |
| 2016-02-13 | Auto merge of #31562 - llogiq:lint_post, r=Manishearth | bors | -0/+8 |
| 2016-02-12 | fix double check_item | llogiq | -1/+1 |
| 2016-02-11 | add item_post methods | llogiq | -0/+2 |
| 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/+6 |