aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-06compiler: remove unnecessary pub declarations in main.zigManlio Perillo
2024-02-04compiler: lock incremental dependency tracking behind --debug-incrementalmlugg
2024-02-02CLI: use dummy http client when bootstrappingAndrew Kelley
2024-02-02zig build: avoid using stdout for communication with runnerAndrew Kelley
2024-02-02CLI: implement 'zig build' lazy dependency fetchingAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-02CLI: add --host-target, --host-cpu, and --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01std: change return type of `wasiCwd`Veikka Tuominen
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-26Merge pull request #18654 from mlugg/incremental-the-secondAndrew Kelley
2024-01-24macho: forward parsed -compatibility_version to the linkerJakub Konka
2024-01-24test/link/macho: test -r modeJakub Konka
2024-01-23Zir: represent declarations via an instructionmlugg
2024-01-20Merge pull request #18622 from ziglang/zig-mod-edge-caseAndrew Kelley
2024-01-19zig cc: expose clang precompiled C header supportXavier Bouchoux
2024-01-19CLI: introduce -M; deprecate --modAndrew Kelley
2024-01-14compiler: move each_lib_rpath to frontendJan200101
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01CLI: fix compilation on WindowsAndrew Kelley
2024-01-01frontend: make dll_export_fns=false on non-windowsAndrew Kelley
2024-01-01zig build: reintroduce --prominent-compile-errorsAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01frontend: remove deprecated field from CompilationAndrew Kelley
2024-01-01CLI: fix logic for zig test error messageAndrew Kelley
2024-01-01Compilation.Config.resolve: explicit error setAndrew Kelley
2024-01-01CLI: update main usage textAndrew Kelley
2024-01-01CLI: fix logic for sending output file pathAndrew Kelley
2024-01-01CLI: fix not respecting module remappingsAndrew Kelley
2024-01-01zig build: fix logic for extracting executable file from CompilationAndrew Kelley
2024-01-01zig build: pass resolved_target to Module.createAndrew Kelley
2024-01-01CLI: rename clang_argv to cc_argvAndrew Kelley
2024-01-01CLI: better error messages for bad argsAndrew Kelley
2024-01-01CLI: fix regressed logic for any_dyn_libsAndrew Kelley
2024-01-01CLI: mark any_dyn_libs=true when encountering a shared objectAndrew Kelley
2024-01-01fix compilations without zig compilation unitsAndrew Kelley
2024-01-01frontend: fix handling of special builtin moduleAndrew Kelley
2024-01-01fix --show-builtin when no positional argument is providedAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01update bin_file.options references in SemaAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01compiler: update many references to bin_file.optionsAndrew Kelley