aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/array.zig
AgeCommit message (Expand)Author
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
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