| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2015-08-01 | Store and use crate-local paths to extern crates | mitaa | -7/+39 |
| 2015-08-01 | Split off `LocalCrateReader` from `CrateReader` | mitaa | -123/+140 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -38/+31 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -13/+15 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -2/+4 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -3/+3 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -2/+11 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -10/+1 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -1/+1 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -10/+10 |