aboutsummaryrefslogtreecommitdiff
path: root/src/libs/glibc.zig
AgeCommit message (Expand)Author
2025-08-28fix not discarding delimiterAndrew Kelley
2025-08-28compiler: update not to use GenericWriterAndrew Kelley
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-07-07compiler: fix remaining build failuresAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-12libs: fix caching behaviormlugg
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12compiler: get most backends compiling againmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-05-30compiler: Use new merged header paths for glibc and NetBSD libc.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-17glibc: Fix a benign bug when selecting the size of an object symbol.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen