aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/packed-struct.zig
AgeCommit message (Expand)Author
2022-06-10Sema: introduce bitSizeAdvanced to recursively resolve typesAndrew Kelley
2022-06-09update packed struct behavior tests to new language semanticsAndrew Kelley
2022-06-07stage2: packed struct fixes for big-endian targetsAndrew Kelley
2022-06-07stage2: better codegen for byte-aligned packed struct fieldsAndrew Kelley
2022-05-25mark some more behavior tests as passingAndrew Kelley
2022-04-09stage1: Additional fix for packed structsIgor Stojkovic
2022-03-26stage1: Fix packed structs (#2627, #10104)Igor Stojkovic