aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/packed-struct.zig
AgeCommit message (Expand)Author
2025-09-05behavior tests: update for new requirementAndrew Kelley
2025-08-28update GenericWriter usage found by test-casesAndrew Kelley
2025-07-29disable more failing testsmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-01x86_64: fix packed struct equalityJacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-23Merge pull request #23256 from xtexx/fix-gh-20113Jacob Young
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-22x86_64: add behavior test for packed storeBingwu Zhang
2025-03-18spirv: packed struct init + field val accessAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-08cbe: fix miscomps of x86_64 backendJacob Young
2024-10-12implement packed struct equality (#21679)David Rubin
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: implement sub-byte additionDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
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