| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | trans: callee: normalize trait_ref before use | Wang Xuerui | -0/+1 |
| 2016-05-04 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -2/+6 |
| 2016-05-04 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -105/+2 |
| 2016-05-04 | Guard against rustc::layout diverging from rustc_trans. | Eduard Burtescu | -0/+32 |
| 2016-05-04 | Compute LLVM-agnostic type layouts in rustc. | Eduard Burtescu | -28/+2 |
| 2016-05-04 | Make data-layout mandatory in target specs. | Eduard Burtescu | -5/+19 |
| 2016-04-09 | Auto merge of #32781 - michaelwoerister:dont-use-svh-in-debuginfo, r=alexcric... | bors | -8/+10 |
| 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 |
| 2016-03-31 | Only allow using the atomic intrinsics on integer types | Amanieu d'Antras | -22/+43 |
| 2016-03-31 | Turn break critical edges into a MIR pass | James Miller | -1/+1 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -18/+22 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -5/+5 |
| 2016-03-30 | Delete obviously-unreachable blocks | James Miller | -7/+16 |
| 2016-03-30 | Add and use a break critical edges transform | James Miller | -41/+38 |
| 2016-03-30 | Add some standard traversal iterators for MIR | James Miller | -2/+6 |
| 2016-03-29 | Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichton | bors | -1/+1 |
| 2016-03-29 | rustc_platform_intrinsics: remove unused rustc dependency. | Eduard Burtescu | -1/+1 |
| 2016-03-29 | Use weak_odr linkage when reusing definitions across codegen units | Björn Steinbrink | -17/+30 |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -556/+534 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -3592/+0 |