aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/tuple.zig
AgeCommit message (Expand)Author
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
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-04Ast: properly handle sentinel-terminated slices in tupler00ster91
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-11-12llvm: check that tuple fields have runtime bitsVeikka Tuominen
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: fix global access fixJacob Young
2022-08-28Sema: correct one possible value for tuplesVeikka Tuominen
2022-08-24Sema: check one possible value earlier in `zirValidateArrayInit`Veikka Tuominen
2022-07-30Sema: implement coercion from tuples to tuplesVeikka Tuominen
2022-07-30stage2: fix hashing of struct valuesVeikka Tuominen
2022-07-08stage2: Support `@fieldParentPtr` for tuples and anon structsCody Tapscott
2022-07-08stage2: Support `@offsetOf` for tuples and anon structsCody Tapscott
2022-07-08stage2: Support initializing anonymous struct typeCody Tapscott
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-05-29AstGen: improve generated Zir for array init exprsVeikka Tuominen
2022-05-26clean up some behavior testsAndrew Kelley
2022-03-24pass more behaviour testsJakub Konka
2022-03-19wasm: Enable passing testsLuuk de Gram
2022-03-18CBE: add support for tuplesDaniele Cocca
2022-03-18tuple: replace expectEqual() with expect()Daniele Cocca
2022-03-14stage2: rework Value storage of structs and arraysAndrew Kelley
2022-03-10AstGen: structInitExpr and arrayInitExpr avoid crashAndrew Kelley
2022-03-10AstGen: lower anon struct inits differentlyAndrew Kelley