| Age | Commit message (Expand) | Author | Lines |
| 2019-03-07 | Fix segfaults in release build C-variadic fns | Dan Robertson | -0/+19 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+69 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -2/+2 |
| 2019-02-24 | Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton | bors | -0/+12 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -0/+685 |
| 2019-02-23 | Fix attribute check | gnzlbg | -2/+3 |
| 2019-02-23 | Use pattern to match attributes | gnzlbg | -9/+5 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+15 |
| 2019-02-21 | Fix codegen test | Matthew Jasper | -2/+2 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -2/+2 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -0/+3 |
| 2019-02-08 | Move simd intrinsic codegen tests into the simd-intrinsic subdir | gnzlbg | -0/+0 |
| 2019-02-08 | Add simd_saturating_{add,sub} intrinsics | gnzlbg | -0/+685 |
| 2019-02-05 | extend box-maybe-uninit test | Ralf Jung | -0/+3 |
| 2019-02-02 | Test alloca with #[repr(align(x))] on enum | Niklas Fiekas | -0/+36 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+71 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -1/+4 |
| 2019-01-24 | Support revisions for codegen tests | Simonas Kazlauskas | -29/+51 |
| 2019-01-24 | Add an idealistic test for optimize attribute | Simonas Kazlauskas | -0/+49 |
| 2019-01-22 | Add intrinsic to create an integer bitmask from the MSB of integer vectors | gnzlbg | -0/+57 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1234/+0 |
| 2018-12-24 | Rollup merge of #57021 - nikic:arg-pointer-align, r=nagisa | Mazdak Farrokhzad | -16/+16 |
| 2018-12-23 | Rollup merge of #57078 - glaubitz:ignore-tests, r=nikic | Mazdak Farrokhzad | -0/+1 |
| 2018-12-23 | Rollup merge of #57053 - nikic:fix-gep-align, r=nagisa | Mazdak Farrokhzad | -0/+80 |
| 2018-12-23 | test: Ignore codegen/x86_mmx.rs on s390x | John Paul Adrian Glaubitz | -0/+1 |
| 2018-12-21 | Fix alignment for array indexing | Nikita Popov | -0/+80 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -1/+0 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -16/+16 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -7/+0 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -0/+12 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -0/+16 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -7/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -0/+28 |
| 2018-11-30 | Enable -mergefunc-use-aliases | Nikita Popov | -5/+8 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -0/+28 |
| 2018-11-29 | Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakis | bors | -0/+18 |
| 2018-11-29 | rustc_codegen_llvm: don't overalign loads of pair operands. | Eduard-Mihai Burtescu | -0/+18 |
| 2018-11-28 | Fix alignment of stores to scalar pair | Nikita Popov | -0/+18 |
| 2018-11-20 | Fix invalid bitcast taking bool out of a union represented as a scalar | Olivier Goffart | -0/+6 |
| 2018-11-14 | Remove extern and some return value as an attempt to make the test pass on mo... | Olivier Goffart | -7/+7 |
| 2018-11-13 | Forward the ABI of the non-zero sized fields of an union if they have the sam... | Olivier Goffart | -0/+80 |
| 2018-11-12 | Auto merge of #55701 - tromey:ice-fix, r=matthewjasper | bors | -0/+63 |
| 2018-11-05 | Fix emission of niche-filling discriminant values | Tom Tromey | -0/+63 |
| 2018-11-04 | Support memcpy/memmove with differing src/dst alignment | Nikita Popov | -4/+4 |
| 2018-10-30 | Add more enum debug info tests | Tom Tromey | -0/+75 |
| 2018-10-30 | Tighten enum-debug test | Tom Tromey | -0/+2 |
| 2018-10-30 | Fix DWARF generation for enums | Tom Tromey | -0/+40 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -0/+41 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -5/+32 |