aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
AgeCommit message (Expand)Author
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-25type: handle the 0-length array case in abiSizeAdvancedkcbanner
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-08-11Sema: avoid deleting runtime side-effects in comptime initializersJacob Young
2023-08-09AstGen: handle `ty` result location for struct and array init correctlymlugg
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-10Sema: resolve field type layout for anon struct type infoIan Johnson
2023-06-30Unrevert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-30Remerge pull request #15995 from mlugg/fix/union-field-ptr-alignJacob Young
2023-06-30Sema: copy pointer alignment to struct field pointersmlugg
2023-06-29Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"Jacob Young
2023-06-29Revert "Sema: preserve extern struct field alignment"Jacob Young
2023-06-28Sema: preserve extern struct field alignmentAlex Kladov
2023-06-26Merge pull request #15771 from jacobly0/x86_64-behaviorjacobly0
2023-06-25x86_64: truncate packed field valueJacob Young
2023-06-25x86_64: fix global pointers to packed struct fieldsJacob Young
2023-06-25x86_64: fix packed store crashJacob Young
2023-06-25Sema: copy pointer alignment to struct field pointersmlugg
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-15x86_64: implement union_initJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-03x86_64: implement fieldParentPtrJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-16x86_64: implement packed load and storeJacob Young
2023-04-03x86_64: fix typosJacob Young
2023-04-02x86_64: implement large cmpJacob 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-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-21behavior: enable passing CBE testsJacob Young
2023-02-19add test coverage for fixed bug. closes #5497Andrew Kelley
2023-01-22Sema: resolve fields before checking tuple lenVeikka Tuominen
2023-01-16Sema: automatically optimize order of struct fieldsVeikka Tuominen
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-27Merge pull request #14084 from joachimschmidt557/stage2-aarch64Jakub Konka
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-27llvm: add asserts and behavior tests for #14063Jacob Young