aboutsummaryrefslogtreecommitdiff
path: root/src/link/Elf/AtomList.zig
AgeCommit message (Collapse)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
std.fmt.Formatter -> std.fmt.Alt std.fmt.format -> std.Io.Writer.print
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-08-28link.Elf: update to not use GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-01-15remove "FIXME" from codebaseAndrew Kelley
See #363. Please file issues rather than making TODO comments.
2024-10-09elf: do not re-allocate AtomLists unless dirtiedJakub Konka
2024-10-09elf: track atoms within AtomList with array hash mapJakub Konka
2024-09-25elf: reset (merge) sections sizes before updatingJakub Konka
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-04elf: fix 32bit buildJakub Konka
2024-09-04elf: actually commit AtomList.zigJakub Konka