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
/
test
/
standalone
/
stack_iterator
Age
Commit message (
Expand
)
Author
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-21
objcopy: delete most of it
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-01
test: Disable stack_iterator test on riscv64-linux
Alex Rønne Petersen
2025-06-06
x86_64: fix switch dispatch bug
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2024-12-18
test-standalone: migrate from deprecated std.Build APIs
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-29
defaultPanic: @trap on 'other' target
Pat Tullmann
2024-09-19
test: Disable `shared_lib_unwind` on `x86_64-macos`.
Alex Rønne Petersen
2024-08-08
std.debug.Dwarf: fix loading external debuginfo in the ".debuglink" case.
Xavier Bouchoux
2024-07-23
Default std.posix.system.ucontext_t is void
Pat Tullmann
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-03-14
chore: Fix some typos
Ahmed
2024-01-01
fix stack_iterator test build script
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-19
test: update remaining code to fix 'var is never mutated' errors
mlugg
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-20
test: disable omit_frame_pointer unwinding tests on aarch64-macos
kcbanner
2023-07-20
dwarf: add explicit_fde_offset to support more optimal __unwind_info dwarf lo...
kcbanner
2023-07-20
compilation: pass omit_frame_pointer through to builtin.zig
kcbanner