| Age | Commit message (Expand) | Author | Lines |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -54/+43 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -17/+17 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-10-30 | Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis | bors | -3/+0 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -9/+5 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+1 |
| 2016-10-25 | rustc_metadata: move is_extern_item to trans. | Eduard Burtescu | -3/+0 |
| 2016-10-24 | Clean up `CrateLoader::process_item`. | Jeffrey Seyfried | -0/+9 |
| 2016-10-24 | Refactor away `CrateLoader::load_macros`. | Jeffrey Seyfried | -2/+2 |
| 2016-10-24 | Import macros in `resolve` instead of in `metadata::macro_import`. | Jeffrey Seyfried | -10/+5 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -24/+13 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -24/+13 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -2/+1 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -5/+5 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -5/+5 |
| 2016-10-04 | Remove some unused methods from metadata | Vadim Petrochenkov | -3/+0 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -31/+12 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -2/+0 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -7/+11 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -1/+6 |
| 2016-10-02 | Record macro import site spans. | Jeffrey Seyfried | -1/+6 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -8/+8 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -5/+7 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -8/+8 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -5/+7 |
| 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 |