aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2022-02-21zig build: use a custom iterator for merging args and response fileStephen Gutekanst
2022-02-21zig build: use orelse to fetch next argumentStephen Gutekanst
2022-02-20enable passing build-[lib|exe|obj] params via @args.rsp fileStephen Gutekanst
2022-02-20use process.argsWithAllocator iterator for command line handlingStephen Gutekanst
2022-02-20Support -Wl,--sonameSteven Fackler
2022-02-18Merge pull request #10913 from Vexu/errVeikka Tuominen
2022-02-17ci: linux: re-use cmake config for finding LLVMAndrew Kelley
2022-02-17CLI: resolve system libs into static librariesAndrew Kelley
2022-02-17Revert "reduce build error noise"Andrew Kelley
2022-02-17parser: add notes to decl_between_fields errorVeikka Tuominen
2022-02-17reduce build error noiseJonathan Marler
2022-02-17parser: make some errors point to end of previous tokenVeikka Tuominen
2022-02-15zig cc: handle `-l :FILE` syntaxAndrew Kelley
2022-02-13parser: make missing semicolon error point to the end of the previous tokenVeikka Tuominen
2022-02-09CLI: ignore -lgcc_s when it is redundant with compiler-rtAndrew Kelley
2022-02-06stage2: pass proper can_exit_early value to LLDAndrew Kelley
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott