aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/array.zig
AgeCommit message (Expand)Author
2025-09-20add behavior test: resist alias of explicit copy...Andrew Kelley
2025-08-13sema: strip `@splat` operand result type before checking itDavid Rubin
2025-08-09test: skip tests that were not meant to pass for spirvAli Cheraghi
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-29Sema: remove redundant comptime-known initializer trackingmlugg
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-03-16Sema: correctly handle empty by-ref initializersmlugg
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-10Sema: implement @splat for arraysmlugg
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: implement sub-byte additionDavid Rubin
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: by-value structs + `@min`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-11riscv: big rewrite to use latest livenessDavid Rubin
2024-04-07Sema: support coercing ref to anonymous array init to many-pointerCarl Ã…stholm
2024-04-05spirv: make behavior tests passingAli Chraghi
2024-04-02Sema: fix crash accessing array of opv typesJacob Young
2024-03-29Sema: allow .ptr on pointer to arrayVeikka Tuominen
2024-02-04spirv: update testsRobin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: allow generation of *i0Robin Voetter
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: generate module initializerRobin Voetter
2023-09-23spirv: air array_elem_val using hackRobin 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-06-28behavior: test slicing array of zero-sized valueszooster
2023-06-26AstGen: fix result locations for elements of typed array initmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov