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-06
drop support for powerpc64 ELF v1
Alex Rønne Petersen
2025-10-05
std.zig.system: add OS checks for QEMU in getExternalExecutor()
Alex Rønne Petersen
2025-10-05
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen
2025-10-05
std.os.linux: add mcontext_t and ucontext_t for hexagon
Alex Rønne Petersen
2025-10-05
std.zig.system: handle or1k in getExternalExecutor()
Alex Rønne Petersen
2025-10-04
Merge pull request #25320 from hkupty/walker2
Ryan Liptak
2025-10-05
std.debug: completely disable FP-based unwinding on mips
Alex Rønne Petersen
2025-10-05
std.debug.SelfInfo.Elf: disable unwinding on mips n32 and x86 x32
Alex Rønne Petersen
2025-10-05
std.Target: baseline model for s390x-zos should be arch10, not arch8
Alex Rønne Petersen
2025-10-04
make freebsd copy_file_range return type signed
rpkak
2025-10-04
Merge pull request #25457 from linusg/more-serenity
Alex Rønne Petersen
2025-10-04
correct ed25519 test case (#25445)
David Rubin
2025-10-03
std.coff: Fix size of ImportHeader.types
Ryan Liptak
2025-10-04
std.debug: consider FP-based unwinding on hexagon and powerpc safe
Alex Rønne Petersen
2025-10-04
std.debug: fix FP-based unwinding on powerpc64
Alex Rønne Petersen
2025-10-03
std.coff: Set default values for ImportHeader sig1/sig2 fields
Ryan Liptak
2025-10-03
std.coff: Add sizeOf function to WeakExternalDefinition
Ryan Liptak
2025-10-03
std.coff: Fix SectionHeader.setAlignment (off by 1)
Ryan Liptak
2025-10-03
Add depth function to `Walker.Entry`
Ryan Liptak
2025-10-03
std.mem: Add `countScalar`
Ryan Liptak
2025-10-03
test: enter after check to preserve depth
Henry Kupty
2025-10-03
test: Include expected depth test
Henry Kupty
2025-10-03
feat: Reintroduce depth
Henry Kupty
2025-10-03
Add SelectiveWalker/walkSelectively and implement Walker in terms of it
Ryan Liptak
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.c: Also make Sigaction flags a c_uint for serenity
Linus Groh
2025-10-03
std.c: Add missing SIG constants for serenity
Linus Groh
2025-10-03
Merge pull request #25430 from jacobly0/x86_64-win
Jacob Young
2025-10-03
std.debug.Dwarf.SelfUnwinder: default some s390x registers to the same-value ...
Alex Rønne Petersen
2025-10-03
std.debug: add s390x-linux unwind support
Alex Rønne Petersen
2025-10-03
std.os.linux: improve the s390x mcontext_t definition
Alex Rønne Petersen
2025-10-03
std.debug: use correct return address offset for s390x
Alex Rønne Petersen
2025-10-02
resinator: Update for std.coff changes
Ryan Liptak
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-10-02
std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchains
Alex Rønne Petersen
2025-10-01
std.debug: add riscv32-linux and riscv64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: add loongarch64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: some adjustments to target handling
Alex Rønne Petersen
2025-10-01
std.debug.SelfInfo: rename Darwin to MachO
Alex Rønne Petersen
2025-10-01
std.debug: don't use SelfInfo.Windows for UEFI
Alex Rønne Petersen
2025-10-01
std.debug: select SelfInfo using ObjectFormat.default()
Alex Rønne Petersen
2025-10-01
resinator: Sync with upstream, fix an alignment problem
Ryan Liptak
2025-09-30
ArrayHashMapWithAllocator: add `sortUnstable` fn alongside `sort`
Ryan Liptak
2025-09-30
add deflate compression, simplify decompression
Kendall Condon
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
Dwarf.Unwind: fix typo
mlugg
2025-09-30
typo
mlugg
2025-09-30
Dwarf.Unwind: handle macOS deviation from standard
mlugg
2025-09-30
std.debug: significantly speed up capturing stack traces
mlugg
2025-09-30
cbe: workaround GCC miscompilation
mlugg
[prev]
[next]