| Age | Commit message (Expand) | Author | Lines |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -293/+195 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -226/+134 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -74/+68 |
| 2016-11-01 | introduce new origin for `Trait+'b` | Niko Matsakis | -1/+1 |
| 2016-11-01 | move outlives_components onto tcx | Niko Matsakis | -15/+10 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -6/+6 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -0/+5 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -7/+42 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+1 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -63/+118 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -63/+118 |
| 2016-10-24 | Rollup merge of #37336 - michaelwoerister:debuginfo-type-ids, r=eddyb | Jonathan Turner | -25/+32 |
| 2016-10-21 | Make ArchIndependentHasher publicly visible. | Michael Woerister | -15/+15 |
| 2016-10-21 | type_id: Make result of std::intrinsics::type_id() endian-independent. | Michael Woerister | -15/+22 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -36/+44 |
| 2016-10-19 | Use TypedArena::alloc_slice in rustc. | Mark-Simulacrum | -25/+29 |
| 2016-10-19 | Rollup merge of #37224 - petrochenkov:nz, r=eddyb | Eduard-Mihai Burtescu | -15/+17 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+20 |
| 2016-10-19 | Format comment in a nicer way. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-10-18 | Optimize `Substs::super_fold_with`. | Nicholas Nethercote | -2/+9 |
| 2016-10-17 | Fix Subst construction: use subst from adt_def rather than Drop impl's subst. | Felix S. Klock II | -0/+8 |
| 2016-10-17 | Mark enums with non-zero discriminant as non-zero | Vadim Petrochenkov | -15/+17 |
| 2016-10-15 | Auto merge of #37152 - arielb1:drop-cache, r=pnkfelix | bors | -25/+39 |
| 2016-10-15 | Auto merge of #37100 - dikaiosune:master, r=eddyb | bors | -69/+60 |
| 2016-10-14 | add a per-param-env cache to `impls_bound` | Ariel Ben-Yehuda | -25/+39 |
| 2016-10-13 | Adding FIXME for noop Substs::params. | Adam Perry | -1/+2 |
| 2016-10-11 | Using a type alias of Slice<Kind<'tcx>> to intern Substs<'tcx>. | Adam Perry | -68/+58 |
| 2016-10-11 | Temporary fix for metadata decoding for struct constructors | Vadim Petrochenkov | -1/+5 |
| 2016-10-11 | Thread `pure_wrt_drop` field through lifetime and type parameters. | Felix S. Klock II | -0/+12 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -1/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -1/+1 |
| 2016-10-05 | Fixing comment typo. | Adam Perry | -1/+1 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -21/+1 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -5/+12 |
| 2016-10-03 | Auto merge of #36876 - nikomatsakis:issue-36381, r=pnkfelix | bors | -1/+10 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+3 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-10-03 | loosen assertion against proj in collector | Niko Matsakis | -1/+10 |
| 2016-10-02 | Replace offset_after_field with offsets | Austin Hicks | -33/+26 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -37/+3 |
| 2016-09-30 | rustc: More fixes for arch-independent hashing | Alex Crichton | -8/+73 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -7/+10 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -3/+3 |
| 2016-09-28 | Remove unused `TypeError` variants | Jonas Schievink | -34/+0 |
| 2016-09-28 | TypeIdHasher: hash usize as u64 | Tim Neumann | -3/+3 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -15/+4 |
| 2016-09-24 | Clean up matches that determine integers for specific alignment requirements | Austin Hicks | -14/+23 |
| 2016-09-24 | Optimize struct_field_ptr | Austin Hicks | -0/+9 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -2/+52 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -1/+1 |