COMMITS
/ test/behavior/basic.zig January 18, 2022
A
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley committed
November 2, 2021
T
C backend: Improve lowering of Zig types to C types
Thomas Ives committed
October 30, 2021
E
C backend: implement signed trunc
Emily Bellows committed
October 29, 2021
A
C backend: implement trunc for unsigned non-pow2 ints
Andrew Kelley committed
A
C backend: implement trunc instruction
Andrew Kelley committed
October 27, 2021
A
stage2: implement runtime pointer access to global constants
Andrew Kelley committed
October 22, 2021
A
stage2: fix Decl addrspace being undefined
Andrew Kelley committed
October 16, 2021
A
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley committed
October 15, 2021
A
stage2: LLVM backend: implement `wrap_optional` AIR
Andrew Kelley committed
October 14, 2021
A
move behavior tests that are passing for stage2
Andrew Kelley committed
A
stage2: implement opaque declarations
Andrew Kelley committed
September 25, 2021
A
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley committed
August 22, 2021
J
stage2: move array mult test from basic.zig to misc.zig!
Jacob G-W committed
J
add string concat test to basic.zig from misc.zig!
Jacob G-W committed
August 5, 2021
A
stage2: implement generic function memoization
Andrew Kelley committed
A
stage2: std.mem.eql works now
Andrew Kelley committed
August 2, 2021
A
move some behavior tests to the "passing for stage2" section
Andrew Kelley committed
August 1, 2021
A
stage2: implement `@truncate`
Andrew Kelley committed
A
Sema: implement comptime variables
Andrew Kelley committed