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
Group-Canceled
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
groupAwait
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
3 days
Fix a few standalone tests on Windows
Ryan Liptak
3 days
Skip posix-specific standalone test on Windows
Ryan Liptak
3 days
Delete test_symlink in standalone/posix, it's fully redundant
Ryan Liptak
3 days
test-incremental: ignore .swp files
Andrew Kelley
3 days
build: make test-incremental respect -Dtest-filter
Andrew Kelley
3 days
disable self-hosted aarch64 tests
Andrew Kelley
6 days
fix the guess number game example
Andrew Kelley
6 days
test-cases: disable self-hosted aarch64 backend coverage
Andrew Kelley
6 days
update test cases
Andrew Kelley
6 days
std: add changing cur dir back
Andrew Kelley
6 days
update test API usage
Andrew Kelley
6 days
test-incremental: respect the wine, qemu, etc build flags
Andrew Kelley
6 days
test-standalone: fix most compilation errors
Andrew Kelley
6 days
update test-link to new std.Io API
Andrew Kelley
6 days
update remaining calls to std.Io.Threaded.init
Andrew Kelley
6 days
update more "realpath" callsites
Andrew Kelley
6 days
update all incremental tests to new std API
Andrew Kelley
6 days
std: consolidate all instances of std.Io.Threaded into a singleton
Andrew Kelley
6 days
fix "hello world"
Andrew Kelley
6 days
std: rename makeDir to createDir for consistency with createFile
Andrew Kelley
6 days
compiler: update various code to new fs API
Andrew Kelley
6 days
std.heap.DebugAllocator: never detect TTY config
Andrew Kelley
6 days
fix a handful of compilation errors related to std.fs migration
Andrew Kelley
6 days
update makeDir() sites to specify permissions
Andrew Kelley
6 days
update std.process.Child.run occurences to use io
Andrew Kelley
6 days
tests: close() -> close(io)
Andrew Kelley
6 days
test: std.fs.File -> std.Io.File
Andrew Kelley
10 days
change placeholder pattern in deduplicated type errors
Prokop Randáček
2025-12-16
test: fix up c3ee8078b475e74772ad8a05f13869ce1a2c1128
Alex Rønne Petersen
2025-12-16
test: remove some nonsensical openbsd targets from llvm_targets
Alex Rønne Petersen
2025-12-16
test: skip `bitcast nan float does not modify signaling bit` on powerpc
Alex Rønne Petersen
2025-12-16
test: skip some C ABI vector tests on powerpc
Alex Rønne Petersen
2025-12-16
test: limit `invalid_tail_call` to x86_64-linux
Alex Rønne Petersen
2025-12-16
test: disable an error trace test on optimized powerpc64le
Alex Rønne Petersen
2025-12-14
Linux: Nuke `Stat` bits in favour of statx
Stephen Gregoratto
2025-12-08
sema: remove special case check in `is_non_err`
pentuppup
2025-12-07
stage2_wasm: revival, enabling tests
Pavel Verigo
2025-12-07
sema: fix error_return_trace_index handling in zirCondBr
Pavel Verigo
2025-12-06
detect `comptime var` references in asm input/output and improve errors
pentuppup
2025-12-06
Merge pull request 'Remove things deprecated during the 0.15 release cycle' (...
mlugg
2025-12-04
build: adjust max_rss on a per-CI-host basis
Alex Rønne Petersen
2025-12-04
build: add -Dskip-spirv and -Dskip-wasm options
Alex Rønne Petersen
2025-11-29
Return a `usize` from `@abs` if given an `isize`
fn ⌃ ⌥
2025-11-29
Sema: initialize OPV comptime allocs correctly
Matthew Lugg
2025-11-27
std: Remove a handful of things deprecated during the 0.15 release cycle
Linus Groh
2025-11-27
x86_64: fix abi of a struct that partially fits in registers
Jacob Young
2025-11-24
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak
2025-11-23
Merge pull request #23733 from alichraghi/bp
Matthew Lugg
2025-11-23
test: disable `coff_dwarf` on FreeBSD
Alex Rønne Petersen
2025-11-22
all: replace all `@Type` usages
Ali Cheraghi
[next]