| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+32 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+32 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -0/+15 |
| 2019-03-31 | Add codegen test | Aaron Hill | -0/+15 |
| 2019-03-31 | Auto merge of #59577 - dlrobertson:fix_58881, r=nagisa | bors | -0/+21 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -0/+21 |
| 2019-03-31 | Fix test | Yuki OKUSHI | -1/+1 |
| 2019-03-29 | Use platform dependent mcount function | Yuki OKUSHI | -0/+7 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -1/+4 |
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -4/+4 |
| 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 |