aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-10-08rework package managerAndrew Kelley
2023-10-06std: fix memory bug in getExternalExecutorJakub Konka
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-02zig fetch: enhanced error reportingAndrew Kelley
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-01aro-translate-c: translate enumsVeikka Tuominen
2023-10-01add compiler flag for selecting C frontendVeikka Tuominen
2023-09-28Compilation: introduce saveState()Andrew Kelley
2023-09-27windows: fix not finding system libs when compiling for *-windows-msvckcbanner
2023-09-26Add '--compress-debug-sections=zstd'LinuxUserGD
2023-09-25translate-c: convert clang errors messages into `std.zig.ErrorBundle`Techatrix
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-17rc compilation: Use MSVC includes if present, fallback to mingwRyan Liptak
2023-09-17Disallow .rc/.res files unless the object format is coffRyan Liptak
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-09-14Add -includes option to zig libcRyan Liptak
2023-08-21frontend: directly pass resolved frameworks container to the linkerJakub Konka
2023-08-20frontend: move framework path resolution from the linker to frontendJakub Konka
2023-08-20macho: we no longer need to resolve framework dirs against sysrootJakub Konka
2023-08-18comp: forward -iframework/-iframeworkwithsysroot paths to the backendJakub Konka
2023-08-18cc: disambiguate includes with sysroot in ClangSearchSanitizerJakub Konka
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-04Fix typo: headerpat -> headerpadJeremy Volkman
2023-08-03CLI: fix a typo that made static/dynamic do the oppositeAndrew Kelley
2023-08-03darwin: pass -iframework to clang for system frameworksAndrew Kelley
2023-08-03CLI: add native paths only if ABI is also nativeAndrew Kelley
2023-08-03std.zig.system.darwin: fix redundant namesAndrew Kelley
2023-08-03zig libc: restore functionality on macOSAndrew Kelley
2023-08-03std.zig.system.NativePaths: simplify and integrate with Darwin SDKAndrew Kelley
2023-08-03CLI: reduce code size bloatAndrew Kelley
2023-08-03CLI: delete redundant logic and use null instead of undefAndrew Kelley
2023-08-03CLI: add -search_paths_first_static to complete the APIAndrew Kelley
2023-08-03CLI: revert -l behaviorAndrew Kelley
2023-08-03CLI: Windows: system DLLs no longer trigger native paths detectionAndrew Kelley
2023-08-03CLI: adjust order of operations of system librariesAndrew Kelley
2023-08-03CLI: remove --ambiguous-static-libraryAndrew Kelley
2023-08-03CLI: add --ambiguous-static-libraryAndrew Kelley
2023-08-03frontend: fix linking to Windows DLLs as system libsAndrew Kelley
2023-08-03compiler: resolve library paths in the frontendAndrew Kelley
2023-08-01CLI: stop special-casing LLVM, LLD, and ClangAndrew Kelley
2023-07-28package manager: don't show progress indicator on dumb terminalsmlugg
2023-07-26Add --verbose-generic-instances to provide visibility on the number of generi...kcbanner
2023-07-25Package: add progress indicator for package fetchingmlugg
2023-07-24zig fmt: make `--exclude` work on filesIan Johnson
2023-07-24CLI: delete dead option -femit-analysisAndrew Kelley
2023-07-22move installation logic to the build script where it belongsAndrew Kelley
2023-07-19llvm: minor fixesJacob Young
2023-07-19llvm: start tracking more things without relying on the llvm apiJacob Young
2023-06-28ld: support -version-scriptMotiejus Jakštys