aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/tuple.zig
AgeCommit message (Expand)Author
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
2022-03-09Sema: implement pointer-to-tuple coercion to slice and structAndrew Kelley
2022-03-09Sema: fix generic fn instantiation with anytypeAndrew Kelley
2022-03-09Sema: implement tuple fieldptr and fieldvalAndrew Kelley
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-01Sema: correct implementation of comptimeOnly for tuplesAndrew Kelley
2022-02-28stage2: tuple mul/catVeikka Tuominen
2022-02-12move more behavior tests to the "passing" sectionAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-06stage1: Allow array-like initialization for tuple typesLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley