| Age | Commit message (Expand) | Author | Lines |
| 2015-09-29 | store the rustc version in metadata and check it | Ariel Ben-Yehuda | -0/+39 |
| 2015-09-28 | Minor code cleanup. | Scott Olson | -1/+1 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -0/+6 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -7/+7 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -22/+22 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -40/+53 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -111/+108 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -6/+10 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -3/+2 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -3/+2 |
| 2015-09-13 | Add part of new error codes in librustc | Guillaume Gomez | -40/+53 |
| 2015-09-03 | rewrite metadata indexing | Ariel Ben-Yehuda | -243/+322 |
| 2015-09-03 | remove totally useless struct-field index | Ariel Ben-Yehuda | -46/+34 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -131/+173 |
| 2015-08-24 | address nits | Ariel Ben-Yehuda | -4/+10 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -12/+2 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -23/+55 |
| 2015-08-24 | Use a u32 instead of a usize in CodeExtent | Ariel Ben-Yehuda | -2/+1 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -2/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -123/+127 |
| 2015-08-17 | Create "platform-intrinsic" ABI for SIMD/platform intrinsics. | Huon Wilson | -2/+2 |
| 2015-08-16 | Auto merge of #27643 - mitaa:get_item_, r=arielb1 | bors | -0/+10 |
| 2015-08-16 | Auto merge of #27851 - nikomatsakis:cleanup-ty-decoder, r=eddyb | bors | -828/+669 |
| 2015-08-15 | remove the last remnants of old interface | Niko Matsakis | -133/+26 |
| 2015-08-15 | astencode: convert code to use TyDecoder directly | Niko Matsakis | -7/+16 |
| 2015-08-15 | s/PState/TyDecoder/ | Niko Matsakis | -21/+21 |
| 2015-08-15 | tydecode: tighten privacy | Niko Matsakis | -3/+3 |
| 2015-08-15 | convert tydecode to use an impl, eliminating a lot of boilerplate | Niko Matsakis | -621/+618 |
| 2015-08-14 | convert tydecode to use a closure for def-id conversion and | Niko Matsakis | -259/+142 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -22/+81 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -55/+216 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -0/+13 |
| 2015-08-12 | Replace get_item_path[-1] with get_item_name | mitaa | -0/+10 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -1/+1 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -23/+45 |
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -75/+90 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -1/+1 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -145/+178 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -28/+25 |
| 2015-08-07 | stop using skip_binder | Ariel Ben-Yehuda | -2/+8 |
| 2015-08-06 | Cache a linear search for the #[staged_api] attribute. | Brian Anderson | -10/+15 |
| 2015-08-06 | remove ty::{VariantInfo, FieldTy} | Ariel Ben-Yehuda | -89/+8 |
| 2015-08-06 | create VariantDef-s (but don't actually use them) | Ariel Ben-Yehuda | -55/+150 |
| 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 | -4/+19 |
| 2015-08-05 | Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakis | bors | -129/+178 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -21/+2 |