index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2025-11-05
zig fmt: fix extra whitespace in StructInit with multiline strings
skewb1k
2025-11-04
codegen: fix tuple padding
Jacob Young
2025-10-31
test: remove some unsupported x86_64 darwin targets from llvm_targets
Alex Rønne Petersen
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
update standalone tests for ws2_32 dependency
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
disable self-hosted wasm test-cases
Andrew Kelley
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
fix some std.Io compilation failures
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
update some tests and tools for new Io APIs
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-26
test: enable tsan standalone test for x86_64-freebsd and aarch64-freebsd
Alex Rønne Petersen
2025-10-25
compiler: avoid using self-hosted backend on x86_64-solaris/illumos
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.x86_64_x32
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-23
test: enable dynamic hexagon-linux-musl with -Dtest-extra-targets
Alex Rønne Petersen
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-10-17
Merge pull request #25609 from alexrp/test-targets
Alex Rønne Petersen
2025-10-17
test: put soft float powerpc targets behind -Dtest-extra-targets
Alex Rønne Petersen
2025-10-17
test: put all n32 and x32 targets behind -Dtest-extra-targets
Alex Rønne Petersen
2025-10-17
test: put all dynamic musl targets behind -Dtest-extra-targets
Alex Rønne Petersen
2025-10-16
test: enable std tests for hexagon
Alex Rønne Petersen
2025-10-16
detect invalid `@bitCast` with arrays
xdBronch
2025-10-15
libc-test: disable utime.c
Alex Rønne Petersen
2025-10-14
windows: workaround kernel race condition in more places
Jacob Young
2025-10-14
Merge pull request #25402 from alexrp/libc-test-ci
Alex Rønne Petersen
2025-10-12
windows: workaround kernel race condition the most
Jacob Young
2025-10-11
windows: workaround kernel race condition even more
Jacob Young
2025-10-11
windows: workaround kernel race condition better
Jacob Young
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-11
test: disable test-link macho on FreeBSD
Alex Rønne Petersen
2025-10-08
build.zig: add -Dtest-default-only option
Andrew Kelley
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-10-07
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
2025-10-07
detect references to `comptime var` in default values and sentinels
xdBronch
2025-10-06
don't pass zero-length `@memset` to the backend
xdBronch
2025-10-06
drop support for powerpc64 ELF v1
Alex Rønne Petersen
2025-10-05
test: disable standalone tsan test
Alex Rønne Petersen
2025-10-04
test: move standalone/options/ to cli/options/
Alex Rønne Petersen
2025-10-04
Revert "test: remove standalone options test"
Alex Rønne Petersen
2025-10-04
test: remove standalone sigpipe test
Alex Rønne Petersen
2025-10-04
test: remove standalone options test
Alex Rønne Petersen
2025-10-04
test: remove standalone issue_13970 test
Alex Rønne Petersen
[next]