| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2016-08-02 | rustc_trans: load C-like enums larger than usize from memory with -Zorbit. | Eduard Burtescu | -25/+33 |
| 2016-08-01 | Improve diagnostics for pattern bindings that illegally shadow items. | Jeffrey Seyfried | -1/+1 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -137/+36 |
| 2016-08-02 | Rollup merge of #35141 - eddyb:assert-mir-debug, r=nagisa | Seo Sanghyeon | -0/+1 |
| 2016-08-02 | Rollup merge of #35114 - michaelwoerister:inline-meta-to-hir-map, r=eddyb | Seo Sanghyeon | -137/+35 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -51/+92 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -40/+81 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -137/+35 |
| 2016-07-31 | rustc_trans: apply the debug location for the MIR Assert panic call. | Eduard Burtescu | -0/+1 |
| 2016-07-29 | Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton | bors | -18/+1 |
| 2016-07-29 | Remove NO_FILE_METADATA; always use unknown_file_metadata instead of passing 0 | Vladimir Vukicevic | -9/+9 |
| 2016-07-29 | rustc: Fix data-layout for AArch64 targets | Alex Crichton | -1/+19 |
| 2016-07-29 | Refactor determining of relocation model into methods | Jan-Erik Rediger | -24/+41 |
| 2016-07-29 | Use relative path to type | Jan-Erik Rediger | -1/+1 |
| 2016-07-29 | [LLVM-3.9] Configure PIE at the module level instead of compilation unit level | Jan-Erik Rediger | -0/+1 |