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-05-28 03:25:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0ed602d5d9358128471588f00a073f2545809fa
zig
/
test
T
History
Matthew Lugg
f01f1e33c9
Merge pull request
#22754
from mlugg/files-and-stuff
...
ZON and incremental bits
2025-02-05 12:17:13 +00:00
..
behavior
compiler,std: implement ZON support
2025-02-03 09:14:37 +00:00
c_abi
…
c_import
…
cases
Merge pull request
#22754
from mlugg/files-and-stuff
2025-02-05 12:17:13 +00:00
incremental
incremental: add ZON test
2025-02-04 16:20:30 +00:00
link
std.Build: add
addLibrary
function (
#22554
)
2025-01-22 02:29:21 +00:00
src
compiler,std: implement ZON support
2025-02-03 09:14:37 +00:00
standalone
std.Build: add
addLibrary
function (
#22554
)
2025-01-22 02:29:21 +00:00
assemble_and_link.zig
…
behavior.zig
x86_64: testing
2025-01-16 20:42:08 -05:00
c_import.zig
…
cases.zig
…
compare_output.zig
…
compile_errors.zig
AstGen: improve error for invalid bytes in strings and comments
2025-02-05 11:10:11 +02:00
gen_h.zig
…
llvm_targets.zig
std.Target: Remove Os.Tag.bridgeos.
2024-12-03 20:43:15 +01:00
nvptx.zig
test: Set emit_bin=false for all nvptx tests.
2024-11-24 22:11:17 +01:00
run_translated_c.zig
…
stack_traces.zig
tests: enable stack trace tests for x86_64-selfhosted
2025-01-23 23:22:13 +00:00
tests.zig
build: respect -Duse-llvm option when doing behavior tests
2025-01-15 15:11:36 -08:00
translate_c.zig
…