aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12link.Queue: release safety lock before releasing mutex after stoppingmlugg
2025-06-12cli: correctly error for missing output directoriesmlugg
2025-06-12Zcu: SPIR-V also doesn't generate MIR (yet)mlugg
2025-06-12link: fix goff and xcoff flushmlugg
2025-06-12x86_64: implement coff relocationsJacob Young
2025-06-12Sema: fix union layout logic to match struct layout logicJacob Young
2025-06-12codegen: make threadlocal logic consistentJacob Young
2025-06-12x86_64: fix `dbg_var_ptr` types in debug infoJacob Young
2025-06-12Zcu: fix `deleteExport` crash with LLVM backendmlugg
2025-06-12libs: fix caching behaviormlugg
2025-06-12compiler: estimate totals for "Code Generation" and "Linking" progress nodesmlugg
2025-06-12compiler: improve progress outputmlugg
2025-06-12x86_64: remove linker references from codegenJacob Young
2025-06-12x86_64: remove air references from mirJacob Young
2025-06-12InternPool: store the Nav types are named aftermlugg
2025-06-12Zcu: fix verbose airJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12link.Lld: remove dead caching logicmlugg
2025-06-12spirv: make the backend compile againmlugg
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-11mingw: Fix def file preprocessing.Alex Rønne Petersen
2025-06-11zig_llvm: Strip @<n> suffix from .def symbols on all targets.Alex Rønne Petersen
2025-06-11mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.Alex Rønne Petersen
2025-06-07fix: MIME for ZIP in Zig FetchPlayDay
2025-06-07Dwarf: restore missing non-entry paddingJacob Young
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-06Sema: fix invalid pure Air instruction with comptime-known operandsJacob Young
2025-06-06Compilation.Config: prefer_llvm depends on pieAndrew Kelley
2025-06-06Compilation.Config: eliminate the only variable from this functionAndrew Kelley
2025-06-06Compilation.Config: "can_use_llvm" -> "prefer_llvm"Andrew Kelley
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-06Merge pull request #24090 from fardragon/handle-empty-hashAndrew Kelley
2025-06-06Make zig fetch handle jar like zipGungun974
2025-06-06hash mismatch error: don't make empty such a special caseAndrew Kelley
2025-06-06Package.Hash.toSlice: consistent pointerAndrew Kelley
2025-06-06Handle empty hashes in build.zig.zonfardragon
2025-06-06Elf: support non-comdat groupsJacob Young
2025-06-06link: support static archives that are linker scriptsJacob 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