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
/
build.zig
Age
Commit message (
Expand
)
Author
2022-10-19
build: added unwind_tables to LibExeObjStep
LordMZTE
2022-10-12
improve header searchlist handling in build, main
Michael Dusan
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-27
make `runPkgConfig` pub
Lee Cannon
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-08-22
build system: add flag for -fstack-protector
Andrew Kelley
2022-08-21
std: fix EmulatableRunStep
Luuk de Gram
2022-08-20
test/link: add wasm linker-test for archives
Luuk de Gram
2022-08-18
std.build: Fix typo in `LibExeObjStep.runEmulatable`'s assertion
Sage Hane
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-23
Share logic between EmulatableRunStep & RunStep
Luuk de Gram
2022-07-23
rename:RunCompareStep -> EmulatableRunStep
Luuk de Gram
2022-07-23
RunCompareStep: implement new step
Luuk de Gram
2022-07-22
cli: support --gc-sections and --no-gc-sections for Zig sources
Jakub Konka
2022-07-20
build.zig: teach `--compress-debug-sections`
Motiejus Jakštys
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-07-11
use std.log for logging
Mikko Kaihlavirta
2022-06-28
build: handle weakly imported libs and frameworks
Jakub Konka
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-21
link-tests: add CheckMachOStep
Jakub Konka
2022-06-20
link-tests: test pagezero_size option for macho
Jakub Konka
2022-06-08
std.build: Expose `-z norelro` and `-z lazy`
Isaac Freund
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-26
Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)
Hanna
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-05-09
stdlib: escape backslashes and double quotes in Builder response file
Evan Haas
2022-05-07
Merge pull request #11592 from ziglang/stage3-macos-linker
Andrew Kelley
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-05
CI: add non-LLVM backends to the test matrix
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-28
Revert "Merge pull request #11214 from iddev5/ay-build-runner"
Andrew Kelley
2022-04-28
std.build: fix dll-export-fns API
Andrew Kelley
2022-04-28
Merge pull request #11214 from iddev5/ay-build-runner
Veikka Tuominen
2022-04-28
std.build: make no_dll_export_fns accessible in build step
Erik Hugne
2022-04-19
build system: add -fstage1/-fno-stage1 to `zig build`
Andrew Kelley
2022-04-15
std.build: add test for issue 10381
iddev5
2022-04-12
std.build: Fix transitive linkSystemLibraryName() dependencies
Isaac Freund
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-21
Sema: dummy implementation of `@errorReturnTrace`
Andrew Kelley
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
[next]