COMMITS
/ lib/std/coff.zig October 8, 2025
J
Coff: implement threadlocal variables
Jacob Young committed
October 4, 2025
R
std.coff: Fix size of ImportHeader.types
Ryan Liptak committed
August 5, 2025
R
std.coff: Set default values for ImportHeader sig1/sig2 fields
Ryan Liptak committed
October 1, 2025
R
std.coff: Add sizeOf function to WeakExternalDefinition
Ryan Liptak committed
R
std.coff: Fix SectionHeader.setAlignment (off by 1)
Ryan Liptak committed
September 22, 2025
J
Coff2: create a new linker from scratch
Jacob Young committed
September 1, 2025
M
change one million things
mlugg committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 19, 2024
A
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen committed
August 9, 2024
A
std.coff: Capitalize MachineType.{Unknown,Thumb} for consistency.
Alex Rønne Petersen committed
A
std.coff: Remove MachineType.fromTargetCpuArch().
Alex Rønne Petersen committed
July 24, 2024
A
std.coff: Add missing entries to MachineType.
Alex Rønne Petersen committed
July 12, 2024
Y
std: Add loongarch support for coff. (#20583)
YANG Xudong committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
July 7, 2024
K
std.coff: fix setAlignment
Krzysztof Wolicki committed
March 28, 2024
J
lib/std/coff: add ImportNameType.NAME_EXPORTAS variant
Jakub Konka committed
March 22, 2024
J
lib/std/coff: add ImportHeader, and Relocation metadata
Jakub Konka committed
J
lib/std/coff: add undocumented machine type ARM64EC
Jakub Konka committed
J
lib/std/coff: allow for unhandled enum values
Jakub Konka committed
January 27, 2024
E
coff: only store PDB basename
Elaine Gibson committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
J
mem: fix ub in writeInt
Jacob Young committed
September 1, 2023
M
std.coff: Fixed compile error.
Michal Ziulek committed
August 15, 2023
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
April 10, 2023
R
`std.coff`: check strtab lengths against `data` length
Rohlem committed
July 16, 2023
K
dwarf: fixup integer overflow in readEhPointer
kcbanner committed
June 29, 2023
K
debug: fix reading -gdwarf generated debug sections in COFF files
kcbanner committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
September 25, 2022
November 15, 2022
S
run zig fmt on everything checked by CI
Stevie Hryciw committed
October 7, 2022
A
all: rename i386 to x86
Ali Chraghi committed
August 31, 2022
J
coff: add import table definitions
Jakub Konka committed
August 30, 2022
J
coff: add base relocation related types
Jakub Konka committed
J
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka committed
J
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka committed
August 26, 2022
J
coff: write headers to file
Jakub Konka committed
J
coff: reorganize the linker
Jakub Konka committed
J
coff: do not pull in std.log into coff.zig definitions
Jakub Konka committed
August 28, 2022
W
coff: publicize and flesh out more image constants
William Sengir committed
W
coff: fix reading COFF header offset
William Sengir committed
August 24, 2022
M
fix coff.zig with const qualifier convert problem
max committed
August 22, 2022
J
coff: improve default COFF/PE object parser
Jakub Konka committed
August 18, 2022
J
coff: change improperly used packed struct into extern struct
Jakub Konka committed
April 25, 2022
E
std.coff: parse out codebase and entrypoint from optionalheader
Erik Hugne committed
April 21, 2022
J
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka committed