This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
zig
Watch
2
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-06-13 20:24:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a792db2d8b0ea775cb255c31c207c513a45ff01
zig
/
test
T
History
Andrew Kelley
8d9d4a0658
Merge pull request
#4182
from LemonBoy/mjeiorw
...
A bunch of patches
2020-01-15 04:28:54 -05:00
..
src
test harness: show annotated case name when translate-c test fails
2020-01-07 13:40:17 -05:00
stage1
Fix codegen error for some union initializers
2020-01-14 14:57:03 -05:00
stage2
exported main must be pub
2019-12-03 12:50:42 -05:00
standalone
zig fmt and update
extern fn
to
callconv(.C)
2020-01-06 15:34:50 -05:00
assemble_and_link.zig
…
cli.zig
std.fmt.format: tuple parameter instead of var args
2019-12-08 22:53:51 -05:00
compare_output.zig
avoid trying to translate microsoft's stdio.h inline functions
2020-01-01 20:33:07 -05:00
compile_errors.zig
Make sure @export symbol name is not empty
2020-01-14 21:23:11 +01:00
gen_h.zig
remove var args from the language
2019-12-09 15:27:27 -05:00
run_translated_c.zig
Handle forward-declared functions
2020-01-10 16:34:40 -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
fix test-gen-h and test-compile-errors regression
2020-01-05 13:08:18 -05:00
translate_c.zig
Fix unsafe cast in translate_c
2020-01-11 15:51:10 -05:00