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 14:23:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
chwayne 755eeb7be0
zig fmt: Fix performance issue with nested arrays (#10224)
* Remove double recursive call in renderArrayInit
* Preserve an empty line before a comment line

Fixes #10194
2021-11-26 23:02:09 -05:00
..
system
macos: do not trigger CLT installation popup when using zig cc
2021-11-26 18:09:14 +01:00
Ast.zig
parse.zig: report error for extern fn with body
2021-10-26 20:12:28 -04:00
c_builtins.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
c_translation.zig
translate-c: Allow negative denominator in remainder (%) operator
2021-11-20 13:52:07 -05:00
cross_target.zig
zig cc: honor all -m and -mno- CPU feature flags
2021-11-26 19:59:33 -07:00
fmt.zig
translate-c: Handle underscore when used as an identifier
2021-07-19 12:56:23 +03:00
parse.zig
parse.zig: report error for extern fn with body
2021-10-26 20:12:28 -04:00
parser_test.zig
zig fmt: fix formatting for single-line containers with comments
2021-11-24 18:45:09 -08:00
perf_test.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
render.zig
zig fmt: Fix performance issue with nested arrays (#10224)
2021-11-26 23:02:09 -05: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.system: fix slice bounds in preadMin()
2021-11-26 14:35:46 -08:00
tokenizer.zig
sat-arithmetic: add additional tokenizer tests
2021-09-28 17:03:43 -07:00