Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://codeberg.org/ziglang/zig synced 2026-03-16 23:21:44 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
xavier 32154fbf0d add a standalone for zig as a c/c++ compiler
2021-05-25 00:42:31 +02:00
..
behavior
behavior tests: re-enable commented out test
2021-05-17 16:09:20 -07:00
src
…
stage1/c_abi
stage1: Widen non byte-sized atomic loads/stores
2021-05-14 15:16:24 -04:00
stage2
stage2: astgen error for return or try in defer block
2021-05-22 20:54:14 -04:00
standalone
add a standalone for zig as a c/c++ compiler
2021-05-25 00:42:31 +02:00
assemble_and_link.zig
…
behavior.zig
move behavior tests from test/stage1/ to test/
2021-04-29 15:54:04 -07:00
cli.zig
std: @import("builtin").StackTrace -> std.builtin.StackTrace
2021-05-17 14:36:51 -07:00
compare_output.zig
…
compile_errors.zig
update langref, compile-error tests, safety tests
2021-05-17 15:25:27 -07:00
gen_h.zig
…
run_translated_c.zig
translate-c: add support for __cleanup__ attribute
2021-05-19 12:12:18 +03:00
runtime_safety.zig
update langref, compile-error tests, safety tests
2021-05-17 15:25:27 -07:00
stack_traces.zig
overhaul elf csu (c-runtime startup) logic
2021-05-23 15:38:57 -04:00
standalone.zig
add a standalone for zig as a c/c++ compiler
2021-05-25 00:42:31 +02:00
tests.zig
standalone tests may now test cross targets and build modes.
2021-05-25 00:19:23 +02:00
translate_c.zig
translate-c: Translate FnDecl's that appear within functions
2021-05-23 15:42:36 +03:00