zig/test
Andrew Kelley 28bf768883 export _mh_execute_header with weak linkage
* also fix extern variables with initialiaztion values to generate runtime code
 * remove the workaround in example/shared_library/mathtest.zig
 * introduce the ability for global variables to have Weak and LinkOnce
   linkage
 * fix `@export` to work for non-functions. this code needs to be
   audited though.
 * fix comptime ptrcast not keeping bigger alignment
 * fix linker warnings when targeting darwin

closes #1903
2019-02-18 16:47:30 -05:00
..
stage1 export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
stage2
standalone std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
assemble_and_link.zig
build_examples.zig
cli.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
compare_output.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
compile_errors.zig Check for duped error messages in compile tests 2019-02-17 15:33:28 -08:00
gen_h.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
runtime_safety.zig runtime safety check for casting null to pointer 2019-02-14 01:09:33 -05:00
tests.zig pull request fixups 2019-02-18 13:05:26 -05:00
translate_c.zig Translate parameterless C functions (#1978) 2019-02-18 10:26:45 -05:00