zig/test/stage1
Andrew Kelley 3ee9d06cbd
packed structs support comptime bitcasting
* `type_size_store` is no longer a thing. loading and storing a pointer
   to a value may dereference up to `@sizeOf(T)` bytes, even for
   integers such as `u24`.
 * fix `types_have_same_zig_comptime_repr` to not think that the
   same `ZigTypeId` means the `ConstExprValue` neccesarily has the
   same representation.
 * implement `buf_write_value_bytes` and `buf_read_value_bytes` for
   `ContainerLayoutPacked`

closes #1120
2019-02-20 22:40:41 -05:00
..
behavior packed structs support comptime bitcasting 2019-02-20 22:40:41 -05:00
c_abi std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
behavior.zig packed structs support comptime bitcasting 2019-02-20 22:40:41 -05:00