| Age | Commit message (Expand) | Author | Lines |
| 2016-04-20 | Auto merge of #33030 - nagisa:mir-unrequire-end-block, r=nikomatsakis | bors | -2/+0 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -51/+1 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -105/+2 |
| 2016-04-19 | Guard against rustc::layout diverging from rustc_trans. | Eduard Burtescu | -0/+32 |
| 2016-04-19 | Compute LLVM-agnostic type layouts in rustc. | Eduard Burtescu | -28/+2 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -5/+19 |
| 2016-04-16 | debuginfo: argument and upvar names for MIR. | Eduard Burtescu | -19/+94 |
| 2016-04-16 | MIR: Do not require END_BLOCK to always exist | Simonas Kazlauskas | -2/+0 |
| 2016-04-15 | Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis | bors | -15/+504 |
| 2016-04-16 | Rollup merge of #32946 - eddyb:issue-32783, r=dotdash | Manish Goregaokar | -2/+6 |
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -15/+504 |
| 2016-04-14 | Rollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn | Steve Klabnik | -7/+7 |
| 2016-04-14 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -2/+6 |
| 2016-04-11 | trans: initial implementation of MIR debuginfo. | Eduard Burtescu | -123/+289 |
| 2016-04-11 | trans: use DefKey directly in debuginfo for paths. | Eduard Burtescu | -193/+113 |
| 2016-04-11 | trans: pass essential information from trans_closure to debuginfo. | Eduard Burtescu | -262/+124 |
| 2016-04-11 | trans: use Instance in trans_closure and FunctionContext::new. | Eduard Burtescu | -30/+22 |
| 2016-04-09 | Auto merge of #32781 - michaelwoerister:dont-use-svh-in-debuginfo, r=alexcric... | bors | -8/+10 |
| 2016-04-09 | Introduce the `init_llvm` function | Andrea Canciani | -51/+1 |
| 2016-04-08 | Auto merge of #32738 - Aatch:mir-operand-fn-ret, r=arielb1 | bors | -56/+212 |
| 2016-04-08 | Fix some type-related bugs | James Miller | -18/+36 |
| 2016-04-07 | Auto merge of #32800 - Manishearth:rollup, r=Manishearth | bors | -22/+79 |
| 2016-04-07 | Rollup merge of #32734 - tromey:dwarf-5-DW_LANG_Rust, r=michaelwoerister | Manish Goregaokar | -1/+3 |
| 2016-04-07 | Rollup merge of #32732 - dotdash:ext_arg, r=eddyb | Manish Goregaokar | -21/+76 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -446/+9 |
| 2016-04-07 | Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddyb | bors | -3/+3 |
| 2016-04-06 | Use crate name/disambiguator instead of SVH for debuginfo typeid. | Michael Woerister | -8/+10 |
| 2016-04-06 | rebase over the hir rename | Niko Matsakis | -2/+0 |
| 2016-04-06 | Fix LLVM assert when handling bad intrinsic monomorphizations | Amanieu d'Antras | -3/+3 |
| 2016-04-06 | break dep-graph into modules, parameterize DepNode | Niko Matsakis | -1/+1 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -443/+8 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -107/+78 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -29/+29 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -8/+7 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -50/+44 |
| 2016-04-06 | Move ReturnDest creation into a method | James Miller | -65/+61 |
| 2016-04-05 | trans: don't declare symbols that were already imported. | Eduard Burtescu | -19/+38 |
| 2016-04-04 | Use DWARF 5 value for DW_LANG_Rust | Tom Tromey | -1/+3 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -22/+43 |
| 2016-04-04 | Handle integer-extending for C ABI | James Miller | -21/+76 |
| 2016-04-04 | Handle operand temps for function calls | James Miller | -41/+183 |
| 2016-04-03 | Auto merge of #32676 - durka:patch-18, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -41/+51 |
| 2016-04-02 | Auto merge of #32667 - dotdash:def_dec, r=nagisa | bors | -8/+5 |
| 2016-04-02 | Auto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis | bors | -484/+436 |
| 2016-04-02 | add missing spaces in #16758 warning | Alex Burka | -2/+2 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -1/+0 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -1/+0 |
| 2016-04-01 | Stop accepting declarations when looking for definitions | Björn Steinbrink | -8/+5 |
| 2016-03-31 | librustc_trans: use bug!(), span_bug!() | Benjamin Herr | -484/+436 |