zig/test
Andrew Kelley dc28526c6c
translate-c: improve support of integer casting
Widening and truncating integer casting to different signedness
works better now. For example `(unsigned long)-1` is now translated
to zig code that compiles correctly.
2020-01-01 18:10:43 -05:00
..
stage1 Merge pull request #3683 from Vexu/atomic-float 2019-12-30 19:19:05 -05:00
stage2 exported main must be pub 2019-12-03 12:50:42 -05:00
standalone load dynamic library test: update API usage code 2019-12-10 12:48:10 -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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
compile_errors.zig Merge pull request #3683 from Vexu/atomic-float 2019-12-30 19:19:05 -05:00
gen_h.zig remove var args from the language 2019-12-09 15:27:27 -05:00
runtime_safety.zig fix safety for sentinel-slicing floats 2019-12-20 18:28:59 -05:00
stack_traces.zig update stack traces tests 2019-12-12 19:43:04 -05:00
standalone.zig improve dynamic library API 2019-12-10 12:28:28 -05:00
tests.zig use self hosted translate-c for cimports 2019-12-29 11:04:45 +02:00
translate_c.zig translate-c: improve support of integer casting 2020-01-01 18:10:43 -05:00