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
/
src
/
main.zig
Age
Commit message (
Expand
)
Author
2022-06-29
clang: add Zig equivalent for -headerpad_max_install_names cli flag
Jakub Konka
2022-06-28
clang: update cmdline options to include weak libs and frameworks
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-06-28
cli: typo `--needed_library` should be `-needed_library` on macos
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
cli: let the linker resolve libs into dynamic and static
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
zld: ignore -search_paths_first
Motiejus Jakštys
2022-06-20
macho: -pagezero_size is always in hex
Jakub Konka
2022-06-20
macho: round down pagezero size to page size
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-16
[elf] understand -no-pie
Motiejus Jakštys
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
2022-06-08
linker: Enable full RELRO by default
Isaac Freund
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-15
x64: remove verbose_mir functionality
Jakub Konka
2022-05-13
zig fmt: make --exclude ignore missing dirs
Kirk Scheibelhut
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-04
CLI: detect MinGW-flavored static libraries
Andrew Kelley
2022-05-01
zig build: use CacheMode.whole for build_runner.zig
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
build system: add -fstage1/-fno-stage1 to `zig build`
Andrew Kelley
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2022-04-18
stage2: avoid binary bloat from GeneralPurposeAllocator
Andrew Kelley
2022-04-18
Merge pull request #11024 from topolarity/wasi-stage2
Jakub Konka
2022-04-18
stage2: Initialize WASI preopens on startup
Cody Tapscott
2022-04-18
Support `--subsystem=x` instead of `--subsystem,x`
Wojtek Mach
2022-04-06
zig cc: support --subsystem linker flag
Wojtek Mach
2022-03-25
zig fmt: Add `--exclude` argument to skip dir/file
Cody Tapscott
2022-03-22
Revert "ignore target lib dirs when invoked with -feach-lib-rpath"
Jakub Konka
2022-03-22
ignore target lib dirs when invoked with -feach-lib-rpath
Jan200101
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-17
Don't strip by default in cc or c++
Steven Fackler
2022-03-05
fix regression in `zig run` runtime arguments
Stephen Gutekanst
2022-03-05
Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""
Stephen Gutekanst
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-02-28
zig cc: special handling of /dev/null
Andrew Kelley
2022-02-24
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
Andrew Kelley
2022-02-23
Merge pull request #10950 from hexops/sg/responsefiles
Jakub Konka
2022-02-23
stage2: make -lgcc_s additionally link libunwind
Andrew Kelley
2022-02-23
wasm: correct shared memory error text
xReveres
2022-02-23
wasm: shared memory checks
xReveres
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-22
zig build: style: remove unnecessary constant bindings
Stephen Gutekanst
[next]