aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-09-23Fix reportRetryableWin32ResourceErrorRyan Liptak
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-21classifyFileExt: Use case-insensitive matching for .rc and .resRyan Liptak
2023-09-19clang: -fno-sanitize=function workaroundAndrew Kelley
2023-09-19libcxx: update to LLVM 17Andrew Kelley
2023-09-17Fix rc preprocessing when using the MinGW includes and targeting the GNU abiRyan Liptak
2023-09-17rc compilation: Use MSVC includes if present, fallback to mingwRyan Liptak
2023-09-17Only populate rc_include_dirs if there are .rc files in the compilationRyan Liptak
2023-09-17Add the ATLMFC include directory to the libc include dir listRyan Liptak
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-09-15ErrorBundle: rename addBundle to addBundleAsNotes, add addBundleAsRootsRyan Liptak
2023-09-14Add -includes option to zig libcRyan Liptak
2023-09-04Compilation: support --verbose_llvm_cpu_featuresMichael Dusan
2023-08-31Merge pull request #17020 from ziglang/macho-versionsJakub Konka
2023-08-29macho: add simple error reporting for misc errorsJakub Konka
2023-08-28Sema: revert reference trace changes that are no longer neededJacob Young
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-16comp: make --verbose-cc actually thread-safeJakub Konka
2023-08-10Merge pull request #16747 from jacobly0/llvm-wo-libllvmAndrew Kelley
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-09llvm: enable even without libllvm linkedJacob Young
2023-08-03Compilation: detect sysroot from libc installationAndrew Kelley
2023-08-03darwin: pass -iframework to clang for system frameworksAndrew Kelley
2023-08-03Compilation: fix incorrect non-optional assumptionAndrew 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-03frontend: make SystemLib.path optionalAndrew Kelley
2023-08-03frontend: fix linking to Windows DLLs as system libsAndrew Kelley
2023-08-03compiler: resolve library paths in the frontendAndrew Kelley
2023-07-26compilation: change compiler_rt to inherit `strip` and `want_unwind_tables` f...kcbanner
2023-07-26Add --verbose-generic-instances to provide visibility on the number of generi...kcbanner
2023-07-24CLI: delete dead option -femit-analysisAndrew Kelley
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-07-23Compilation: fix autodocs CLIAndrew Kelley
2023-07-22move installation logic to the build script where it belongsAndrew Kelley
2023-07-20compilation: pass omit_frame_pointer through to builtin.zigkcbanner
2023-07-20Remove the SingleThread limitation for ARM (#16442)Hao Li
2023-07-20Include system headers path when targeting assembly_with_cppFrank Denis
2023-07-19llvm: start tracking more things without relying on the llvm apiJacob Young
2023-07-18compiler: begin untangling anonymous decls from source declsAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-07-11remove arbitrary stderr size limit when spawning a child process toolXavier Bouchoux
2023-06-26default to single-threaded for WebAssemblyLuuk de Gram
2023-06-26Compilation: allow threads for Wasm when shared-memory is enabledLuuk de Gram
2023-06-26wasm-ld: implement `--export-memory` flagLuuk de Gram
2023-06-25std.cstr: deprecate namespaceEric Joldasov
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-20musl: deal with zig rename of i386 to x86Andrew Kelley