| Age | Commit message (Expand) | Author | Lines |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1567/+0 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -43/+6 |
| 2015-11-06 | Preserve public static items across LTO | arcnmx | -0/+8 |
| 2015-10-07 | use the struct's ctor-id as its variant def-id | Ariel Ben-Yehuda | -4/+1 |
| 2015-10-03 | Auto merge of #28521 - arielb1:metadiet, r=eddyb | bors | -53/+65 |
| 2015-10-02 | unify the 2 impl indexes | Ariel Ben-Yehuda | -12/+7 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -100/+156 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -1/+1 |
| 2015-10-01 | don't store method_fty | Ariel Ben-Yehuda | -9/+7 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -1/+1 |
| 2015-10-01 | share stored predicates | Ariel Ben-Yehuda | -11/+24 |
| 2015-10-01 | add a cross-reference index | Ariel Ben-Yehuda | -0/+5 |
| 2015-10-01 | remove unneeded tags from metadata | Ariel Ben-Yehuda | -12/+0 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -90/+132 |
| 2015-10-01 | rename ast_map to hir_map | Niko Matsakis | -7/+7 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -25/+25 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -30/+25 |
| 2015-09-29 | store the rustc version in metadata and check it | Ariel Ben-Yehuda | -0/+5 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -10/+10 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -3/+5 |
| 2015-09-03 | rewrite metadata indexing | Ariel Ben-Yehuda | -114/+73 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -39/+42 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -1/+1 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -26/+27 |
| 2015-08-16 | Auto merge of #27643 - mitaa:get_item_, r=arielb1 | bors | -0/+4 |
| 2015-08-16 | Auto merge of #27851 - nikomatsakis:cleanup-ty-decoder, r=eddyb | bors | -19/+26 |
| 2015-08-15 | remove the last remnants of old interface | Niko Matsakis | -18/+24 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -1/+2 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -3/+7 |
| 2015-08-12 | Replace get_item_path[-1] with get_item_name | mitaa | -0/+4 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -3/+22 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -15/+15 |
| 2015-08-07 | stop using skip_binder | Ariel Ben-Yehuda | -2/+8 |
| 2015-08-06 | remove ty::{VariantInfo, FieldTy} | Ariel Ben-Yehuda | -78/+6 |
| 2015-08-06 | create VariantDef-s (but don't actually use them) | Ariel Ben-Yehuda | -5/+104 |
| 2015-08-06 | add variant info to ADTDef, but don't actually use it | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -0/+7 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -21/+2 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -4/+4 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -3/+3 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -1/+1 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -3/+3 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-04 | Inline enum_variant_ids into its only caller. | Ms2ger | -25/+2 |
| 2015-06-03 | Remove unused get_enum_variant_defs functions. | Ms2ger | -18/+0 |
| 2015-06-01 | Return an iterator from enum_variant_ids. | Ms2ger | -8/+26 |
| 2015-05-29 | Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth | bors | -258/+148 |
| 2015-05-28 | Return a TaggedDocsIterator from each_reexport. | Ms2ger | -15/+4 |