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 2026-02-06 14:37:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley 0d117bb0a9 fix wrong value for clz, ctz at compile time
closes #418

also make clz, ctz return smaller integer bit widths
and use smaller integer bit widths for enum tag types
2017-08-17 17:14:35 -04:00
..
cases
fix wrong value for clz, ctz at compile time
2017-08-17 17:14:35 -04:00
standalone
zig build: allow calling b.standardReleaseOptions...
2017-05-09 21:20:09 -04:00
assemble_and_link.zig
@import("builtin") instead of @compileVar
2017-05-01 13:12:38 -04:00
behavior.zig
allow trailing commas
2017-06-17 10:34:51 -04:00
build_examples.zig
basic support for specifying packages at the command line
2017-05-01 16:35:10 -04:00
compare_output.zig
rename @ptrcast to @ptrCast to follow convention
2017-04-21 10:39:13 -04:00
compile_errors.zig
more intuitive left shift and right shift operators
2017-08-09 10:09:38 -04:00
debug_safety.zig
more intuitive left shift and right shift operators
2017-08-09 10:09:38 -04:00
parseh.zig
parseh: fix not recognizing integer suffixes on hex numbers
2017-06-16 14:34:38 -04:00
tests.zig
const global values can reference each other
2017-05-27 00:54:14 -04:00