| Age | Commit message (Expand) | Author | Lines |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -2/+7 |
| 2016-09-26 | New error format for E0512 | Andrew Lygin | -2/+7 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -2/+2 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -1/+7 |
| 2016-09-23 | Load extern crates in `resolve`. | Jeffrey Seyfried | -3/+5 |
| 2016-09-20 | rustc_resolve: bring back "struct called like a function" cross-crate. | Eduard Burtescu | -1/+3 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -3/+1 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -4/+4 |
| 2016-09-20 | rustc_metadata: split the Def description of a DefId from item_children. | Eduard Burtescu | -9/+4 |
| 2016-09-20 | rustc_metadata: move all encoding/decoding helpers to methods. | Eduard Burtescu | -3/+0 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -16/+17 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -10/+8 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -56/+18 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -4/+2 |
| 2016-09-20 | rustc_trans: use the TypeId hashing mechanism instead of metadata. | Eduard Burtescu | -12/+0 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -7/+13 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -81/+76 |
| 2016-09-20 | rustc_metadata: combine DecodeContext and rbml::reader::Decoder. | Eduard Burtescu | -82/+1 |
| 2016-09-20 | rustc_metadata: use specialization for {en,de}coding Ty and Substs. | Eduard Burtescu | -105/+15 |
| 2016-09-16 | Remove stray println! when invoking error E0316 | Cobrand | -1/+0 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -82/+20 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -0/+4 |
| 2016-09-13 | Remove some more dead code from mem categorization | Vadim Petrochenkov | -78/+20 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -4/+0 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -0/+4 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+2 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -2/+4 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -72/+75 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -9/+31 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -72/+75 |
| 2016-09-06 | Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn | bors | -1/+1 |
| 2016-09-06 | pacify the mercilous tidy | Niko Matsakis | -1/+3 |
| 2016-09-06 | always print def-path in Debug impl for DefId | Niko Matsakis | -2/+2 |
| 2016-09-05 | Rollup merge of #36065 - acrrd:new_format_E0496, r=GuillaumeGomez | Manish Goregaokar | -3/+3 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -31/+31 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -19/+19 |
| 2016-09-03 | Fix "field is never used" warning to take unions into account | Josh Triplett | -1/+1 |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -23/+20 |
| 2016-09-03 | Make accesses to union fields unsafe | Vadim Petrochenkov | -4/+20 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -3/+3 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -5/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -34/+46 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Add unions to HIR | Vadim Petrochenkov | -1/+2 |
| 2016-09-02 | Update E0496 to new format | Andrea Corradi | -3/+3 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -3/+10 |
| 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 | -5/+3 |
| 2016-08-28 | Auto merge of #36029 - KiChjang:issue-12033, r=arielb1 | bors | -1/+2 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -3/+1 |