about summary refs log tree commit diff
path: root/src/test/codegen/align-struct.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-71/+0
2022-05-25Update some codegen tests for opaque pointersNikita Popov-3/+2
2022-05-09fix codegen test failureRalf Jung-1/+1
2021-08-04Remove 0-sized paddings from field loyout tests.Hans Kratz-5/+5
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2020-05-16Disable MIR optimization for alignment codegen testsDylan MacKenzie-1/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-24Rely only on base alignment and offset for computing field alignmentColin Pronovost-0/+10
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-1/+2
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-2/+1
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-3/+0
2017-12-26rustc: don't use union layouts for tagged union enums.Eduard-Mihai Burtescu-2/+3
2017-12-15rustc_trans: approximate ABI alignment for padding/union fillers.Eduard-Mihai Burtescu-0/+20
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-2/+0
2017-05-01Add simple `[repr(align)]` codegen test.Cameron Hart-0/+57