Benjamin Jurk
|
4b5351bc0d
|
update deprecated ArrayListUnmanaged usage (#25958)
|
2025-11-20 14:46:23 -08:00 |
|
Andrew Kelley
|
150169f1e0
|
std.fmt: delete deprecated APIs
std.fmt.Formatter -> std.fmt.Alt
std.fmt.format -> std.Io.Writer.print
|
2025-08-31 12:49:18 -07:00 |
|
Andrew Kelley
|
79f267f6b9
|
std.Io: delete GenericReader
and delete deprecated alias std.io
|
2025-08-29 17:14:26 -07:00 |
|
Andrew Kelley
|
6713745ec4
|
link.Elf: update to not use GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
Andrew Kelley
|
749f10af49
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07:00 |
|
Andrew Kelley
|
30c2921eb8
|
compiler: update a bunch of format strings
|
2025-07-07 22:43:52 -07:00 |
|
Andrew Kelley
|
941bc37193
|
compiler: update all instances of std.fmt.Formatter
|
2025-07-07 22:43:52 -07:00 |
|
Andrew Kelley
|
6235cc3da4
|
remove "FIXME" from codebase
See #363. Please file issues rather than making TODO comments.
|
2025-01-15 15:11:35 -08:00 |
|
Jakub Konka
|
bd5fc899db
|
elf: do not re-allocate AtomLists unless dirtied
|
2024-10-09 12:27:30 -07:00 |
|
Jakub Konka
|
7fead5d6dd
|
elf: track atoms within AtomList with array hash map
|
2024-10-09 12:27:30 -07:00 |
|
Jakub Konka
|
82cf762b02
|
elf: reset (merge) sections sizes before updating
|
2024-09-25 17:54:50 +02:00 |
|
Linus Groh
|
8588964972
|
Replace deprecated default initializations with decl literals
|
2024-09-12 16:01:23 +01:00 |
|
Jakub Konka
|
e1d5bb365b
|
elf: fix 32bit build
|
2024-09-04 15:55:38 +02:00 |
|
Jakub Konka
|
b6caab63cb
|
elf: actually commit AtomList.zig
|
2024-09-04 13:44:06 +02:00 |
|