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-28 17:13:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
Isaac Freund 5b850d5c92
Run zig fmt on src/ and lib/std/
This replaces callconv(.Inline) with the more idiomatic inline keyword.
2021-05-20 17:14:18 +02:00
..
system
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
ast.zig
zig fmt: replace callconv(.Inline) with the inline keyword
2021-05-20 17:13:47 +02:00
cross_target.zig
Add experimental Darling support for cross testing macOS
2021-05-13 20:31:33 +02:00
fmt.zig
std.zig.fmt escaped string formatting recognizes single quote style
2021-02-27 00:27:53 -07:00
parse.zig
Merge pull request #8611 from shachaf/precedence
2021-05-13 17:40:03 -04:00
parser_test.zig
zig fmt: replace callconv(.Inline) with the inline keyword
2021-05-20 17:13:47 +02:00
perf_test.zig
std: modernize zig parser perf test
2021-04-06 22:34:48 -07:00
render.zig
zig fmt: replace callconv(.Inline) with the inline keyword
2021-05-20 17:13:47 +02:00
string_literal.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
system.zig
Merge pull request #8667 from sagehane/nixos
2021-05-19 03:28:12 -04:00
tokenizer.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00