aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2024-01-01update libunwind references to bin_file.optionsAndrew Kelley
2024-01-01update image_base referencesAndrew Kelley
2024-01-01frontend: fix stack protector option logicAndrew Kelley
2024-01-01move a large chunk of linker logic away from "options"Andrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01compiler: get the dynamic linker from the targetAndrew Kelley
2024-01-01resinator: update std.Target.Query usageAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01move is_libcpp_lib_name and is_libc_lib_name to std.TargetAndrew Kelley
2023-11-26`zig fetch`: add `--save` flagAndrew Kelley
2023-11-26os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read familyLauri Tirkkonen
2023-11-26Merge pull request #18105 from Vexu/translate-cAndrew Kelley
2023-11-25translate-c: use Aro's tokenizerVeikka Tuominen
2023-11-24spirv: add -fstructured-cfg optionRobin Voetter
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-20zig init: also create a build.zig.zonAndrew Kelley
2023-11-20merge `zig init-exe` and `zig init-lib` into `zig init`Andrew Kelley
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-07Merge pull request #17771 from ehaas/mingw-aroAndrew Kelley