This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-04-30 14:52:41 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d0dff6498d7d4fa8b7eb229579aaf54729338e7
zig
/
lib
/
std
/
zig
T
History
Jacob G-W
5d94e754f4
fmt:
fix
#8974
...
also add a regression test
2021-06-04 10:49:05 +03: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
make "gnu" (mingw-w64) the default C ABI on Windows
2021-05-24 00:13:54 -04:00
fmt.zig
std.zig.fmt escaped string formatting recognizes single quote style
2021-02-27 00:27:53 -07:00
parse.zig
update comments to match changes to the formal grammar
2021-05-27 21:03:49 -04:00
parser_test.zig
fmt:
fix
#8974
2021-06-04 10:49:05 +03:00
perf_test.zig
std: modernize zig parser perf test
2021-04-06 22:34:48 -07:00
render.zig
fmt:
fix
#8974
2021-06-04 10:49:05 +03:00
string_literal.zig
stage1: rework tokenizer to match stage2
2021-05-28 12:58:40 -07:00
system.zig
Merge pull request
#8667
from sagehane/nixos
2021-05-19 03:28:12 -04:00
tokenizer.zig
stage2: disallow
1.e9
and
0x1.p9
as float literals
2021-05-31 19:51:11 +00:00