Path to this page:
Subject: CVS commit: pkgsrc/lang/zig
From: Adam Ciarcinski
Date: 2021-12-21 10:16:26
Message id: 20211221091626.C6C44FAEC@cvs.NetBSD.org
Log Message:
zig: updated to 0.9.0
0.9.0:
Language Changes
Address Spaces
More Builtins Return String Literals
@minimum and @maximum
@select
SIMD
@intToEnum Implicitly Performs @intCast
Shadowing Declarations
Keywords Deleted: true, false, undefined, null
usingnamespace No Longer Affects Identifier Lookup
c_void renamed to anyopaque
Saturating Arithmetic
Compile Errors for Unused Locals
@export with Field Access
Inline Assembly Requires String Literals
@prefetch
Files: