summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2019-07-08Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-06-21Stabilize profile-guided optimization.Michael Woerister-2/+2
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-3/+30
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-3/+30
2019-06-17Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJungMazdak Farrokhzad-0/+14
2019-06-15Help LLVM better optimize slice::Iter(Mut)::lenScott McMurray-0/+14
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-2/+2
2019-06-11Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakisMazdak Farrokhzad-2/+2
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-28/+190
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-1/+0
2019-06-08Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...Vadim Petrochenkov-2/+2
2019-06-04improve test indentationlcnr/Bastian Kauschke-2/+2
2019-06-04move intrinsics codegen tests into a seperate folderlcnr/Bastian Kauschke-0/+0
2019-06-03add codegen test for unchecked mathlcnr/Bastian Kauschke-0/+46
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-17/+38
2019-05-28Make test/codegen/pgo-instrumentation.rs work reliably on Windows.Michael Woerister-4/+7
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-1/+0
2019-05-20stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f...Ralf Jung-1/+0
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-0/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-1/+0
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+2
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-2/+0
2019-05-13default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targetsNathan Froyd-2/+2
2019-05-13Remove bitrig support from rustMarcel Hellwig-2/+0
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-1/+0
2019-05-07choose a more specific LLVM target on OS X when necessaryNathan Froyd-0/+52
2019-05-07add negative tests for OS X LLVM target changesNathan Froyd-0/+52
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-0/+20
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-13/+0
2019-04-22Remove double trailing newlinesvarkor-4/+0
2019-04-18Add codegen test that makes sure PGO instrumentation is emitted as expected.Michael Woerister-0/+20
2019-04-04Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddybMazdak Farrokhzad-0/+32
2019-04-03Never return uninhabited values at allJosh Stone-0/+32
2019-04-02Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obkMazdak Farrokhzad-0/+15
2019-03-31Add codegen testAaron Hill-0/+15
2019-03-31Auto merge of #59577 - dlrobertson:fix_58881, r=nagisabors-0/+21
2019-03-31Fix LLVM IR generated for C-variadic argumentsDan Robertson-0/+21
2019-03-31Fix testYuki OKUSHI-1/+1
2019-03-29Use platform dependent mcount functionYuki OKUSHI-0/+7
2019-03-26fix some uses I missedRalf Jung-1/+4
2019-03-22Correct minimum system LLVM version in testsSamuel Holland-4/+4
2019-03-07Fix segfaults in release build C-variadic fnsDan Robertson-0/+19
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+69
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-2/+2
2019-02-24Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichtonbors-0/+12
2019-02-24Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisabors-0/+685
2019-02-23Fix attribute checkgnzlbg-2/+3
2019-02-23Use pattern to match attributesgnzlbg-9/+5
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+15
2019-02-21Fix codegen testMatthew Jasper-2/+2