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
/
coff_dwarf
Age
Commit message (
Expand
)
Author
2025-10-29
update some tests and tools for new Io APIs
Andrew Kelley
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
test-standalone: update for std.debug changes
mlugg
2025-07-01
test: Only run coff_dwarf test on aarch64, x86, x86_64
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-10-21
coff: fix incorrect default `image_base` values and re-enable shared library ...
kcbanner
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-07
update coff_dwarf standalone test to new API
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-05-05
Build: cleanup
Jacob Young
2024-01-01
disable standalone coff_dwarf test on aarch64-windows
Andrew Kelley
2023-07-30
Rebase + two fixes.
Felix "xq" Queißner
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-20
test: add a test for dwarf embedded in coff
kcbanner