Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-03-12 06:09:39 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Will Lillis 953355ebea
fix: error on non-exhaustive enums with zero width backing type (#21374)
Co-authored-by: WillLillis <wlillis@umass.edu>
2025-02-02 03:36:16 +00:00
..
behavior
Merge pull request #22672 from jacobly0/x86_64-rewrite
2025-02-01 14:32:43 -08:00
c_abi
…
c_import
…
cases
fix: error on non-exhaustive enums with zero width backing type (#21374)
2025-02-02 03:36:16 +00:00
incremental
Merge pull request #22602 from mlugg/incr-embedfile
2025-01-26 01:41:56 +00:00
link
std.Build: add addLibrary function (#22554)
2025-01-22 02:29:21 +00:00
src
Merge pull request #22581 from jacobly0/x86_64-rewrite
2025-01-25 07:30:45 -08: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
…
gen_h.zig
…
llvm_targets.zig
…
nvptx.zig
…
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
…