aboutsummaryrefslogtreecommitdiff
path: root/src/link/Elf/gc.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28link.Elf: update to not use GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2024-10-23link.Elf: untangle parseObject and parseArchiveAndrew Kelley
2024-08-07elf: fix compile errorsJakub Konka
2024-07-30elf: move entry tracking into LinkerDefinedJakub Konka
2024-07-30elf: remove obsolete flags from atomJakub Konka
2024-07-30elf: move ownership of atoms into objectsJakub Konka
2024-04-20link/elf: implement string mergingJakub Konka
2024-01-01linker: fix some allocator referencesAndrew Kelley
2023-11-04elf: implement --gc-sections for non-LLVM Zig sourceJakub Konka
2023-10-16elf: add garbage collection of sectionsJakub Konka