| Age | Commit message (Expand) | Author | Lines |
| 2016-01-19 | Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdash | bors | -13/+51 |
| 2016-01-19 | [MIR] Implement extern call support | Simonas Kazlauskas | -13/+51 |
| 2016-01-18 | revert using `trans::Disr` in `LoadRangeAssert` | Oliver Schneider | -10/+8 |
| 2016-01-17 | Auto merge of #30975 - Manishearth:rollup, r=Manishearth | bors | -10/+6 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -5/+3 |
| 2016-01-17 | Rollup merge of #30938 - dotdash:zst_void, r=eddyb | Manish Goregaokar | -5/+3 |
| 2016-01-17 | Auto merge of #30931 - oli-obk:trans_disr_newtype, r=arielb1 | bors | -100/+172 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -1/+3 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -5/+3 |
| 2016-01-16 | use a newtype for the variant discriminant instead of u64 | Oliver 'ker' Schneider | -100/+172 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -10/+15 |
| 2016-01-15 | Fix type retrieval for Switch translation | Simonas Kazlauskas | -5/+4 |
| 2016-01-15 | Fix translation for all other discriminated ADTs | Simonas Kazlauskas | -4/+10 |
| 2016-01-15 | Translate zero-sized return types as void | Björn Steinbrink | -5/+3 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -0/+262 |
| 2016-01-15 | Auto merge of #30711 - nrc:json-errs, r=huonw | bors | -15/+15 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -10/+15 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -15/+15 |
| 2016-01-14 | Revert "Link with ld.gold by default" | Brian Anderson | -55/+0 |
| 2016-01-14 | Auto merge of #30848 - nagisa:mir-no-store-zsts, r=nikomatsakis | bors | -5/+14 |
| 2016-01-14 | Rollup merge of #30851 - jonas-schievink:unneeded-dropflags, r=pnkfelix | Manish Goregaokar | -5/+16 |
| 2016-01-13 | add doc for new `fn alloc_ty_init`. | Felix S. Klock II | -0/+12 |
| 2016-01-13 | revise lifetime handling for alloca's that are initialized as "dropped." | Felix S. Klock II | -1/+10 |
| 2016-01-13 | Factored out private routine for emitting LLVM lifetime intrinsic calls. | Felix S. Klock II | -30/+45 |
| 2016-01-13 | bug fixes for issues 30018 and 30822. | Felix S. Klock II | -4/+11 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -0/+262 |
| 2016-01-12 | [MIR] Avoid some code generation for stores of ZST | Simonas Kazlauskas | -5/+14 |
| 2016-01-12 | Don't use dropflag hints when the type is dropless | Jonas Schievink | -5/+16 |
| 2016-01-12 | debug instrumentation (can remove) | Felix S. Klock II | -3/+31 |
| 2016-01-12 | Issue 30530: initialize allocas for `Datum::to_lvalue_datum_in_scope`. | Felix S. Klock II | -6/+70 |
| 2016-01-11 | Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1 | Simonas Kazlauskas | -10/+5 |
| 2016-01-08 | Change destination accessor to return references | Simonas Kazlauskas | -1/+1 |
| 2016-01-08 | [MIR] Fix translation of ConstVal::{Struct, Tuple} | Simonas Kazlauskas | -10/+5 |
| 2016-01-07 | Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakis | bors | -14/+14 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -0/+1 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -11/+11 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -3/+3 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -6/+465 |
| 2016-01-06 | Create personality slot when translating Resume | Simonas Kazlauskas | -38/+26 |
| 2016-01-06 | Merge Call and DivergingCall diffs into CallKind | Simonas Kazlauskas | -75/+96 |
| 2016-01-06 | Don’t generate landing-pads if -Z no-landing-pads | Simonas Kazlauskas | -30/+55 |
| 2016-01-06 | Fix ReturnPointer generation for void return types | Simonas Kazlauskas | -4/+19 |
| 2016-01-06 | Refine call terminator translation | Simonas Kazlauskas | -45/+96 |
| 2016-01-06 | Have a cached unreachable block inside MIR state | Simonas Kazlauskas | -6/+23 |
| 2016-01-06 | Remove diverge terminator | Simonas Kazlauskas | -15/+6 |
| 2016-01-06 | Remove the Panic block terminator | Simonas Kazlauskas | -4/+0 |
| 2016-01-06 | Add Resume Terminator which corresponds to resume | Simonas Kazlauskas | -5/+5 |
| 2016-01-06 | Split Call into Call and DivergingCall | Simonas Kazlauskas | -0/+4 |
| 2016-01-06 | Auto merge of #30692 - michaelwoerister:mir-overloaded-fn-calls, r=nikomatsakis | bors | -3/+31 |
| 2016-01-05 | Add assert-dep-graph testing mechanism and tests | Niko Matsakis | -0/+435 |