| Age | Commit message (Expand) | Author | Lines |
| 2016-09-21 | Fix optimization regressions for operations on [x; n]-initialized arrays. | Eduard Burtescu | -2/+2 |
| 2016-09-21 | Workaround #34427 by using memset of 0 on ARM to set the discriminant. | Felix S. Klock II | -5/+21 |
| 2016-09-21 | fix PR 36459 post backport to beta. | Felix S. Klock II | -2/+3 |
| 2016-09-21 | invoke drop glue with a ptr to (data, meta) | Niko Matsakis | -3/+21 |
| 2016-09-21 | use `adt::trans_const` when translating constant closures and tuples | Ariel Ben-Yehuda | -28/+58 |
| 2016-09-12 | rustc_trans: do not generate allocas for unused locals. | Eduard Burtescu | -0/+6 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -93/+69 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -5/+5 |
| 2016-08-15 | Fix bug for ! in old trans | Andrew Cann | -1/+1 |
| 2016-08-14 | Auto merge of #35409 - eddyb:mir-storage-stmts, r=nikomatsakis | bors | -5/+38 |
| 2016-08-14 | Auto merge of #35534 - michaelwoerister:fix-const-collection2, r=nikomatsakis | bors | -15/+49 |
| 2016-08-14 | Get rid of the .note interpretation of rustc dylib metadata. | Eduard Burtescu | -3/+10 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -2/+28 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -17/+19 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -2/+2 |
| 2016-08-13 | Make AdjustEmptyToAny actually perform the adjustment | Andrew Cann | -4/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -90/+48 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -0/+3 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -2/+10 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+5 |
| 2016-08-13 | Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis | bors | -0/+17 |
| 2016-08-12 | Make the translation item collector handle *uses* of 'const' items instead of... | Michael Woerister | -15/+49 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -6/+11 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -11/+11 |
| 2016-08-11 | add SetDiscriminant StatementKind to enable deaggregation of enums | Scott A Carr | -0/+17 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -5/+5 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -23/+24 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -12/+22 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -75/+37 |
| 2016-08-09 | add a `-Z incremental-info` flag | Niko Matsakis | -1/+1 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -4/+16 |
| 2016-08-08 | refactor other type methods | Scott A Carr | -8/+8 |
| 2016-08-05 | Auto merge of #35267 - eddyb:ty-hash, r=nikomatsakis | bors | -3/+1 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -585/+1020 |
| 2016-08-05 | refactor lvalue_ty to be method of lvalue | Scott A Carr | -15/+16 |
| 2016-08-06 | Rewrite TypeId computation to not miss anything and work cross-crate. | Eduard Burtescu | -3/+1 |
| 2016-08-05 | Auto merge of #35116 - jseyfried:groundwork_for_new_import_semantics, r=nrc | bors | -1/+1 |
| 2016-08-05 | Auto merge of #35283 - shantanuraj:master, r=jonathandturner | bors | -1/+1 |
| 2016-08-04 | rustc_trans: don't Assert(Overflow(Neg)) when overflow checks are off. | Eduard Burtescu | -1/+17 |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -1/+1 |
| 2016-08-03 | Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb | bors | -187/+182 |
| 2016-08-03 | finish type-auditing rustllvm | Ariel Ben-Yehuda | -79/+66 |
| 2016-08-03 | split the FFI part of rustc_llvm to rustc_llvm::ffi | Ariel Ben-Yehuda | -4/+4 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -84/+88 |
| 2016-08-03 | audit LLVM C++ types in ArchiveWrapper and PassWrapper | Ariel Ben-Yehuda | -27/+31 |
| 2016-08-03 | rustc_trans: don't lose the cross-crate DefId, MIR trans needs it. | Eduard Burtescu | -3/+5 |
| 2016-08-02 | dump statistics about re-use w/ -Z time-passes | Niko Matsakis | -0/+15 |
| 2016-08-02 | make metadata hashes determinstic | Niko Matsakis | -25/+2 |
| 2016-08-02 | remove register_reads | Niko Matsakis | -42/+0 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -4/+4 |