aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/tuple.zig
AgeCommit message (Expand)Author
2025-11-04codegen: fix tuple paddingJacob Young
2025-10-30aarch64: implement optional comparisonsJacob Young
2025-10-08don't make OPV tuple fields `comptime`xdBronch
2025-10-07don't make anonymous tuple fields referencing `comptime var`s `comptime`xdBronch
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-04-28Sema: fix alignment of runtime field pointer of underaligned tuplemlugg
2025-03-24stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arrPavel Verigo
2025-02-26test: remove dependencies on legacy coercionmlugg
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
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: update testsDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid 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: 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
2024-03-30Sema: rework `@fieldParentPtr` to accept a pointer typeJacob Young
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-02-26Fix tuple default valuesJohn Schmidt
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-04spirv: update testsRobin Voetter
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-03add missing resolveStructFieldInitsxdBronch
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
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-16spirv: fieldParentPtrAli Chraghi
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-10-14codegen/wasm: fix tuple member offset computationXavier Bouchoux
2023-10-03Add behavior test for empty tuple typeIan Johnson
2023-09-23spirv: enable passing testsRobin Voetter
2023-07-28llvm: fix SysV C abi for structs smaller than two eightbytesJacob Young
2023-07-28Sema: don't reorder tuple fieldsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-14Sema: allow indexing tuple and vector pointersmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-15x86_64: implement union_initJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: implement fieldParentPtrJacob Young