aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/array.zig
AgeCommit message (Expand)Author
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-04-22clean up behavior testsAndrew Kelley
2022-04-22C backend: Fix array declarationsAnnika L
2022-03-24pass more behaviour testsJakub Konka
2022-03-23stage2: enable some passing array & vector testsWilliam Sengir
2022-03-23stage2: make zero-sized array not cause recursive type definitionWilliam Sengir
2022-03-19wasm: Enable passing testsLuuk de Gram
2022-03-18stage2 ARM: implement slice_elem_ptr, ptr_elem_ptrjoachimschmidt557
2022-03-17Merge pull request #11192 from joachimschmidt557/stage2-armJoachim Schmidt
2022-03-16CBE: better handling of sentineled slices/arraysDaniele Cocca
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-11Sema: fix resolution of inferred error setsAndrew Kelley
2022-03-11stage2: Array len field should be a usize not comptime_intMitchell Hashimoto
2022-03-09Sema: implement pointer to tuple to pointer to array coercionAndrew Kelley
2022-03-08stage2 ARM: implement ptr_add, ptr_sub for all element sizesjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-02codegen: handle elem_ptr when lowering to memoryJakub Konka
2022-03-02Sema: detect comptime-known union initializationsAndrew Kelley
2022-03-01Merge pull request #11016 from ziglang/x64-more-codegenJakub Konka
2022-02-28Sema: fix pointer type hash and equality functionsAndrew Kelley
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: implement slice and array_to_slicejoachimschmidt557
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-02-22Port more behavior testsJakub Konka
2022-02-18x64: implement array_elem_val when array is stored in memoryJakub Konka
2022-02-18x64: implement array_elem_val when array fits in registerJakub Konka
2022-02-16x64: fix ptr_addJakub Konka
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12organize behavior testsAndrew Kelley
2022-01-20Merge pull request #10638 from Luukdegram/wasm-refactorJakub Konka
2022-01-19stage2: fix passing arguments on the stackJakub Konka
2022-01-19wasm: Refactor storing values.Luuk de Gram
2022-01-18stage2: implement airArrayElemValJakub Konka
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-17stage2: return error.SkipZigTest in unsupported behavior testsJakub Konka
2022-01-13stage2: detection of comptime array literalsAndrew Kelley
2021-12-30CBE; implement airLoad and airStore for arrays (#10452)drew
2021-12-27Sema: implement array coercionAndrew Kelley
2021-10-21stage2: more division supportAndrew Kelley
2021-10-13stage2: improve handling of 0-bit types and arraysAndrew Kelley
2021-10-12stage2: fix comptime stores and sentinel-terminated arraysAndrew Kelley
2021-10-11stage2: support nested structs and arrays and sretAndrew Kelley
2021-10-07AstGen: make array literals work like struct literalsAndrew Kelley
2021-10-07stage2: implement array literal with explicit typeAndrew Kelley
2021-10-01stage2: emit Value.repeated for `**` where the array size is oneJacob G-W
2021-09-30stage2: implement array_init instruction (#9843)g-w1
2021-09-13stage2: add array_to_slice AIR instructionAndrew Kelley
2021-08-20stage2: field type expressions support referencing localsAndrew Kelley