aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2023-06-26default to single-threaded for WebAssemblyLuuk de Gram
2023-06-26wasm-ld: implement `--export-memory` flagLuuk de Gram
2023-06-25Recognize the .res extension and link it as if it were an object fileRyan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24Add support for the "--version" linker argument (#16154)Matteo Briani
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-16zig build: add option to only print failed stepsVeikka Tuominen
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-10CLI: introduce --verbose-intern-poolAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley