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
/
link
/
wasm
/
function-table
Age
Commit message (
Expand
)
Author
2025-02-25
build: add comments explaining why we disable ubsan
David Rubin
2025-02-25
correct some bugs
David Rubin
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
2025-01-15
tests: remove dead code
Andrew Kelley
2025-01-15
test/link/wasm/function-table: delete bad test
Andrew Kelley
2024-12-18
test-link: migrate from deprecated std.Build APIs
mlugg
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-13
lib/std/Build/CheckObject: update all tests to new API
Jakub Konka
2023-11-28
test/link: update wasm linker tests
Luuk de Gram
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-11-03
update linker tests
Luuk de Gram
2023-07-20
check-object: remove wildcard matchers as they are too clunky
Jakub Konka
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable wasm linker tests
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-02
test/link: add test case for function table
Luuk de Gram