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
/
src
Age
Commit message (
Expand
)
Author
2025-10-29
disable self-hosted wasm test-cases
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-25
compiler: avoid using self-hosted backend on x86_64-solaris/illumos
Alex Rønne Petersen
2025-10-14
Merge pull request #25402 from alexrp/libc-test-ci
Alex Rønne Petersen
2025-10-01
libc-test: set a 1.6G max_rss for each test case
Alex Rønne Petersen
2025-10-01
test: don't run error/stack trace tests on self-hosted on BSDs
Alex Rønne Petersen
2025-09-30
std.debug.SelfInfo: mark ARM unwinding as unsupported
mlugg
2025-09-30
test-error-traces: skip some more optimized traces
mlugg
2025-09-30
test-stack-traces: fix on x86-windows
mlugg
2025-09-30
test-stack-traces: don't try to strip unwind tables on x86-windows
mlugg
2025-09-30
tests: split up and enhance stack trace tests
mlugg
2025-09-24
delete all the translate-c tests
Andrew Kelley
2025-09-24
Integrate libc-test cases into the build system
rpkak
2025-09-22
compiler: don't use self-hosted backend on any BSD yet
alexrp
2025-09-20
Merge pull request #25298 from ziglang/SegmentedList-orphaned-again
Andrew Kelley
2025-09-19
std.Build.Step.Run: Enable passing (generated) file content as args
Justus Klausecker
2025-09-19
std: delete SegmentedList again
Andrew Kelley
2025-09-18
test: skip dumpCurrentStackTrace test on architectures with no unwind support
Alex Rønne Petersen
2025-09-16
test: delete old stage1 compile_errors tests
Alex Rønne Petersen
2025-09-16
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
Alex Rønne Petersen
2025-09-16
test: remove test-compare-output and test-asm-link tests
Alex Rønne Petersen
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-15
fix: print error set members in a consistent order
Will Lillis
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-02
build: add -Dskip-compile-errors option
Alex Rønne Petersen
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-24
Revert "disable -fno-llvm -target wasm32-wasi testing"
Pavel Verigo
2025-07-19
disable -fno-llvm -target wasm32-wasi testing
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-03
test: Respect various test skip options in test-cases
Alex Rønne Petersen
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-12
test-stack-traces: correct expected object file name
Jacob Young
2025-06-06
restore debug llvm CI coverage
Andrew Kelley
2025-06-01
cases: include dirname in case names
mlugg
2025-05-13
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
test: Add test-llvm-ir step and harness for testing generated LLVM IR.
Alex Rønne Petersen
2025-05-12
test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.
Alex Rønne Petersen
2025-04-27
test: Configure emit_asm/emit_bin correctly for some targets in llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Allow cases to set emit_asm (defaults to false).
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
[next]