| Age | Commit message (Expand) | Author | Lines |
| 2017-03-31 | Ignore tests for the personality slot lifetimes on MSVC | Björn Steinbrink | -0/+2 |
| 2017-03-29 | Emit proper lifetime start intrinsics for personality slots | Björn Steinbrink | -0/+39 |
| 2017-03-21 | rustc: Always emit the `uwtable` attribute on Windows | Alex Crichton | -0/+41 |
| 2017-03-13 | emit !align attributes on stores of operand pairs | Ariel Ben-Yehuda | -0/+33 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+39 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -5/+3 |
| 2017-03-03 | fix codegen test | Ariel Ben-Yehuda | -5/+3 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+28 |
| 2017-02-22 | Update codegen test with new attributes | James Miller | -2/+2 |
| 2017-02-10 | Rebase fixups | Simonas Kazlauskas | -1/+1 |
| 2017-02-10 | Fix codegen test | Simonas Kazlauskas | -3/+7 |
| 2017-02-09 | Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister | bors | -0/+56 |
| 2017-02-08 | emit "align 1" metadata on loads/stores of packed structs | Ariel Ben-Yehuda | -0/+29 |
| 2017-02-04 | Emit DW_AT_main_subprogram | Tom Tromey | -0/+56 |
| 2017-01-19 | travis: Get an emscripten builder online | Alex Crichton | -0/+1 |
| 2017-01-04 | Replace BlockAndBuilder with Builder. | Mark Simulacrum | -2/+2 |
| 2016-12-22 | Cleaned up the code and added tests. | Ivan Molodetskikh | -0/+85 |
| 2016-12-03 | Ignore test on -windows-gnu. | Vadim Chugunov | -1/+2 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -0/+103 |
| 2016-11-13 | Fix codegen test after change of llvm type naming scheme | Michael Woerister | -4/+4 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -0/+6 |
| 2016-10-25 | adapt tests | Tim Neumann | -0/+6 |
| 2016-10-21 | Adapt codegen test to new naming scheme for generated symbols. | Michael Woerister | -3/+3 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -0/+9 |
| 2016-10-05 | emit an assume that cast-from enums are in range | Ariel Ben-Yehuda | -0/+24 |
| 2016-09-29 | Change the `local` prefix to `_` | Jonas Schievink | -4/+4 |
| 2016-09-27 | Fix codegen test (value names changed) | Jonas Schievink | -4/+4 |
| 2016-09-25 | Auto merge of #36151 - camlorn:struct_layout_optimization, r=eddyb | bors | -2/+2 |
| 2016-09-24 | Update codegen/link_section.rs. | Austin Hicks | -2/+2 |
| 2016-09-24 | librustc_mir: Propagate constants during copy propagation. | Patrick Walton | -2/+2 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -2/+2 |
| 2016-09-13 | Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis | bors | -0/+41 |
| 2016-09-02 | core: add likely and unlikely intrinsics | Sean McArthur | -0/+41 |
| 2016-08-30 | Feature gate the sysv64 abi as feature(abi_sysv64) and add tests | CensoredUsername | -0/+24 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -45/+30 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -0/+54 |
| 2016-07-19 | Add codegen test to make sure that closures are 'internalized' properly. | Michael Woerister | -0/+20 |
| 2016-07-08 | Fix codegen tests by make sure items are translated in AST order. | Michael Woerister | -7/+7 |
| 2016-06-20 | trans: generalize immediate temporaries to all MIR locals. | Eduard Burtescu | -1/+6 |
| 2016-06-14 | specialize zip: Add codegen test | Ulrik Sverdrup | -0/+22 |
| 2016-06-13 | Auto merge of #34252 - dsprenkels:issue-32364-test, r=eddyb | bors | -0/+24 |
| 2016-06-13 | Add regression test for #32364 | Daan Sprenkels | -0/+24 |
| 2016-06-12 | Auto merge of #34241 - dsprenkels:issue-32031-test, r=eddyb | bors | -0/+33 |
| 2016-06-12 | add a test case for issue #32031 | Daan Sprenkels | -0/+33 |
| 2016-06-08 | trans: always use a memcpy for ABI argument/return casts. | Eduard Burtescu | -4/+12 |
| 2016-05-26 | Fix stores codegen pass | Simonas Kazlauskas | -4/+4 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+31 |
| 2016-03-22 | Add tests | Ticki | -0/+69 |
| 2016-03-18 | Add intrinsics for float arithmetic with `fast` flag enabled | Ulrik Sverdrup | -0/+60 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+17 |