aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/packed-struct.zig
AgeCommit message (Expand)Author
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-02x86_64: implement aggregate init of a packed structJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-25x86_64: implement struct_field_val for packed containersJacob Young
2023-03-25x86_64: implement struct_field_ptr for packed containersJacob Young
2023-02-23CBE: cleanup field accessJacob Young
2023-01-17llvm: do not offset packed struct field pointers if they have a host sizeVeikka Tuominen
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-30wasm: enable behavior tests for packed structsLuuk de Gram
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-27Sema: Prevent coercion from tuple pointer to mutable slice.InKryption
2022-10-25cbe: implement packed structsJacob Young
2022-10-25cbe: implement 128-bit and fix smaller integer builtinsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-13stage1: Skip new tests that never passed in stage1Cody Tapscott
2022-09-14stage2: sparc64: Skip compile-failing tests for nowKoakuma
2022-09-02stage2 llvm: fix passing packed structs to callconv(.C) functionsVeikka Tuominen
2022-08-28Sema: add missing calls to resolveStructLayoutVeikka Tuominen
2022-08-26Add behavior test coverage for nested packed struct field accessDavid Gonzalez Martin
2022-08-22Sema: allow optional pointers in packed structsVeikka Tuominen
2022-08-01Sema: validate packed struct field typesVeikka Tuominen
2022-07-27LLVM: fix lowering byte-aligned packed struct field pointersAndrew Kelley
2022-07-20disable new behavior test in stage1Andrew Kelley
2022-07-20improve test case from previous commitAndrew Kelley
2022-07-20stage2 llvm: fix handling of pointer fields in packed structsVeikka Tuominen
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