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
Group-Canceled
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
groupAwait
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-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
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
This commit enables fmax and fmin to differentiate between 0.0 and
Koki Ueha
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
coff: add hack to build a compiler-rt dynamic library
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
[prev]
[next]