aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-03-01Add --build-runner `zig build` option (#14742)Auguste Rame
2023-02-21Implement new module CLImlugg
2023-02-20Linker: -z<arg> should be equivalent to -z <arg> (#14680)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-16[all linkers] fail hard on unsupported flagsMotiejus Jakštys
2023-02-16CLI: detect linker color diagnostics flagsAndrew Kelley
2023-02-16[linker] ignore --sort-commonMotiejus Jakštys
2023-02-16[elf linker] add --sort-sectionMotiejus Jakštys
2023-02-16CLI: remove option from usage text since it doesn't workAndrew Kelley
2023-02-16[linker] add --no-undefined, -z undefsMotiejus Jakštys
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-13zig fmt: additionally format .zon filesAli Chraghi
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-23Merge pull request #13670 from mlugg/fix/astgen-ambiguous-packageVeikka Tuominen
2023-01-23std.os.windows: add possible error NETNAME_DELETED of ReadFileJan Philipp Hafer
2023-01-22Package: store package name directlymlugg
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2023-01-11use local cache dir for dependencies-listing packageAndrew Kelley
2023-01-11zig build: support dependenciesAndrew Kelley
2023-01-11Package: complete the package-fetching logicAndrew Kelley
2023-01-11disable package manager code when bootstrappingAndrew Kelley
2023-01-11compiler: add package manager skeletonAndrew Kelley
2023-01-06Implement some more environment functions for WASI.Brendan Burns
2023-01-05Merge pull request #14210 from Vexu/compile-errorsAndrew Kelley
2023-01-05ELF linker: support common-page-size and max-page-size lld optsFrank Denis
2023-01-05Merge pull request #13514 from kcbanner/windows_build_fixesAndrew Kelley
2023-01-05resolve some TODOsVeikka Tuominen
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-04windows: fixes to support using zig cc/c++ with CMake on Windowskcbanner
2023-01-04windows: supporting changes for boostrapping via msvckcbanner
2023-01-03add -fopt-bisect-limitGuillaume Wenzek
2022-12-29Merge pull request #14102 from Luukdegram/wasm-undefined-symbolsAndrew Kelley
2022-12-27Handle -undefined error when passed as linker argJeremy Volkman
2022-12-27Add support for -undefined errorJeremy Volkman
2022-12-25WebAssembly: do not link with --allow-undefined unconditionallyFrank Denis
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-14Sema: display cimport errors from clangVeikka Tuominen
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-12-07Merge pull request #13799 from ziglang/close-stage1-issuesAndrew Kelley
2022-12-06cache: Fix LockViolation during C compilation paths (#13591)Casey Banner
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06Merge pull request #13560 from ziglang/wasi-bootstrapAndrew Kelley
2022-12-06CLI: quality of life enhancement for windows CBE behavior testsAndrew Kelley