| Age | Commit message (Expand) | Author | Lines |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -1/+1 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -36/+9 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -1/+1 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -2/+2 |
| 2016-10-24 | debuginfo: Erase regions when creating debuginfo for statics. | Michael Woerister | -4/+6 |
| 2016-10-21 | debuginfo: Use TypeIdHasher to create global type identifiers for debuginfo. | Michael Woerister | -197/+41 |
| 2016-10-17 | Rollup merge of #37172 - michaelwoerister:cleanup-dibuilder, r=eddyb | Guillaume Gomez | -2/+0 |
| 2016-10-16 | Auto merge of #37129 - arielb1:erased-normal, r=eddyb | bors | -6/+6 |
| 2016-10-14 | debuginfo: Remove some outdated stuff from LLVM DIBuilder binding. | Michael Woerister | -2/+0 |
| 2016-10-13 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -6/+6 |
| 2016-10-13 | Get rid of double indirection in string interner by using `Rc<str>` | Vadim Petrochenkov | -3/+3 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -13/+10 |
| 2016-09-26 | Rename MIR local iterators to match convention | Jonas Schievink | -1/+1 |
| 2016-09-26 | [WIP] Move MIR towards a single kind of local | Jonas Schievink | -2/+3 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -1/+1 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -35/+61 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -36/+28 |
| 2016-09-05 | Auto merge of #36200 - mattico:fix-llvm-linkage, r=arielb1 | bors | -1/+1 |
| 2016-09-04 | Fix incorrect LLVM Linkage enum | Matt Ickstadt | -1/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -5/+5 |
| 2016-09-03 | Fix rebase, fix some tests | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Generate debuginfo for unions | Vadim Petrochenkov | -2/+104 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -5/+4 |
| 2016-09-03 | Implement layout calculation and add more trans stubs | Vadim Petrochenkov | -1/+4 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -0/+7 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+1 |
| 2016-08-31 | give `apply_param_substs` a `SharedCrateContext` | Niko Matsakis | -1/+1 |
| 2016-08-27 | Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis | Manish Goregaokar | -16/+13 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -4/+4 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -15/+12 |
| 2016-08-26 | Do not emit "class method" debuginfo for types that are not DICompositeType. | Eduard Burtescu | -1/+9 |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -10/+57 |
| 2016-08-24 | Remove AST from metadata except for consts and const fns. | Eduard Burtescu | -73/+15 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -3/+3 |
| 2016-08-24 | rustc_trans: remove the bulk of old trans and most of its support code. | Eduard Burtescu | -807/+10 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -3/+3 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -3/+14 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -7/+7 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: force all raw accesses to VecPerParamSpace through as_full_slice. | Eduard Burtescu | -3/+3 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -44/+13 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -0/+3 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+1 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+1 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -2/+2 |
| 2016-08-05 | Auto merge of #35116 - jseyfried:groundwork_for_new_import_semantics, r=nrc | bors | -1/+1 |
| 2016-08-03 | Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb | bors | -48/+49 |
| 2016-08-03 | finish type-auditing rustllvm | Ariel Ben-Yehuda | -1/+1 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -47/+48 |