| Age | Commit message (Expand) | Author | Lines |
| 2019-07-08 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -2/+2 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -3/+30 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -3/+30 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -0/+14 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -0/+14 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -2/+2 |
| 2019-06-11 | Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -28/+190 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -1/+0 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -2/+2 |
| 2019-06-04 | improve test indentation | lcnr/Bastian Kauschke | -2/+2 |
| 2019-06-04 | move intrinsics codegen tests into a seperate folder | lcnr/Bastian Kauschke | -0/+0 |
| 2019-06-03 | add codegen test for unchecked math | lcnr/Bastian Kauschke | -0/+46 |
| 2019-05-31 | test: support both (`legacy` and `v0`) choices of mangling. | Eduard-Mihai Burtescu | -17/+38 |
| 2019-05-28 | Make test/codegen/pgo-instrumentation.rs work reliably on Windows. | Michael Woerister | -4/+7 |
| 2019-05-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -1/+0 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -1/+0 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -0/+2 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -1/+0 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -0/+2 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -2/+0 |
| 2019-05-13 | default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets | Nathan Froyd | -2/+2 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -2/+0 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -1/+0 |
| 2019-05-07 | choose a more specific LLVM target on OS X when necessary | Nathan Froyd | -0/+52 |
| 2019-05-07 | add negative tests for OS X LLVM target changes | Nathan Froyd | -0/+52 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -0/+20 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -13/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -4/+0 |
| 2019-04-18 | Add codegen test that makes sure PGO instrumentation is emitted as expected. | Michael Woerister | -0/+20 |
| 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 |