aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-16Compilation: retain ZCU object when emitting unstripped Mach-O binarymlugg
2025-08-15Zcu: don't tell linkers about exports if there are compile errorsmlugg
2025-08-14Merge pull request #24825 from alexrp/freebsd-fixesAlex Rønne Petersen
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-13freebsd: correctly define __FreeBSD_version to the first stable releaseAlex Rønne Petersen
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-08-06link: prevent deadlock when prelink tasks failmlugg
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-08-05std: remove BoundedArrayAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-24Autodoc: fix sources.tar generationIan Johnson
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-23Merge pull request #24523 from ziglang/fifnoAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22std.tar: update to new I/O APIAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-19Compilation: unrevert some stuffAndrew Kelley
2025-07-19Compilation: revert some stuffAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-18Compilation: refactor std.fs -> fsAndrew Kelley
2025-07-16update compilerAndrew Kelley
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