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
Alex Rønne Petersen 7cae6b8fa7
test: Skip *-windows-msvc + libc module tests on non-Windows.
We can't provide MSVC libc when cross-compiling (yet?).
2025-05-29 15:35:30 +02:00
..
behavior
x86_64: implement strict float @reduce(.Max)
2025-05-28 15:10:22 -04:00
c_abi
wasm-c-abi: llvm fix struct handling + reorganize
2025-05-01 18:10:36 -04:00
c_import
…
cases
x86_64: implement integer @reduce(.Max)
2025-05-28 15:10:22 -04:00
incremental
Zcu: fix nav_ty dependency on nav_val
2025-05-25 05:50:26 +01:00
link
…
src
Merge pull request #21882 from alexrp/compiler-fixes
2025-05-13 10:42:05 +02:00
standalone
test-cli: port build options test to new build system API
2025-05-20 23:02:51 -04:00
assemble_and_link.zig
…
behavior.zig
…
c_import.zig
…
cases.zig
…
compare_output.zig
…
compile_errors.zig
compiler: refactor Zcu.File and path representation
2025-05-18 17:37:02 +01:00
gen_h.zig
…
llvm_ir.zig
test: Add some basic LLVM IR tests for atomics, volatile, and allowzero.
2025-05-12 17:07:50 +02:00
llvm_targets.zig
test: Remove some nonsensical NetBSD targets from llvm_targets.
2025-05-17 04:41:26 +02:00
nvptx.zig
…
run_translated_c.zig
…
stack_traces.zig
…
tests.zig
test: Skip *-windows-msvc + libc module tests on non-Windows.
2025-05-29 15:35:30 +02:00
translate_c.zig
…