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-24 07:03:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley 0bb054e5e7
Merge pull request #930 from zig-lang/float-printing
Finish and fix float printing
2018-04-28 22:43:52 -04:00
..
cases
Merge pull request #930 from zig-lang/float-printing
2018-04-28 22:43:52 -04:00
standalone
add test for addIncludeDir for test step
2018-03-17 18:19:23 -04:00
assemble_and_link.zig
syntax: functions require return type. remove ->
2018-01-25 04:10:11 -05:00
behavior.zig
std.math.ln and std.math.exp use float strict mode
2018-04-15 15:22:27 -04:00
build_examples.zig
add test for addIncludeDir for test step
2018-03-17 18:19:23 -04:00
compare_output.zig
fix broken tests from previous commit
2018-03-06 16:46:45 -05:00
compile_errors.zig
.ReturnType and @ArgType now emits errors on unresolved types
2018-04-28 17:17:48 +02:00
gen_h.zig
Fix OpqaueType usage in exported c functions
2018-03-23 20:27:11 +13:00
runtime_safety.zig
fix invalid codegen for error return traces across suspend points
2018-03-24 22:07:12 -04:00
tests.zig
Fixed test build code
2018-04-16 04:06:00 +03:00
translate_c.zig
Translate C now correctly converts ints, floats, ptrs and enums to bools
2018-03-08 15:34:00 +01:00