| Age | Commit message (Expand) | Author | Lines |
| 2016-11-29 | Remove unused import | Florian Diebold | -1/+0 |
| 2016-11-29 | Fix some comments | Florian Diebold | -6/+3 |
| 2016-11-29 | Give function bodies their own dep graph node | Florian Diebold | -2/+50 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -10/+37 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -17/+32 |
| 2016-11-28 | rustc: track fields in the HIR map. | Eduard Burtescu | -0/+25 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -21/+16 |
| 2016-11-28 | rustc: track hir::{TraitRef, Visibility} in the HIR map. | Eduard Burtescu | -10/+49 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -44/+24 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -3/+1 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -35/+15 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -4/+4 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -5/+5 |
| 2016-11-16 | include a Name and Span for each item in the HIR of the impl | Niko Matsakis | -2/+2 |
| 2016-11-16 | add a `nested_visit_map` method | Niko Matsakis | -0/+5 |
| 2016-11-16 | make distinct Hir() nodes in the graph for impl items | Niko Matsakis | -2/+6 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+4 |
| 2016-11-16 | separate impl-items from the impl in the HIR | Niko Matsakis | -0/+9 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -0/+4 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -22/+23 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -3/+3 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+3 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -2/+3 |
| 2016-10-02 | Refactor field `expansion_data` of `Resolver` to use a `Mark` instead of a `u... | Jeffrey Seyfried | -2/+3 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -2/+2 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -1/+1 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -1/+1 |
| 2016-09-28 | Rollup merge of #36376 - GuillaumeGomez:e0050, r=jonathandturner | Jonathan Turner | -1/+1 |
| 2016-09-28 | Update E0050 to new error format | Guillaume Gomez | -1/+1 |
| 2016-09-27 | Fix def id collection for `const_integer`s in the AST. | Jeffrey Seyfried | -21/+30 |
| 2016-09-27 | Peform def id assignment during expansion. | Jeffrey Seyfried | -39/+58 |
| 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 |