| Age | Commit message (Expand) | Author | Lines |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -1/+1 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -20/+28 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -18/+28 |
| 2017-01-03 | Fix lint attributes on non-item nodes. | comex | -45/+12 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -6/+3 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -36/+36 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -8/+4 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -4/+8 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -10/+15 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -5/+0 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -13/+7 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-16 | add a `nested_visit_map` method | Niko Matsakis | -35/+31 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -2/+7 |
| 2016-11-11 | Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner | bors | -4/+7 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -1/+1 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -4/+4 |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -4/+7 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -11/+11 |
| 2016-11-01 | improve early lint to use multispan from diagnostic | Niko Matsakis | -34/+15 |
| 2016-11-01 | move early lint over to multispan | Niko Matsakis | -21/+21 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -11/+32 |
| 2016-11-01 | retool EarlyLint to track a Diagnostic | Niko Matsakis | -8/+17 |
| 2016-11-01 | introduce EarlyLint type | Niko Matsakis | -10/+51 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -5/+5 |
| 2016-10-26 | deduplicate one-time diagnostics on lint ID as well as span and message | Zack M. Davis | -1/+1 |
| 2016-10-15 | introing one-time diagnostics: only emit "lint level defined here" once | Zack M. Davis | -2/+1 |
| 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 |