COMMITS
/ lib/std/Build/Step/CheckObject.zig November 20, 2025
B
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk committed
November 19, 2025
M
std.debug: split up Mach-O debug info handling
Matthew Lugg committed
November 17, 2025
A
std.Build.Step.CheckObject: make ELF reading endianness-aware
Alex Rønne Petersen committed
September 8, 2025
M
std: fixes
mlugg committed
September 3, 2025
A
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen committed
August 30, 2025
A
std.fmt: delete deprecated APIs
Andrew Kelley committed
A
upgrade more old API uses
Andrew Kelley committed
A
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
A
std.Io: delete CountingReader
Andrew Kelley committed
August 8, 2025
A
std.Io: delete GenericWriter
Andrew Kelley committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 7, 2025
A
std.Build.Step.CheckObject: mostly revert to master branch
Andrew Kelley committed
A
fix 32-bit compilation
Andrew Kelley committed
July 6, 2025
A
std.io.Writer.printValue: rework logic
Andrew Kelley committed
July 1, 2025
A
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley committed
A
std.Build.Step.CheckObject: fix the TODO
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
June 30, 2025
A
std.Build.Step.CheckObject: Truncate st_other before interpreting it
Alex Rønne Petersen committed
May 11, 2025
W
std.meta.intToEnum -> std.enums.fromInt
wooster0 committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
January 16, 2025
A
std.Build.Step.CheckObject: better EOF handling
Andrew Kelley committed
November 5, 2024
A
wasm linker: aggressive DODification
Andrew Kelley committed
October 10, 2024
A
std.Build.Step.CheckObject: display source file path
Andrew Kelley committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
July 15, 2024
A
make zig compiler processes live across rebuilds
Andrew Kelley committed
July 10, 2024
A
make more build steps integrate with the watch system
Andrew Kelley committed
June 10, 2024
M
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw committed
May 24, 2024
A
update the codebase for the new std.Progress API
Andrew Kelley committed
J
Step/CheckObject: handle stab entries when dumping MachO symtab
Jakub Konka committed
May 13, 2024
J
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka committed
J
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka committed
May 4, 2024
J
Build: cleanup
Jacob Young committed
April 30, 2024
A
std.Build.Step.CheckObject: fix parseDumpNames
Andrew Kelley committed
April 15, 2024
J
lib/std/Build/Step/CheckObject: dump section as string
Jakub Konka committed
March 19, 2024
J
Update uses of `@fieldParentPtr` to use RLS
Jacob Young committed
J
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
December 13, 2023
J
lib/std/Build/CheckObject: split dyld info into subsections for easier scoped testing
Jakub Konka committed
J
lib/std/Build/CheckObject: update all tests to new API
Jakub Konka committed
J
lib/std/Build/CheckObject: implement for Wasm
Jakub Konka committed
J
lib/std/Build/CheckObject: implement for ELF
Jakub Konka committed
J
lib/std/Build/CheckObject: introduce scoped checks; implement for MachO
Jakub Konka committed
December 12, 2023
J
lib/std/Build/CheckObject: fix parsing and dumping special dylib lookup values
Jakub Konka committed
December 9, 2023
J
lib/std/Build/CheckObject: dump Mach-O dyld_info_only bind, weak-bind and lazy-bind data
Jakub Konka committed
J
lib/std/Build/CheckObject: dump Mach-O dyld_info_only rebase data
Jakub Konka committed
J
lib/std/Build/CheckObject: dump Mach-O dyld_info_only exports data
Jakub Konka committed
December 8, 2023
J
lib/std/Build/CheckObject: dump Mach-O symbol attributes
Jakub Konka committed
J
lib/std/Build/CheckObject: dump Mach-O header
Jakub Konka committed