aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2025-07-13LLVM: Move pt field from Object to NavGenantlilja
2025-07-13Fix memory leak in `CObject.Diag.Bundle.destroy()`Joost Doornbos
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-06-28resinator: Fix include directory detection when cross-compiling from certain ...Ryan Liptak
2025-06-19coff: add hack to build a compiler-rt dynamic libraryJacob Young
2025-06-19Compilation: fix use after freeJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-17Compilation: add missing link file options to cache manifestmlugg
2025-06-12compiler: improve progress outputmlugg
2025-06-12compiler: don't queue too much AIR/MIRmlugg
2025-06-12Compilation: prevent zig1 depending on fd_readdirmlugg
2025-06-12Zcu: handle unreferenced `test_functions` correctlymlugg
2025-06-12compiler: estimate totals for "Code Generation" and "Linking" progress nodesmlugg
2025-06-12compiler: improve progress outputmlugg
2025-06-12x86_64: remove air references from mirJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12wasm: get self-hosted compiling, and supporting `separate_thread`mlugg
2025-06-12compiler: get most backends compiling againmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-12link: make checking for failed types the responsibility of Compilationmlugg
2025-06-12link: divorce LLD from the self-hosted linkersmlugg
2025-06-12compiler: slightly untangle LLVM from the linkersmlugg
2025-06-12compiler: minor refactors to ZCU linkingmlugg
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-05Merge pull request #24068 from alexrp/android-pic-pieAlex Rønne Petersen
2025-06-04compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache().Alex Rønne Petersen
2025-06-04zig cc: Pass -f(no-)PIE to clang.Alex Rønne Petersen
2025-06-04compiler: Don't link ucrtbased.dll when targeting *-windows-msvc in Debug mode.Alex Rønne Petersen
2025-06-02Revert "mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode."Alex Rønne Petersen
2025-06-01Legalize: implement scalarization of `@select`Jacob Young
2025-05-30mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode.Alex Rønne Petersen
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-21compiler: fix ZIR hash not including compiler versionmlugg
2025-05-21link.Elf: Don't require linking libc for dynamic linker path to take effect.Alex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-17compiler: Define __NetBSD_Version__ when targeting NetBSD libc.Alex Rønne Petersen