aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-03-07Merge pull request #19190 from mlugg/struct-equivalenceAndrew Kelley
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-28use hash.addListOfBytes where applicableAndrew Kelley
2024-02-28add missing export symbol names to whole mode wasm cache hashAndrew Kelley
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-09Merge pull request #18875 from ziglang/macho-zo-dwarfJakub Konka
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-08builtin: enable panic handler on self-hosted machoJakub Konka
2024-02-06Merge pull request #18814 from mlugg/incremental-dependenciesMatthew Lugg
2024-02-05compiler: rename value.zig to Value.zigAndrew Kelley
2024-02-04compiler: lock incremental dependency tracking behind --debug-incrementalmlugg
2024-02-04Zcu: refactor Decl.analysis fieldmlugg
2024-02-04Zcu: incremental compilation improvementsmlugg
2024-02-04Zcu: more dependency tracking logicmlugg
2024-02-04compiler: re-introduce dependencies for incremental compilationmlugg
2024-02-02Compilation: delete clang diag files afterwardsAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
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