about summary refs log tree commit diff
path: root/src/test/codegen/union-abi.rs
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-20Fix invalid bitcast taking bool out of a union represented as a scalarOlivier Goffart-0/+6
As reported in https://github.com/rust-lang/rust/pull/54668#issuecomment-440186476
2018-11-14Remove extern and some return value as an attempt to make the test pass on ↵Olivier Goffart-7/+7
more platforms
2018-11-13Forward the ABI of the non-zero sized fields of an union if they have the ↵Olivier Goffart-0/+80
same ABI This is supposed to fix the performence regression of using MaybeUninit in https://github.com/rust-lang/rust/pull/54668