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
/
simple
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-09-26
test: remove -Dskip-translate-c from test-standalone
Alex Rønne Petersen
2025-09-18
test: respect -Dskip-translate-c in test-standalone
Alex Rønne Petersen
2025-09-18
test: remove unnecessary @cImport usage in some standalone tests
Alex Rønne Petersen
2025-09-11
Fix standalone test simple/cat/main.zig after Writergate update (#25188)
Sardorbek Imomaliev
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
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-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-18
test-standalone: migrate from deprecated std.Build APIs
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-07
Turn "simple" standalone test cases into a package
Carl Åstholm
2024-04-07
Move "simple" standalone test cases to a new directory
Carl Åstholm