| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -6/+30 |
| 2016-01-06 | Auto merge of #30492 - wesleywiser:fix_extra_drops, r=pnkfelix | bors | -42/+7 |
| 2016-01-05 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -0/+1 |
| 2016-01-05 | [MIR] Implement calling of closures and add missing monomorphization when tra... | Michael Woerister | -3/+31 |
| 2016-01-04 | Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc | bors | -13/+42 |
| 2015-12-31 | Avoid adding drops for types w/ no dtor in MIR construction | Wesley Wiser | -42/+7 |
| 2015-12-31 | Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana | Simonas Kazlauskas | -36/+39 |
| 2015-12-31 | Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson | Simonas Kazlauskas | -1/+4 |
| 2015-12-31 | Forward attributes of translated function/closure to trans_fn/trans_closure. | Michael Woerister | -13/+42 |
| 2015-12-31 | Auto merge of #30586 - nagisa:mir-cast, r=arielb1 | bors | -1/+84 |
| 2015-12-31 | Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson | bors | -1/+1 |
| 2015-12-30 | Auto merge of #30542 - nrc:errs-base, r=nagisa | bors | -47/+58 |
| 2015-12-30 | Refactoring | Nick Cameron | -4/+2 |
| 2015-12-30 | use structured errors | Nick Cameron | -47/+60 |
| 2015-12-29 | Implement `as` casting (Misc cast kind) | Simonas Kazlauskas | -1/+84 |
| 2015-12-28 | [MIR] Translate ConstVal::Function | Simonas Kazlauskas | -36/+39 |
| 2015-12-28 | Link with ld.gold by default | Brian Anderson | -0/+55 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -1/+4 |
| 2015-12-28 | [MIR] Fix setting discriminant for unit enums | Simonas Kazlauskas | -1/+2 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -1/+1 |
| 2015-12-28 | Auto merge of #30579 - dotdash:30478, r=arielb1 | bors | -7/+11 |
| 2015-12-27 | Fix `auto_ref()` for fat pointers | Björn Steinbrink | -7/+11 |
| 2015-12-26 | Also fix MIRification of unit enum variants | Simonas Kazlauskas | -4/+4 |
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -23/+34 |
| 2015-12-21 | Fix Universal CRT detection on weird setups | Peter Atashian | -2/+9 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -3/+0 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -2/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-21 | Auto merge of #30486 - nagisa:mir-fix-geps, r=luqmana | bors | -3/+6 |
| 2015-12-21 | Auto merge of #30482 - luqmana:const-fat-ptr, r=dotdash | bors | -0/+5 |