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-10-17
std.os.linux: replace usize/isize in arch bits with fixed types for clarity
Alex Rønne Petersen
2025-10-17
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen
2025-10-16
std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purpose
Alex Rønne Petersen
2025-10-16
std.os.linux: remove some pointless asm clobbers in naked fns
Alex Rønne Petersen
2025-10-16
Merge pull request #25569 from alexrp/std-debug-sparc
Alex Rønne Petersen
2025-10-15
Faster BLAKE3 implementation (#25574)
Frank Denis
2025-10-15
std.debug: FP-based unwinding is ideal on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: fix return addresses being off on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: use the SP as the initial FP on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: work around latest SPARC register window not being spilled on signal
Alex Rønne Petersen
2025-10-15
std.debug: the SPARC stack bias is only used on the 64-bit ABI
Alex Rønne Petersen
2025-10-15
std.debug: rename some constants for clarity
Alex Rønne Petersen
2025-10-15
std.debug: fix an invalid read in StackIterator.next()
Alex Rønne Petersen
2025-10-15
std.debug.Dwarf: add SPARC register number mappings
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context: add sparc*-linux context conversion support
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context.Sparc: flush register windows in current()
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context: add Sparc context
Alex Rønne Petersen
2025-10-15
std.debug: flush SPARC register windows from a new window
Alex Rønne Petersen
2025-10-15
std.debug.SelfInfo.Elf: don't support DWARF unwinding for Hexagon and PowerPC
Alex Rønne Petersen
2025-10-15
std.os.windows.CONTEXT: add sp field to getRegs() result for x86
Alex Rønne Petersen
2025-10-15
Merge pull request #25572 from alexrp/libcxx-backports
Alex Rønne Petersen
2025-10-14
libunwind: backport llvm/llvm-project#152942
Alex Rønne Petersen
2025-10-14
std.os.linux.sparc64: use icc instead of xcc in asm clobbers
Alex Rønne Petersen
2025-10-14
libcxx: backport llvm/llvm-project#155786
Alex Rønne Petersen
2025-10-14
libcxx: backport llvm/llvm-project#147389
Alex Rønne Petersen
2025-10-14
libcxx: backport llvm/llvm-project#155476
Alex Rønne Petersen
2025-10-14
std.crypto: add AES-CCM and CBC-MAC (#25526)
aarvay
2025-10-12
std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...
Alex Rønne Petersen
2025-10-12
musl: avoid r0 as address register in s390x __tls_get_offset
Alex Rønne Petersen
2025-10-11
std.ArrayList: swapRemove set removed element to undefined (#25514)
Fri3dNstuff
2025-10-11
std.posix: panic on unexpected error in `munmap`
mlugg
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-10
Merge pull request #25495 from kcbanner/fixup_translate_c
Andrew Kelley
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-10-10
Dir.realpathW: remove redundant buffer/copy
Ryan Liptak
2025-10-10
std.debug.Dwarf.SelfUnwinder: assume same-value rule by default for all columns
Alex Rønne Petersen
2025-10-10
Merge pull request #25516 from alexrp/std-debug
Alex Rønne Petersen
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-09
std.crypto.tls.Client: fix infinite loop in std.Io.Writer.writeAll
marximimus
2025-10-09
std.fs.File.Reader.seekTo: fix one more logical position bug
Andrew Kelley
2025-10-09
std.debug: fix FP unwinding for LoongArch
Alex Rønne Petersen
2025-10-09
std.debug: fix SelfInfo default for freestanding ELF targets
Alex Rønne Petersen
2025-10-09
std.os.linux: define PROT.SEM for xtensa
Alex Rønne Petersen
2025-10-09
std.os.linux: remove dead/wrong msghdr definitions in some arch bits
Alex Rønne Petersen
2025-10-09
std.debug: fix incorrect FP unwinding on RISC-V and SPARC
mlugg
2025-10-09
- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...
kcbanner
2025-10-09
Merge pull request #25512 from ziglang/sendfile-fixes
Andrew Kelley
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
[next]