Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 22:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
Robin Voetter ccc7f9987d Address spaces: addrspace(A) parsing
The grammar for function prototypes, (global) variable declarations, and
pointer types now accepts an optional addrspace(A) modifier.
2021-09-20 02:29:03 +02:00
..
system
std.os reorg: more fixes caught by CI
2021-09-01 17:54:07 -07:00
Ast.zig
Address spaces: addrspace(A) parsing
2021-09-20 02:29:03 +02:00
c_builtins.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
c_translation.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
cross_target.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
fmt.zig
translate-c: Handle underscore when used as an identifier
2021-07-19 12:56:23 +03:00
parse.zig
Address spaces: addrspace(A) parsing
2021-09-20 02:29:03 +02:00
parser_test.zig
zig fmt: Keep callconv(.Inline) on function pointer types
2021-09-14 11:36:26 +02:00
perf_test.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
render.zig
zig fmt: Keep callconv(.Inline) on function pointer types
2021-09-14 11:36:26 +02:00
string_literal.zig
Update all ensureCapacity calls to the relevant non-deprecated version
2021-09-19 13:52:56 +02:00
system.zig
std.os reorg: more fixes caught by CI
2021-09-01 17:54:07 -07:00
tokenizer.zig
Address spaces: addrspace(A) parsing
2021-09-20 02:29:03 +02:00