aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/packed-struct.zig
AgeCommit message (Expand)Author
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-21llvm: fix lowering of packed structs with optional pointersVeikka Tuominen
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-13cbe: fix optional codegenJacob Young
2024-02-12x86_64: fix packed loadJacob Young
2024-02-11add behavior test for recently fixed wasm backend bugAndrew Kelley
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-01-29Fix some comptime packed struct issuesSuperAuguste
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-03Remove some `@as` coercions from assertionsCarl Åstholm
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2023-12-04x86_64: fix packed struct field reuseJacob Young
2023-12-01test: test with `-fstrip` and fix failuresJacob Young
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-11-05behavior: enable test passing with x86_64 backendJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-08test: add a pair of cases from bug reportsXavier Bouchoux
2023-10-08codegen/llvm: truncate padding bits when loading a non-byte-sized valueXavier Bouchoux
2023-10-04x86_64: implement 128-bit integer comparisonsJacob Young
2023-10-03codegen: fix byte-aligned field offsets in unaligned nested packed structsXavier Bouchoux
2023-10-03codegen: fix field offsets in packed structsXavier Bouchoux
2023-07-29codegen: fix access to byte-aligned nested packed struct elemsXavier Bouchoux
2023-07-29llvm: partial fix of store undefined to packed result locationXavier Bouchoux
2023-07-26add behavior test for bitcast packed struct twiceAndrew Kelley
2023-06-25x86_64: fix global pointers to packed struct fieldsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
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