| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-08-24 | Stop reexporting `PrimitiveType` enum in librustdoc. | Corey Farwell | -92/+91 |
| 2016-08-24 | Migrate ItemType::from_item to convert::From. | Corey Farwell | -10/+10 |
| 2016-08-24 | Move ItemEnum → Generics logic into method on ItemEnum. | Corey Farwell | -0/+17 |
| 2016-08-21 | Fix fallout in `rustdoc`. | Jeffrey Seyfried | -12/+5 |
| 2016-08-18 | rustdoc: remove the `!` from macro URLs and titles | Nick Cameron | -3/+5 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -19/+7 |
| 2016-08-17 | rustc: split GenericPredicates of a method from its parent predicates. | Eduard Burtescu | -11/+1 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -18/+17 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -16/+22 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -24/+20 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -24/+18 |
| 2016-08-17 | rustc: force all raw accesses to VecPerParamSpace through as_full_slice. | Eduard Burtescu | -2/+3 |
| 2016-08-17 | rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates. | Eduard Burtescu | -43/+54 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+3 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -11/+0 |
| 2016-08-13 | Fix rustdoc after rebase | Andrew Cann | -0/+2 |