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
Age
Commit message (
Expand
)
Author
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 autodocs and langref to new API
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
fix aro translate-c building from source
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
2025-07-07
std.fs.File.Writer: implement positional writing
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-07-07
std.zip: work around deprecated API
Andrew Kelley
2025-07-07
std.testing: update to new std.io API
Andrew Kelley
2025-07-07
build runner: restore missing newline
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.zig.llvm.Builder: update format API
Andrew Kelley
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.io.Reader: fix appendRemaining
Andrew Kelley
2025-07-07
std.Build.Cache: write manifest without heap allocating
Andrew Kelley
2025-07-07
std.Build.Step.CheckObject: fix the TODO
Andrew Kelley
2025-07-07
std.io.Reader: finish implementing the unit tests
Andrew Kelley
2025-07-07
std.debug: lil buffer for this guy
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: extra ensure byte
Andrew Kelley
2025-07-07
std.io.Reader: fix fill implementation
Andrew Kelley
2025-07-07
std.mem.byteSwapAllFields: support slices
Andrew Kelley
2025-07-07
std.io.Reader: add doctest for streamDelimiterLimit
Andrew Kelley
2025-07-07
std.fs.File.Writer: fix drain implementation
Andrew Kelley
2025-07-07
std.io.Reader: fix streamDelimiter and streamDelimiterEnding
Andrew Kelley
2025-07-07
std: formatted printing no longer prints type names
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
[prev]
[next]