zig/test
Andrew Kelley 0d006afb23 Merge pull request #10834 from ziglang/fix-x86-i128-c-abi
stage1: fix x86 i128 C ABI for extern structs
2022-02-11 12:14:32 -07:00
..
behavior stage2: do not interpret identifier containing underscores (eg: u3_2) as int primitive type 2022-02-02 21:17:25 -07:00
src std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
stage1/c_abi Merge pull request #10834 from ziglang/fix-x86-i128-c-abi 2022-02-11 12:14:32 -07:00
stage2 Merge pull request #10769 from ziglang/link-lib-fixes 2022-02-02 22:10:59 -07:00
standalone Merge pull request #10587 from xxxbxxx/master 2022-02-02 21:10:05 -07:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
cases.zig stage2: clean up tests 2021-12-15 17:28:48 +01:00
cli.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
compare_output.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
compile_errors.zig stage1: remove the "referenced here" error note 2022-02-02 21:22:57 -07:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
run_translated_c.zig std: Allow mem.zeroes to work at comptime with extern union 2022-02-07 12:23:56 -07:00
runtime_safety.zig fix unused variable errors in runtime safety test cases 2021-06-23 10:44:46 -07:00
stack_traces.zig overhaul elf csu (c-runtime startup) logic 2021-05-23 15:38:57 -04:00
standalone.zig update glibc start files to 2.34 2021-12-15 14:30:03 -07:00
tests.zig glibc: fix inconsistency of powerpc ABI mapping 2021-12-16 03:01:13 -07:00
translate_c.zig translate-c: Fix issues translating macro define of hex float constant 2022-02-02 21:15:15 -07:00