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-21
test: disable `big simd vector` C ABI test on s390x
Alex Rønne Petersen
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-19
test: enable C ABI tests on s390x-linux
Alex Rønne Petersen
2025-11-19
test: disable a bunch of failing C ABI tests on s390x
Alex Rønne Petersen
2025-11-19
test: disable C ABI tests using i128 on s390x due to an LLVM crash
Alex Rønne Petersen
2025-11-19
test: disable test-link on big-endian hosts
Alex Rønne Petersen
2025-11-19
test: remove complex arithmetic testing from `c_compiler` standalone test
Alex Rønne Petersen
2025-11-19
test: disable an error trace test on optimized s390x-linux
Alex Rønne Petersen
2025-11-19
test: fix glibc_compat test for s390x which does not have local atexit
Alex Rønne Petersen
2025-11-19
compiler: don't use self-hosted backends on big-endian hosts
Alex Rønne Petersen
2025-11-17
replace @panic with b.addFail in standalone test build.zig
Tobias Simetsreiter
2025-11-16
Merge pull request #25929 from alexrp/maccatalyst
Alex Rønne Petersen
2025-11-16
Dedupe types when printing error messages
Prokop Randáček
2025-11-16
improve assembly error test coverage
xdBronch
2025-11-15
test: enable module tests for maccatalyst targets
Alex Rønne Petersen
2025-11-15
build: change -Dskip-macos to -Dskip-darwin and make it cover all darwin OSs
Alex Rønne Petersen
2025-11-14
Sema: fix illegal multi level pointer coercions
Justus Klausecker
2025-11-14
std.Build: don't force all children to inherit color option
Matthew Lugg
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-13
fix 'redundant comptime keyword' error source location and add tests
xdBronch
2025-11-12
Merge pull request #25772 from mlugg/kill-dead-code
Matthew Lugg
2025-11-12
std.Target: remove Abi.cygnus
Alex Rønne Petersen
2025-11-12
Sema: fix inline fn compiler crash (#25586)
So1aric
2025-11-12
cbe: work around some miscompilations
Matthew Lugg
2025-11-12
behavior: disable test on cbe
Matthew Lugg
2025-11-10
sema: print @panic message at comptime
xdBronch
2025-11-10
std.zig.AstGen: properly handle grouped_expression
Mateusz Poliwczak
2025-11-08
Let CRT take care of the entry point for wWinMain if libc is linked
Ryan Liptak
2025-11-07
Merge pull request #25158 from castholm/subsystem
Ryan Liptak
2025-11-07
sema: disallow slices of opaque types
xdBronch
2025-11-05
zig fmt: fix extra whitespace in StructInit with multiline strings
skewb1k
2025-11-05
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm
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
[next]