| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -13/+22 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -0/+8 |
| 2015-05-26 | Clean-up some junk | Ariel Ben-Yehuda | -21/+0 |
| 2015-05-24 | Return TaggedDocsIterator from reader::tagged_docs. | Ms2ger | -251/+152 |
| 2015-05-21 | rustc: const-qualify `const fn` function and method calls. | Eduard Burtescu | -0/+21 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -12/+5 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+10 |
| 2015-05-12 | rustc_typeck: remove the "preload all impls ever" workaround in coherence. | Eduard Burtescu | -10/+0 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -9/+41 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -5/+6 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -56/+40 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -0/+5 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -3/+3 |
| 2015-04-23 | Fix a number of bugs that interfered with cross-crate usage of associated con... | Sean Patrick Santos | -14/+16 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -1/+61 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -5/+2 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -4/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -1/+1 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+1 |