zig/test
LemonBoy fe4ef7b461
Fix comptime float-int comparisons
Closes #4259
2020-01-29 16:37:55 -05:00
..
src test harness: show annotated case name when translate-c test fails 2020-01-07 13:40:17 -05:00
stage1 Fix comptime float-int comparisons 2020-01-29 16:37:55 -05:00
stage2 exported main must be pub 2019-12-03 12:50:42 -05:00
standalone zig fmt and update `extern fn` to `callconv(.C)` 2020-01-06 15:34:50 -05:00
assemble_and_link.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
cli.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
compare_output.zig avoid trying to translate microsoft's stdio.h inline functions 2020-01-01 20:33:07 -05:00
compile_errors.zig fix more compile error test regressions 2020-01-28 14:17:25 -05:00
gen_h.zig remove var args from the language 2019-12-09 15:27:27 -05:00
run_translated_c.zig Handle forward-declared functions 2020-01-10 16:34:40 -05:00
runtime_safety.zig fix safety for sentinel-slicing floats 2019-12-20 18:28:59 -05:00
stack_traces.zig Adjust tests & work around a nasty ICE 2020-01-21 23:17:02 +01:00
standalone.zig improve dynamic library API 2019-12-10 12:28:28 -05:00
tests.zig fix regression in windows stack traces tty detection 2020-01-26 18:28:52 -05:00
translate_c.zig translate-c: Handle fn protos wrapped in parenthesis 2020-01-29 12:06:53 -05:00