zig/test
Ben Noordhuis eb6a8e6a3b fix f128 remainder division bug
The modulo operation computed rem(b+rem(a,b), b) which produces -1
for a=1 and b=2.

Switch to a - b * trunc(a/b) which produces the expected result, 1.

closes #1137
2018-06-20 17:37:38 -04:00
..
cases fix f128 remainder division bug 2018-06-20 17:37:38 -04:00
standalone load_dynamic_library test: no need to link libc 2018-06-16 18:54:41 -04:00
assemble_and_link.zig
behavior.zig disable byval 2018-06-16 19:37:00 -04:00
build_examples.zig disable failing macos test. see #1126 2018-06-18 01:09:51 -04:00
compare_output.zig update more tests 2018-06-17 12:33:24 -04:00
compile_errors.zig remove redundant implicit casting code 2018-06-19 18:51:46 -04:00
gen_h.zig fix regressions 2018-06-01 00:17:31 -04:00
runtime_safety.zig @floatToInt now has safety-checked undefined behavior 2018-06-19 16:06:10 -04:00
tests.zig std: update stdlib to match updated allocator create signature; ref #733 2018-06-21 00:40:21 +09:00
translate_c.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00