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
/
macho
/
stack_size
Age
Commit message (
Expand
)
Author
2024-01-24
test/link/macho: test stacksize option
Jakub Konka
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-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-20
check-object: remove wildcard matchers as they are too clunky
Jakub Konka
2023-07-13
linker tests: add missing dependOn calls for CheckObject steps
kcbanner
2023-06-13
Remove CheckObjectStep.runAndCompare (#15973)
Zapolsky Anton
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
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
2022-10-18
test/link: remove redundant dependOn statements
Luuk de Gram
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-08-17
link-test: refactor and reorg
Jakub Konka
2022-07-23
Use `EmulatableRunStep` for MachO linker tests
Luuk de Gram
2022-06-23
link-tests: rename check() to checkStart()
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-21
link-tests: move macho tests to subfolder
Jakub Konka