COMMITS
/ test/behavior/array.zig January 20, 2022
J
Merge pull request #10638 from Luukdegram/wasm-refactor
Jakub Konka committed
January 18, 2022
J
stage2: fix passing arguments on the stack
Jakub Konka committed
J
stage2: implement airArrayElemVal
Jakub Konka committed
A
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley committed
January 16, 2022
L
wasm: Refactor storing values.
Luuk de Gram committed
January 17, 2022
J
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka committed
January 12, 2022
A
stage2: detection of comptime array literals
Andrew Kelley committed
December 30, 2021
D
CBE; implement airLoad and airStore for arrays (#10452)
drew committed
December 28, 2021
A
Sema: implement array coercion
Andrew Kelley committed
October 22, 2021
A
stage2: more division support
Andrew Kelley committed
October 14, 2021
A
stage2: improve handling of 0-bit types and arrays
Andrew Kelley committed
October 13, 2021
A
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley committed
October 11, 2021
A
stage2: support nested structs and arrays and sret
Andrew Kelley committed
October 7, 2021
A
AstGen: make array literals work like struct literals
Andrew Kelley committed
A
stage2: implement array literal with explicit type
Andrew Kelley committed
October 1, 2021
J
stage2: emit Value.repeated for `**` where the array size is one
Jacob G-W committed
September 30, 2021
G
stage2: implement array_init instruction (#9843)
g-w1 committed
September 14, 2021
A
stage2: add array_to_slice AIR instruction
Andrew Kelley committed
August 20, 2021
A
stage2: field type expressions support referencing locals
Andrew Kelley committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 29, 2021
A
move behavior tests from test/stage1/ to test/
Andrew Kelley committed