about summary refs log tree commit diff
path: root/src/test/codegen/repr-transparent-aggregates-2.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-90/+0
2022-07-27Update codegen test for opaque pointersNikita Popov-8/+8
2021-10-22Update the minimum external LLVM to 12Josh Stone-1/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-02-28Support LLVM 12 in rustcNikita Popov-8/+10
2020-06-04test: codegen: skip tests inappropriate for riscv64Tom Eccles-0/+1
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+1
- Compatible with Emscripten 1.38.46-upstream or later upstream. - Refactors the Emscripten target spec to share code with other wasm targets. - Replaces the old incorrect wasm32 C call ABI with the correct one, preserving the old one as wasm32_bindgen_compat for wasm-bindgen compatibility. - Updates the varargs ABI used by Emscripten and deletes the old one. - Removes the obsolete wasm32-experimental-emscripten target. - Uses EMCC_CFLAGS on CI to avoid the timeout problems with #63649.
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, ↵Tyler Mandry-1/+2
r=alexcrichton" This reverts commit 7870050796e5904a0fc85ecbe6fa6dde1cfe0c91, reversing changes made to 2e7244807a7878f6eca3eb7d97ae9b413aa49014.
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-2/+1
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-9/+49
Tracking issue: #60405
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-0/+3
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-1/+0
Tracking issue FCP: https://github.com/rust-lang/rust/issues/43036#issuecomment-394094318 Reference PR: https://github.com/rust-lang-nursery/reference/pull/353
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+2
2018-03-09test: fix repr-transparent-aggregates test on mips64James Cowgill-0/+1
Since #47964 was merged, 64-bit mips started passing all structures using 64-bit chunks regardless of their contents. The repr-transparent-aggregates tests needs updating to cope with this.
2018-01-16Implement repr(transparent)Robin Kruppe-0/+54