about summary refs log tree commit diff
path: root/src/test/run-pass/enum-alignment.rs
AgeCommit message (Expand)AuthorLines
2013-04-29test: Fix tests.Patrick Walton-1/+4
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-13Represent enums with regular structs; no more alignment-breaking casts.Jed Davis-0/+26