Nikita Popov
55f345f325
Support LLVM 12 in rustc
2021-02-28 10:19:44 +01:00
Mazdak Farrokhzad
93efe41b4e
stabilize transparent_enums
2020-01-20 11:18:05 +01:00
Michael Bradshaw
dac1c6a731
Implement RFC 2645 (transparent enums and unions)
...
Tracking issue: #60405
2019-06-10 22:07:24 -07:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Simon Sapin
e2aef92c19
Stabilize #[repr(transparent)]
...
Tracking issue FCP: https://github.com/rust-lang/rust/issues/43036#issuecomment-394094318
Reference PR: https://github.com/rust-lang-nursery/reference/pull/353
2018-06-12 06:49:07 +02:00
James Cowgill
fb806fd9db
test: fix repr-transparent-aggregates test on mips64
...
Since #47964 was merged, 64-bit mips started passing all structures
using 64-bit chunks regardless of their contents. The
repr-transparent-aggregates tests needs updating to cope with this.
2018-03-09 10:21:30 +00:00