| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | Auto merge of #48786 - nagisa:fp, r=nikomatsakis | bors | -0/+16 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -1/+1 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -0/+16 |
| 2018-05-01 | Auto merge of #50304 - nox:uninhabited-output, r=eddyb | bors | -6/+16 |
| 2018-04-28 | Add `-C target-feature` to all functions | Alex Crichton | -0/+19 |
| 2018-04-28 | Mark functions returning uninhabited types as noreturn | Anthony Ramine | -6/+16 |
| 2018-04-28 | Auto merge of #50164 - nox:rval-range-metadata, r=eddyb | bors | -0/+29 |
| 2018-04-27 | Auto merge of #49420 - nox:enum-scalarpair, r=eddyb | bors | -6/+17 |
| 2018-04-26 | Emit range metadata on calls returning scalars (fixes #50157) | Anthony Ramine | -0/+29 |
| 2018-04-26 | Use ScalarPair for tagged enums | Anthony Ramine | -6/+17 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -0/+1 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -13/+71 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -13/+71 |
| 2018-04-10 | Small nits to make couple of tests pass on mips targets. | dragan.mladjenovic | -0/+6 |
| 2018-04-06 | Make sure that generics are internalized in executables even with -Zshare-gen... | Michael Woerister | -0/+22 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -1/+6 |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+1 |
| 2018-03-28 | Auto merge of #49383 - nox:scalarpair, r=eddyb | bors | -0/+6 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+43 |
| 2018-03-26 | Strengthen the repeat-trusted-len test | Francis Gagné | -1/+6 |
| 2018-03-26 | Allow niche-filling dataful variants to be represented as a ScalarPair | Anthony Ramine | -0/+6 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+0 |
| 2018-03-26 | fix tests | gnzlbg | -2/+2 |
| 2018-03-26 | set min-llvm-version 6.0, ignore-emscripten | gnzlbg | -0/+3 |
| 2018-03-26 | add tests | gnzlbg | -0/+40 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -0/+30 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+35 |
| 2018-03-23 | Add a codegen test for exact_div intrinsic | Scott McMurray | -0/+30 |
| 2018-03-19 | Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737" | varkor | -0/+10 |
| 2018-03-18 | add codegen test | gnzlbg | -0/+35 |
| 2018-03-09 | test: fix repr-transparent-aggregates test on mips64 | James Cowgill | -0/+50 |
| 2018-03-09 | test: ignore mips* in x86_mmx test | James Cowgill | -0/+2 |
| 2018-03-09 | test: ignore stack probe tests on mips* | James Cowgill | -0/+2 |
| 2018-03-09 | test: remove duplicate ignore-aarch64 from stack-probes test | James Cowgill | -1/+0 |
| 2018-03-08 | test: ignore mips64 in abi-main-signature-16bit-c-int.rs | James Cowgill | -0/+1 |
| 2018-03-08 | test: remove useless ignore-mips*el headers | James Cowgill | -8/+0 |
| 2018-03-08 | Adjust test which differs between 32 bit and 64 bit | Oliver Schneider | -2/+2 |
| 2018-03-08 | Codegen tests | Oliver Schneider | -7/+7 |
| 2018-03-04 | Remove useless powerpc64 entry from ARCH_TABLE, closes #47737 | debris | -10/+0 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+1 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -2/+2 |
| 2018-02-20 | make `#[unwind]` attribute specify expectations more clearly | Niko Matsakis | -1/+1 |
| 2018-02-20 | rustc_mir: always run the deaggregator. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-02-11 | Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb | bors | -51/+87 |
| 2018-02-08 | Fix oversized loads on x86_64 SysV FFI calls | Björn Steinbrink | -51/+87 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -0/+23 |
| 2018-02-06 | Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis | kennytm | -0/+26 |
| 2018-02-05 | Make inline assembly volatile if it has no outputs. Fixes #46026 | John Kåre Alsaker | -0/+26 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -1/+1 |