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
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
2025-06-17
std.Build: introduce `ConfigHeader.getOutputDir`, small refactor
mlugg
2025-06-17
Build.Cache.Path: fix `resolvePosix` empty `sub_path`
mlugg
2025-06-17
Merge pull request #24188 from mlugg/intfromfloat-safety
Matthew Lugg
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-15
std: disable test on LLVM (#24191)
mlugg
2025-06-15
big.int: implement float conversions
Jacob Young
2025-06-15
Merge pull request #24168 from mlugg/relative-paths
Alex Rønne Petersen
2025-06-13
llvm.ir: fix subrange version
Jacob Young
2025-06-13
bail when failing to parse `error`
xdBronch
2025-06-13
std.Build.Step.Run: convert relative paths to be relative to child cwd
mlugg
2025-06-12
Merge pull request #24124 from mlugg/better-backend-pipeline-2
Andrew Kelley
2025-06-12
Allow more operators on bool vectors (#24131)
Daniel Kongsgaard
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-10
Merge pull request #24031 from ypsvlq/master
Alex Rønne Petersen
2025-06-09
std.Build.Step.Run: add addDecoratedDirectoryArg function
Andrew Kelley
2025-06-08
std.fmt.parseFloat: fix hex-float negative inf
Marc Tiehuis
[next]