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
/
standalone
Age
Commit message (
Expand
)
Author
2025-09-17
Merge pull request #25197 from rootbeer/24380-flaky-sigset-test
Andrew Kelley
2025-09-16
test: move glibc_compat from link to standalone tests
Alex Rønne Petersen
2025-09-16
test: rename issue_8550 standalone test to compile_asm
Alex Rønne Petersen
2025-09-11
Fix standalone test simple/cat/main.zig after Writergate update (#25188)
Sardorbek Imomaliev
2025-09-09
standalone posix tests for sigaction
Pat Tullmann
2025-09-09
standalone posix tests for relative path linking
Pat Tullmann
2025-09-09
standalone posix test for env vars
Pat Tullmann
2025-09-09
standalone posix test for current working directory
Pat Tullmann
2025-09-09
standalone posix tests: add skeleton
Pat Tullmann
2025-08-30
child process test: preemptively use streaming mode
Andrew Kelley
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-15
disable failing test on windows
Andrew Kelley
2025-08-14
test: enable tsan test for x86_64-netbsd
Alex Rønne Petersen
2025-08-13
Merge pull request #24734 from Rexicon226/tsan-fix
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
test: add a standalone test for compiling tsan
David Rubin
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-08-03
Merge pull request #24562 from h57624paen/fix-win-spawn-double-normalize
Alex Rønne Petersen
2025-07-28
build: fix error in standalone test when using `--release`
Ivan
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-26
child_process standalone test: Test spawning a path with leading ..
Ryan Liptak
2025-07-26
std.process.Child: fix double path normalization in spawnWindows
lumanetic
2025-07-25
Merge pull request #23340 from castholm/pass-null-to-b-dependency
Andrew Kelley
2025-07-21
objcopy: delete most of it
Andrew Kelley
2025-07-20
Support passing `std.zig.BuildId` to `b.dependency()`
Carl Åstholm
2025-07-20
Support passing enum slices to `b.dependency()`
Carl Åstholm
2025-07-20
Coerce slice-like arguments passed to `b.dependency()`
Carl Åstholm
2025-07-20
Support passing null to `b.dependency()`
Carl Åstholm
2025-07-20
Add standalone test case for passing options to dependencies
Carl Åstholm
2025-07-20
Update test build.zig.zon files to conform to the new manifest rules
Carl Åstholm
2025-07-16
zig fmt
Andrew Kelley
2025-07-16
test: actually build the tools!
Alex Rønne Petersen
2025-07-15
update dump-cov for alignment and writergate changes
dweiller
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-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-07-01
test: Disable stack_iterator test on riscv64-linux
Alex Rønne Petersen
2025-07-01
test: Only run coff_dwarf test on aarch64, x86, x86_64
Alex Rønne Petersen
2025-06-20
Merge pull request #24227 from mlugg/misc-build-stuff
Matthew Lugg
2025-06-20
standalone: add accidentally-excluded test
mlugg
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-18
std.Build.Step.Run: prefix relative path arguments with './'
mlugg
2025-06-17
Merge pull request #24205 from mlugg/misc-build-stuff
Matthew Lugg
[next]