zig/test
Vexu adc5bce5e8
translate-c: correct translation of global variables
* externs with intializers are translated as exports
* non extern without explicit initialization are zero initalized
2020-08-20 10:08:27 +03:00
..
src std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
stage1 disallow '_' prong when switching on non-exhaustive tagged union 2020-08-17 20:47:31 +03:00
stage2 optimize the memory layout of Module.Fn and Module.Var 2020-08-19 17:52:22 -07:00
standalone Revert "Support taking extern pointers at comptime" 2020-07-24 14:06:44 -07:00
assemble_and_link.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
cli.zig Add 'no changes' test to zig fmt cli test 2020-06-20 22:21:23 -07:00
compare_output.zig test & docs fixups to work with new semantics 2020-03-19 09:53:55 -04:00
compile_errors.zig Merge pull request #5495 from xackus/fix_5314 2020-08-18 23:55:44 +03:00
gen_h.zig @OpaqueType -> @Type(.Opaque) 2020-04-28 00:02:13 -06:00
run_translated_c.zig translate-c: add return if one is needed 2020-08-13 18:40:14 +03:00
runtime_safety.zig stage1: add missing runtime safety for @intCast unsigned -> signed of same bit count 2020-07-05 17:58:21 +02:00
stack_traces.zig update docs/tests for async/extern fn removal 2020-05-05 10:31:32 -06:00
standalone.zig Revert "Support taking extern pointers at comptime" 2020-07-24 14:06:44 -07:00
tests.zig add behavior tests fro macro translations 2020-07-16 17:10:52 +03:00
translate_c.zig translate-c: correct translation of global variables 2020-08-20 10:08:27 +03:00