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-07
compiler: upgrade various std.io API usage
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
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-07-07
std.c: Use __sigemptyset14 for sigemptyset on NetBSD
Alex Rønne Petersen
2025-07-07
std.posix.accept: add WSAENOTSOCK
jaune
2025-07-04
start: Only issue fninit for x86(_64)-windows
Alex Rønne Petersen
2025-07-03
std.posix.getsockopt: set option length correctly
Brandon Black
2025-07-01
std.crypto.salsa20: Disable some tests on RISC-V with vector support
Alex Rønne Petersen
2025-07-01
std.bit_set: Disable IntegerBitSet decltest on RISC-V with vector support
Alex Rønne Petersen
2025-07-01
std.zig.system.linux: Add detection for some extra RISC-V CPUs
Alex Rønne Petersen
2025-07-01
std.os.linux: Define ucontext_t and mcontext_t for RISC-V
Alex Rønne Petersen
2025-06-30
std.Build.Step.CheckObject: Truncate st_other before interpreting it
Alex Rønne Petersen
2025-06-30
std.simd: Increase branch quota in suggestVectorLengthForCpu()
Alex Rønne Petersen
2025-06-24
c.darwin: define MSG for macos (#24224)
Dacheng
2025-06-24
Merge pull request #24238 from taylordotfish/bugfix/ppc64le-syscall
Alex Rønne Petersen
2025-06-23
lib/std/fs/test.zig: Some filesystems support 8 EiB files
Pat Tullmann
2025-06-23
std.Build.Watch: key fanotify file descriptors by mount id
Kevin Boulain
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-23
std.mem.byteSwapAllFields: support untagged unions
Ali Cheraghi
2025-06-22
Update 32-bit PowerPC syscall functions
taylor.fish
2025-06-21
Fix illegal behavior from syscalls on powerpc64le
taylor.fish
2025-06-20
Merge pull request #24227 from mlugg/misc-build-stuff
Matthew Lugg
2025-06-20
Merge pull request #23464 from rootbeer/futex-casts
Alex Rønne Petersen
2025-06-20
std.Build.Step.Run: pass correct relative cache dir to tests
mlugg
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-18
linux: futex v2 API updates
Pat Tullmann
2025-06-18
std.Build.Step.Run: prefix relative path arguments with './'
mlugg
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
[next]