about summary refs log tree commit diff
path: root/src/test/codegen/repr-transparent-aggregates-1.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-87/+0
2022-12-06Fix failing codegen tests on s390xUlrich Weigand-0/+1
2022-05-25Update some codegen tests for opaque pointersNikita Popov-8/+8
2022-02-25make tests work on noopt builderErik Desjardins-1/+1
2021-10-22Update the minimum external LLVM to 12Josh Stone-1/+0
2021-04-06Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors-8/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-8/+8
2021-02-28Support LLVM 12 in rustcNikita Popov-9/+9
2021-01-13Update code to account for extern ABI requirementMark Rousskov-8/+8
2020-07-01Ignoring test case: [codegen] repr-transparent-aggregates-1.rs for aarch64joacar01-0/+1
2020-06-04test: codegen: skip tests inappropriate for riscv64Tom Eccles-0/+1
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-1/+1
2019-07-15Update transparent aggregate codegen test for byval changesNikita Popov-8/+10
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-9/+50
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-1/+0
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+1
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-1/+0
2018-01-16Implement repr(transparent)Robin Kruppe-0/+53