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-09-26
std.builtin: sort VaList prongs a bit
Alex Rønne Petersen
2025-09-26
std.builtin: define VaList as `struct { __ap: *anyopaque }` for Arm per AAPCS
Alex Rønne Petersen
2025-09-26
Merge pull request #25342 from ziglang/fuzz-limit
Andrew Kelley
2025-09-26
Merge pull request #25351 from ziglang/chomp
Andrew Kelley
2025-09-25
web ui: fix not sending initial context sometimes
Andrew Kelley
2025-09-25
fuzzing: fix off-by-one in limit count
Andrew Kelley
2025-09-25
Merge pull request #24497 from ziglang/aro-translate-c
Andrew Kelley
2025-09-25
std.mem: add cutLast and cutScalarLast
Andrew Kelley
2025-09-25
std.mem: rename all "index of" functions
Andrew Kelley
2025-09-25
std.mem: add cut and cutScalar and example usage
Andrew Kelley
2025-09-25
std.mem: rename chomp to cut
Andrew Kelley
2025-09-25
std.mem: introduce chompPrefix and chompSuffix
Andrew Kelley
2025-09-25
implement review suggestions
Loris Cro
2025-09-25
std.Thread: disable test on armeb in addition to thumbeb
Alex Rønne Petersen
2025-09-24
resinator: work around error VARARGS not implemented for this compiler
Andrew Kelley
2025-09-24
improve impl of `__floorh`, `__floorx`, `__ceilh` and `__ceilx`
Zhenming-Lin
2025-09-24
resinator: fix compile errors
Andrew Kelley
2025-09-24
update aro & translate-c
Veikka Tuominen
2025-09-24
aro: update
Andrew Kelley
2025-09-24
zig fmt
Andrew Kelley
2025-09-24
aro: fix dep file logic
Andrew Kelley
2025-09-24
std.Build.Cache: clarify parameter is sub path, not basename
Andrew Kelley
2025-09-24
translate-c: update for array list defaults
Andrew Kelley
2025-09-24
fix rebase conflicts
Andrew Kelley
2025-09-24
aro: avoid BoundedArray
Andrew Kelley
2025-09-24
update aro and translate-c sources
Veikka Tuominen
2025-09-24
resinator: Update for latest aro
Ryan Liptak
2025-09-24
simplify diagnostics
Andrew Kelley
2025-09-24
delete enough aro to make it compile
Andrew Kelley
2025-09-24
move translate-c helpers
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-25
Merge pull request #25231 from taylordotfish/bugfix/ppc-restore_rt
Alex Rønne Petersen
2025-09-24
optimize std.mem.swap
rpkak
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-23
Don't specify clobbers in `restore_rt`
taylor.fish
2025-09-23
Fix PowerPC `restore_rt`
taylor.fish
2025-09-24
std: always allow spawning processes when an env map is explicitly provided (...
Carter Snook
2025-09-24
use copy_file_range syscall on linux
rpkak
2025-09-24
glibc: guard inet-fortified.h
Kyle Schwarz
2025-09-24
Fix PowerPC syscalls causing invalid code from CBE
taylor.fish
2025-09-23
forbid trivial local address returned from functions (#25333)
Andrew Kelley
2025-09-22
std.pie: fix register constraint in getDynamicSymbol() for s390x (#25327)
Alex Rønne Petersen
2025-09-22
Merge pull request #25324 from alexrp/freebsd
Alex Rønne Petersen
2025-09-22
std.posix: remove bogus assert that SIGRTMAX < NSIG
alexrp
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-21
Merge pull request #25302 from ziglang/growCapacity
Andrew Kelley
2025-09-20
allow some test cases to regress
Andrew Kelley
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
frontend: replace elem_val_node with elem_ptr_load
Andrew Kelley
2025-09-20
std.Progress: avoid problematic catch syntax
Andrew Kelley
[prev]
[next]