about summary refs log tree commit diff
path: root/src/test/codegen/repr-transparent-aggregates-2.rs
AgeCommit message (Expand)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
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
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+2
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
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
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
2018-01-16Implement repr(transparent)Robin Kruppe-0/+54