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
juice
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
std.Io.Threaded-groups-2
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-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
compiler-rt: Implement __clear_cache() for mips-netbsd
Alex Rønne Petersen
2025-07-07
compiler-rt: Export __emutls_get_address for OpenHarmony
Alex Rønne Petersen
2025-07-07
std.posix.accept: add WSAENOTSOCK
jaune
2025-07-05
Merge pull request #24335 from kada49/common-impl-libc-floor
Alex Rønne Petersen
2025-07-04
start: Only issue fninit for x86(_64)-windows
Alex Rønne Petersen
2025-07-04
delete superfluous assembly libc floor implementations
David Senoner
2025-07-04
delete superfluous libc floor implementations
David Senoner
2025-07-03
std.posix.getsockopt: set option length correctly
Brandon Black
2025-07-02
Merge pull request #24302 from alexrp/riscv
Alex Rønne Petersen
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
Fix `zig std` regression FTBFS
Micah Switzer
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-30
libunwind: Fix return type of DwarfFDECache<A>::findFDE()
Alex Rønne Petersen
2025-06-29
zig rc: Fix include directory detection when cross-compiling from certain hos...
Alex Rønne Petersen
2025-06-28
resinator: Fix include directory detection when cross-compiling from certain ...
Ryan Liptak
2025-06-28
resinator: Only preprocess when the input is an .rc file
Ryan Liptak
2025-06-28
riscv64: enable test summary printing
Bingwu Zhang
2025-06-27
compiler: test runner: fix tests never fails on crippled architectures
Bingwu Zhang
2025-06-25
fix `zig libc` FTBFS
Andrew Kelley
2025-06-24
add glibc versioning for a number of headers (#24237)
Marc
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
[next]