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
/
std
Age
Commit message (
Expand
)
Author
2025-07-14
std.Io.Reader.appendRemaining: add missing assert
Andrew Kelley
2025-07-14
add adaptToNewApi to std.Io.Reader as well
Andrew Kelley
2025-07-14
std.crypto: fix Sha1 namespace
Andrew Kelley
2025-07-14
fix some llvm ir printer bugs
xdBronch
2025-07-14
Add setsid to std.(c|posix)
Brandon Black
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-13
Add documentation to std.crypto.aes_gcm.AesGcm.encrypt (#24427)
Marcos Gutiérrez Alonso
2025-07-12
std.Io.Reader: encourage inlining hot buffer check
mlugg
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-12
std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.
Alex Rønne Petersen
2025-07-11
std: Fix `Io.Reader.Limited` and add test
mochalins
2025-07-11
std.posix.send: should expect ConnectionRefused
Atlas Yu
2025-07-11
Merge pull request #24394 from ziglang/fixes
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-11
fixed .fixed flush recursion
Anton Serov
2025-07-10
std: add some missing doc comments
Andrew Kelley
2025-07-10
std.debug.print: provide a small buffer
Andrew Kelley
2025-07-10
std.log.defaultLog: provide a small buffer
Andrew Kelley
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
2025-07-10
Merge pull request #24387 from ziglang/std.log.default_level
Andrew Kelley
2025-07-10
Merge pull request #24329 from ziglang/writergate
Andrew Kelley
2025-07-09
std: refactor to use Alignment.of
Andrew Kelley
2025-07-09
std.log: adjust default level for ReleaseSmall to include info
Andrew Kelley
2025-07-10
std: Disable `std.zon parse float` on dynamic x86-linux-musl
Alex Rønne Petersen
2025-07-09
std.io.Writer: remove some unimplemented functions
Andrew Kelley
2025-07-09
std.io.Writer.writeStructEndian: fix packed structs
Andrew Kelley
2025-07-09
std.Build.Cache: remove debugging remnants
Andrew Kelley
2025-07-09
std.fs.File.Writer: fix splat alias bug
Andrew Kelley
2025-07-09
std.io.Writer.writeSplatHeader: fix splat alias bug
Andrew Kelley
2025-07-09
std.io.Writer.writeSplat: simplify and fix
Andrew Kelley
2025-07-09
std.io.Reader: make vtable contract more consistent
Andrew Kelley
2025-07-09
std.io.Reader.peekDelimiterInclusive: simplify and fix
Andrew Kelley
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-09
chicken out and allow ascii string alignment
Andrew Kelley
2025-07-09
std: forbid alignment formatting options sometimes
Andrew Kelley
2025-07-09
std: replace formatInteger with formatNumber
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-08
std.os.freebsd.copy_file_range: add missing error.Unexpected
Andrew Kelley
2025-07-08
std.zig.system.linux: update API usage
Andrew Kelley
2025-07-08
std.fmt: refactor to remove cacheString
Andrew Kelley
2025-07-08
update format strings in os/windows/test.zig
Andrew Kelley
2025-07-08
std: revert big int test to master branch
Andrew Kelley
2025-07-07
std.fs.File.Writer: implement positional writing for Windows
Andrew Kelley
2025-07-07
std.io.Writer.VectorWrapper: fix vtable not being a unique addr
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.Build.Step.CheckObject: mostly revert to master branch
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.io.Reader: fix peekByte
Andrew Kelley
2025-07-07
fix std.io.Writer.VectorWrapper mechanism
Andrew Kelley
2025-07-07
std.Build.Step.Options: fix build failure
Andrew Kelley
[prev]
[next]