aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-13Never implicitly add rpaths for each lib dir, add NixOS libdir to rpathJan200101
2023-06-11Autodoc: make it work under InternPoolmlugg
2023-06-10compiler: eliminate Decl.value_arena and Sema.perm_arenaAndrew Kelley
2023-06-10CLI: introduce --verbose-intern-poolAndrew Kelley
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10Module: remove tmp_hack_arenaAndrew Kelley
2023-06-10stage2: move opaque types to InternPoolAndrew Kelley
2023-06-10stage2: add tmp_hack_arena for the InternPool transitionAndrew Kelley
2023-06-10InternPool: add a dump functionAndrew Kelley