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
/
lib
/
compiler
/
std-docs.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-16
std-docs: improve error message on write failure
Isaac Freund
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-07-24
zig std: fix sources.tar generation
Ian Johnson
2025-07-24
zig std: update std.Io.poll API usage
Andrew Kelley
2025-07-22
zig std: update for new tar I/O API
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-30
Fix `zig std` regression FTBFS
Micah Switzer
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-23
fix autodocs regression FTBFS
Andrew Kelley
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-07
fuzzer: share zig to html rendering with autodocs
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-22
std autodocs server: don't trim all URLs
Andrew Kelley
2024-05-21
std-docs: use `open` for macOS.
Jiacai Liu
2024-04-06
zig std accepts --port and --no-open-browser (#19559)
Josh Wolfe
2024-03-28
std-docs: include builtin module in sources.tar
Ian Johnson
2024-03-10
-femit-docs: creating sources.tar
Andrew Kelley
2024-03-10
slightly better error name when wasm compilation fails
Andrew Kelley
2024-03-10
zig std: implement tar format
Andrew Kelley
2024-03-10
zig std: implement sources.tar endpoint
Andrew Kelley
2024-03-10
zig std: use threads for the http server
Andrew Kelley
2024-03-10
zig std: implement serving the wasm binary
Andrew Kelley
2024-03-10
add skeleton of `zig std` command impl
Andrew Kelley