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 06:42:48 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc2dfef0a22dba646c87fd94ff421fa85fd79493
zig
/
std
/
special
T
History
Andrew Kelley
2b395d4ede
remove @minValue,@maxValue; add std.math.minInt,maxInt
...
closes
#1466
closes
#1476
2018-10-26 15:01:51 -04:00
..
compiler_rt
remove @minValue,@maxValue; add std.math.minInt,maxInt
2018-10-26 15:01:51 -04:00
init-exe
Solve the return type ambiguity (
#1628
)
2018-10-15 09:51:15 -04:00
init-lib
remove
zig build --init
. add
zig init-lib
and
zig init-exe
2018-09-17 17:11:18 -04:00
bootstrap_lib.zig
support building static libraries
2018-10-09 13:15:14 -04:00
bootstrap.zig
std/special/bootstrap: inline some functions to improve stack traces
2018-10-09 13:16:50 -04:00
build_runner.zig
Solve the return type ambiguity (
#1628
)
2018-10-15 09:51:15 -04:00
builtin.zig
remove @minValue,@maxValue; add std.math.minInt,maxInt
2018-10-26 15:01:51 -04:00
panic.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
test_runner.zig
rename error.skip to error.SkipZigTest
2018-07-21 23:43:43 -04:00