aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-01-26Merge pull request #18654 from mlugg/incremental-the-secondAndrew Kelley
2024-01-25Compilation: preserve "builtin" as the first dependencyJacob Young
2024-01-24macho: parse dependent dylibsJakub Konka
2024-01-23InternPool: introduce TrackedInstmlugg
2024-01-22Fix wrong if condition for windows (#18637)ndbn
2024-01-20Merge pull request #18596 from ypsvlq/mingwAndrew Kelley
2024-01-20Merge pull request #18622 from ziglang/zig-mod-edge-caseAndrew Kelley
2024-01-19zig cc: expose clang precompiled C header supportXavier Bouchoux
2024-01-19Compilation: avoid caching root source file twiceAndrew Kelley
2024-01-20mingw: update build logicElaine Gibson
2024-01-14compiler: move each_lib_rpath to frontendJan200101
2024-01-10Compilation: fix tsan error reportingAndrew Kelley
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-09Merge pull request #18491 from ziglang/fix-mod-link-obj-pathAndrew Kelley
2024-01-08compilation: fix bad path in error messageAndrew Kelley
2024-01-08Compilation: only add __MSVCRT_VERSION__ for -lcAndrew Kelley
2024-01-08Compilation: add definition to prefer ucrt for windows C/C++ filesAndrew Kelley
2024-01-08mingw: update from msvcrt to ucrtAndrew Kelley
2024-01-06Compilation: pass code model in buildOutputFromZigTristan Ross
2024-01-03compiler: fix build runner not added to cache hashAndrew Kelley
2024-01-01link: accept the update arena in flushAndrew Kelley
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01Compilation: rename before flush during whole cache modeAndrew Kelley
2024-01-01Compilation: fix cache hash of incremental buildsAndrew Kelley
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01restore -fno-emit-bin -femit-llvm-ir functionalityAndrew Kelley
2024-01-01Compilation: don't add importlib jobs when outputting C codeAndrew Kelley
2024-01-01move misc_errors from linker to CompilationAndrew Kelley
2024-01-01Compilation: inline the flush functionAndrew Kelley
2024-01-01Compilation: fix whole mode cache hashAndrew Kelley
2024-01-01Compilation: consolidate module hashing codeAndrew Kelley
2024-01-01move eh_frame_hdr from link.File to CompilationAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01Compilation: several branch regression fixesAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01frontend: remove deprecated field from CompilationAndrew Kelley
2024-01-01frontend: fix "any" default resolution ambiguityAndrew Kelley
2024-01-01frontend: skip astgen for builtin.zigAndrew Kelley
2024-01-01CLI: fix logic for sending output file pathAndrew Kelley
2024-01-01CLI: fix regressed logic for any_dyn_libsAndrew Kelley
2024-01-01fix compilations without zig compilation unitsAndrew Kelley
2024-01-01fix memory leak in addModuleTableToCacheHashAndrew Kelley
2024-01-01Compilation: don't store arena until it's done being usedAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01compilation: fix build artifact communication from sub-compilationAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01Compilation: oops! used comp before initAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley