This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2026-01-12 02:15:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
test
History
Andrew Kelley
001ec07772
Merge pull request
#24249
from antlilja/dwarf-extern-arg
...
Fix compiler crash when passing a comptime extern function arg to a function
2025-08-18 13:25:13 -07:00
..
behavior
Add test for passing extern function to function
2025-08-15 18:29:06 -04:00
c_abi
…
c_import
…
cases
Zcu: don't tell linkers about exports if there are compile errors
2025-08-15 20:00:30 +01:00
incremental
Dwarf: implement comptime-known extern values
2025-08-15 18:29:06 -04:00
link
…
src
fix: print error set members in a consistent order
2025-08-15 07:43:46 +01:00
standalone
Compilation: remove last instance of deprecatedReader
2025-08-16 14:46:20 -07:00
assemble_and_link.zig
…
behavior.zig
…
c_import.zig
…
cases.zig
…
compare_output.zig
…
compile_errors.zig
…
gen_h.zig
…
llvm_ir.zig
…
llvm_targets.zig
…
nvptx.zig
…
run_translated_c.zig
…
stack_traces.zig
…
tests.zig
Revert "Sema: Stop adding Windows implib link inputs for
extern "..."
syntax."
2025-08-06 06:15:13 +02:00
translate_c.zig
…