| Age | Commit message (Expand) | Author | Lines |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-09-22 | Split up `DefCollector::root()`. | Jeffrey Seyfried | -21/+15 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -6/+2 |
| 2016-09-20 | rustc: don't recurse through nested items in decoded HIR fragments. | Eduard Burtescu | -10/+9 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -1/+25 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -10/+12 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -97/+22 |
| 2016-09-06 | ignore dep-graph when loading inlined HIR | Niko Matsakis | -0/+2 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -1/+2 |
| 2016-09-03 | Add unions to HIR | Vadim Petrochenkov | -3/+4 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -2/+2 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -3/+3 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -1/+1 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -3/+3 |
| 2016-08-24 | Remove AST from metadata except for consts and const fns. | Eduard Burtescu | -4/+1 |
| 2016-08-21 | Refactor away variant `hir::PathListItem_::Mod` | Jeffrey Seyfried | -1/+1 |
| 2016-08-17 | Display secondary span for E0053 for Sort TypeErrors | Keith Yeung | -0/+7 |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+20 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+12 |
| 2016-08-09 | pacify the mercilous tidy | Niko Matsakis | -2/+4 |
| 2016-08-09 | add a `deterministic_hash` method to `DefPath` | Niko Matsakis | -0/+13 |
| 2016-08-09 | replace Name with InternedString in DefPathData | Niko Matsakis | -52/+52 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -49/+90 |
| 2016-08-02 | make metadata hashes determinstic | Niko Matsakis | -0/+24 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -5/+15 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -5/+57 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -1/+1 |
| 2016-06-28 | groundwork: create the `Resolver` earlier in phase 2 | Jeffrey Seyfried | -14/+12 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -8/+2 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -12/+12 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -3/+4 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+4 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -8/+2 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -12/+12 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+1 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -3/+3 |
| 2016-05-21 | Improve internal documentation and code style | Ticki | -7/+35 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -35/+9 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -2/+2 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -5/+3 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -3/+3 |
| 2016-05-09 | Move resolution to before lowering | Jeffrey Seyfried | -0/+4 |
| 2016-05-07 | mir: build MIR for constants and static initializers. | Eduard Burtescu | -14/+68 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 |
| 2016-04-20 | rebasing | Nick Cameron | -2/+2 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -30/+31 |
| 2016-04-20 | HIR visitor for DefCollector | Nick Cameron | -14/+175 |
| 2016-04-20 | refactoring | Nick Cameron | -141/+111 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -60/+60 |