| Age | Commit message (Expand) | Author | Lines |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -1/+1 |
| 2016-10-06 | Rollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl, r=alexcrichton | Jonathan Turner | -2/+2 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -10/+8 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -11/+11 |
| 2016-10-04 | Fix cross-crate resolution of half-items created by export shadowing | Vadim Petrochenkov | -4/+5 |
| 2016-10-04 | rustdoc: Fix missing *mut T impl | Oliver Middleton | -2/+2 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -13/+11 |
| 2016-10-02 | Migrate `VariantKind` constructor to `Clean` impl. | Corey Farwell | -7/+7 |
| 2016-10-02 | Remove redundant 'Import' in variant names, stop reexporting. | Corey Farwell | -9/+8 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -4/+4 |
| 2016-10-02 | Migrate `VariantKind` construction function to associated function. | Corey Farwell | -8/+10 |
| 2016-10-02 | Rename method 'to_string' to match conventions. | Corey Farwell | -2/+2 |
| 2016-10-02 | Remove redundant 'Type' in variant names, stop reexporting. | Corey Farwell | -38/+37 |
| 2016-10-01 | Auto merge of #36885 - Manishearth:rollup, r=Manishearth | bors | -10/+15 |
| 2016-09-30 | Migrate Item ➡ ItemType function to method. | Corey Farwell | -10/+15 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -3/+3 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -1/+1 |
| 2016-09-20 | rustc_metadata: split the Def description of a DefId from item_children. | Eduard Burtescu | -9/+7 |
| 2016-09-20 | rustc_metadata: move all encoding/decoding helpers to methods. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -18/+10 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -4/+2 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -53/+67 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -70/+50 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -5/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -6/+6 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -6/+5 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -9/+7 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -0/+6 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+6 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -5/+5 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -1/+54 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+1 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -1/+0 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -61/+23 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -58/+1 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -15/+41 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -12/+5 |
| 2016-08-27 | Use deterministic `FnvHash{Map,Set}` in rustdoc | Jonas Schievink | -12/+12 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -2/+2 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -3/+3 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -7/+6 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -58/+1 |
| 2016-08-25 | Refactor away `AttributeMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -2/+2 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -15/+41 |
| 2016-08-24 | Implement `From<ast::FloatTy>` for `PrimitiveType`. | Corey Farwell | -4/+11 |
| 2016-08-24 | Implement `From<ast::UintTy>` for `PrimitiveType`. | Corey Farwell | -10/+14 |
| 2016-08-24 | Implement `From<ast::IntTy>` for `PrimitiveType`. | Corey Farwell | -10/+13 |
| 2016-08-24 | Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants. | Corey Farwell | -10/+10 |