aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08CLI: fix only_core_functionality logicAndrew Kelley
2023-10-08zig build: add `--fetch` argumentAndrew Kelley
2023-10-08dependencies.zig: omit modules without build.zig as depsAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08finish implementing the auto-generated dependencies.zig moduleAndrew Kelley
2023-10-08package fetching: generate dependencies.zig fileAndrew Kelley
2023-10-08fix inverted logic for allowing/disallowing paths fieldAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08require inclusion directives in root manifest but not depsAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
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