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-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
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-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
std.debug.SelfInfo: mark ARM unwinding as unsupported
mlugg
2025-09-30
typo
mlugg
2025-09-30
std: clarify cpu_context register order rationale
mlugg
2025-09-30
std.debug: cap total stack trace frames
mlugg
2025-09-30
std.debug: don't assume return address register is defined if not specified
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
mlugg
2025-09-30
ElfModule: fix assertion failure
mlugg
2025-09-30
std: don't get CPU context when using CBE targeting MSVC
mlugg
2025-09-30
std.posix.abort: only trigger breakpoint on Windows if being debugged
mlugg
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std: work around crash parsing LLVM PDB
mlugg
2025-09-30
std.debug: fix typo
mlugg
2025-09-30
update to new std.debug changes
mlugg
[prev]
[next]