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