aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2022-01-25add option to force usage of `GeneralPurposeAllocator`Lee Cannon
2022-01-25zig cc: detect more linker argsAndrew Kelley
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-19lld: allow for entrypoint symbol name to be setKenta Iwasaki
2022-01-13Introduce LinkObject with must_link fieldJakub Konka
2022-01-13zld: support -Wl,-force_load=archive_path flagJakub Konka
2022-01-11zig cc: integration with sysroot arg (#10568)Jakub Konka
2022-01-02stage2: CacheMode.whole: trigger loading zig source filesAndrew Kelley
2022-01-02stage2: CacheMode.whole fixesAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-21stage2: error check for mixing --import-table and --export-tableAndrew Kelley
2021-12-21wasm-linker: Implement the --export-table and --import-table flags.Luuk de Gram
2021-12-18macho: handle -install_name option for dylibs/MachOJakub Konka
2021-12-16CLI: helpful error message when libc requested but not providedAndrew Kelley
2021-12-14wasm-linker: Allow specifying symbols to be exportedLuuk de Gram
2021-12-12macho: allow undefined symbols in dylibsJakub Konka
2021-12-07CLI: allow `-femit-implib` when building .exe files tooAndrew Kelley
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02CLI: always try to exec binariesAndrew Kelley
2021-11-30Merge pull request #10055 from leecannon/allocator_refactorAndrew Kelley
2021-11-30CLI: introduce -fsingle-threaded/-fno-single-threadedAndrew Kelley
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-28Merge pull request #10223 from g-w1/print-mirJakub Konka
2021-11-27initial implementation of print_mirJacob G-W
2021-11-26zig cc: honor all -m and -mno- CPU feature flagsAndrew Kelley
2021-11-26zig cc: support -Bdynamic and -Bstatic parametersAndrew Kelley
2021-11-26macos: do not trigger CLT installation popup when using zig ccJakub Konka
2021-11-26macos: detect SDK path and version, then pass to the linkerJakub Konka
2021-11-26macos: always use Zig shipped libc headers when no native SDKJakub Konka
2021-11-25Autofetch macOS SDK if native target on macOS onlyJakub Konka
2021-11-24stage2: fix logic for default -femit-implib pathAndrew Kelley
2021-11-24stage2: support LLD -O flags on ELFAndrew Kelley
2021-11-24stage2: proper `-femit-implib` frontend supportAndrew Kelley
2021-11-24stage2: remove extra_lld_argsAndrew Kelley
2021-11-24Coff linker: Add IMPLIB supportKurt Kartaltepe
2021-11-23zld: handle -current_version and -compatibility_versionJakub Konka
2021-11-23zld: resolve frameworks in BFS orderJakub Konka
2021-11-22add support for compiling Objective-C++ code (#10096)Stephen Gutekanst
2021-11-21zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integrationAndrew Kelley
2021-11-21zig cc: add -ffunction-sections integrationAndrew Kelley
2021-11-20stage2: default dynamic libraries to be linked as neededAndrew Kelley
2021-11-09stage2: add 4 new linker flags for WebAssemblyAndrew Kelley
2021-11-04Replace ArrayList.init/ensureTotalCapacity pairs with initCapacityRyan Liptak
2021-10-31watch marks a new frame on every recompilationLee Cannon
2021-10-31add functionality to trace allocationsLee Cannon
2021-10-29CLI: clarify help text for -zAndrew Kelley