summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-optimized-enum.rs
AgeCommit message (Expand)AuthorLines
2017-12-20rustc: do not raise the alignment of optimized enums to the niche's alignment.Eduard-Mihai Burtescu-2/+11
2017-12-18rustc: ensure optimized enums have a properly aligned size.Eduard-Mihai Burtescu-3/+10
2017-11-26make accesses to fields of packed structs unsafeAriel Ben-Yehuda-2/+6
2017-11-19rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N...Eduard-Mihai Burtescu-0/+25