aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
AgeCommit message (Expand)Author
2025-09-20add behavior test: avoid unused field function body compile errorAndrew Kelley
2025-09-20disable failing stage2_aarch64 behavior testsAndrew Kelley
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-08-29LLVM backend:fix align 1 sret parameter load returnedAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-09test: skip tests that were not meant to pass for spirvAli Cheraghi
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
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-03Legalize: handle packed semanticsJacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-04-28test: skip "struct fields get automatically reordered" for spirv64 backendAli Cheraghi
2025-04-11Merge pull request #23061 from pavelverigo/stage2-wasm-miscAndrew Kelley
2025-04-05x86_64: fix incorrect handling of unreusable operandsJacob Young
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-18spirv: packed struct init + field val accessAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-18compiler: implement `@FieldType`mlugg
2024-09-12riscv: implement `optional_payload_ptr_set`David Rubin
2024-09-01riscv: implement `errunion_payload_ptr_set`David Rubin
2024-08-29behavior: avoid field/decl name conflictsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: airAsm rewriteDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: update testsDavid Rubin
2024-07-26riscv: implement sub-byte additionDavid Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David 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: implement optional logicDavid Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: by-value structs + `@min`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young