aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2022-06-29clang: add Zig equivalent for -headerpad_max_install_names cli flagJakub Konka
2022-06-28clang: update cmdline options to include weak libs and frameworksJakub Konka
2022-06-28macho: discriminate between normal and weak dylibsJakub Konka
2022-06-28cli: typo `--needed_library` should be `-needed_library` on macosJakub Konka
2022-06-27macho: implement and handle `-needed-*` and `-needed_*` family of flagsJakub Konka
2022-06-27macho: implement -dead_strip_dylibs linker flagJakub Konka
2022-06-25macho: implement -headerpad_max_install_namesJakub Konka
2022-06-25macho: implement -headerpad_size optionJakub Konka
2022-06-24cli: let the linker resolve libs into dynamic and staticJakub Konka
2022-06-24macho: implement -search_dylibs_first linker optionJakub Konka
2022-06-24zld: ignore -search_paths_firstMotiejus Jakštys
2022-06-20macho: -pagezero_size is always in hexJakub Konka
2022-06-20macho: round down pagezero size to page sizeJakub Konka
2022-06-20[MachO] add -pagezero_sizeMotiejus Jakštys
2022-06-16[elf] understand -no-pieMotiejus Jakštys
2022-06-09linker: remove `-z noexecstack` optionIsaac Freund
2022-06-08linker: Enable full RELRO by defaultIsaac Freund
2022-05-31stage2: add support for -fbuild-id,-fno-build-idAndrew Kelley
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-19[Elf] add -z nocopyrelocMotiejus Jakštys
2022-05-15x64: remove verbose_mir functionalityJakub Konka
2022-05-13zig fmt: make --exclude ignore missing dirsKirk Scheibelhut
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-05-04CLI: detect MinGW-flavored static librariesAndrew Kelley
2022-05-01zig build: use CacheMode.whole for build_runner.zigAndrew Kelley
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-19build system: add -fstage1/-fno-stage1 to `zig build`Andrew Kelley
2022-04-18stage2: Move WASI/Zig-specific selfExePath to introspect.zigCody Tapscott
2022-04-18stage2: avoid binary bloat from GeneralPurposeAllocatorAndrew Kelley
2022-04-18Merge pull request #11024 from topolarity/wasi-stage2Jakub Konka
2022-04-18stage2: Initialize WASI preopens on startupCody Tapscott
2022-04-18Support `--subsystem=x` instead of `--subsystem,x`Wojtek Mach
2022-04-06zig cc: support --subsystem linker flagWojtek Mach
2022-03-25zig fmt: Add `--exclude` argument to skip dir/fileCody Tapscott
2022-03-22Revert "ignore target lib dirs when invoked with -feach-lib-rpath"Jakub Konka
2022-03-22ignore target lib dirs when invoked with -feach-lib-rpathJan200101
2022-03-22macho: extend CodeSignature to accept entitlementsJakub Konka
2022-03-17Don't strip by default in cc or c++Steven Fackler
2022-03-05fix regression in `zig run` runtime argumentsStephen Gutekanst
2022-03-05Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""Stephen Gutekanst
2022-03-04zig cc: integrate with -fstack-check, -fno-stack-checkAndrew Kelley
2022-02-28zig cc: special handling of /dev/nullAndrew Kelley
2022-02-24Revert "Merge pull request #10950 from hexops/sg/responsefiles"Andrew Kelley
2022-02-23Merge pull request #10950 from hexops/sg/responsefilesJakub Konka
2022-02-23stage2: make -lgcc_s additionally link libunwindAndrew Kelley
2022-02-23wasm: correct shared memory error textxReveres
2022-02-23wasm: shared memory checksxReveres
2022-02-23stage1-wasm: implement shared memoryxReveres
2022-02-22zig build: style: remove unnecessary constant bindingsStephen Gutekanst