aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
AgeCommit message (Expand)Author
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
2022-12-26Sema: add missing `resolveLazyValue` casesJacob Young
2022-12-25Sema: fix missing struct layout for llvm backendJacob Young
2022-12-18codegen: fix taking the address of a zero-bit field in a zero-bit structJacob Young
2022-12-18llvm: fix lowering pointer to final zero-width field of a comptime valueJacob Young
2022-12-18Revert "llvm: fix lowering pointer to final zero-width field of a comptime va...Andrew Kelley
2022-12-18llvm: fix lowering pointer to final zero-width field of a comptime valueJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-03cbe: fix zero-bit struct field pointerJacob Young
2022-12-03Merge pull request #13748 from jacobly0/c-unalignedAndrew Kelley
2022-12-02cbe: use memcpy for underaligned loads and storesJacob Young
2022-12-03Sema: do not forcibly canonicalize unresolved pointer element typeVeikka Tuominen
2022-11-30wasm: enable behavior tests for packed structsLuuk de Gram
2022-11-11llvm: correct calculation of index of zero-bit fieldVeikka Tuominen
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25cbe: implement packed structsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25cbe: implement aggregate_init of structJacob Young
2022-10-25cbe: fix global access fixJacob Young
2022-10-25cbe: fix global accessJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-20Sema: check pointer qualifiers before implicit castVeikka Tuominen
2022-09-14stage2: sparc64: Skip compile-failing tests for nowKoakuma