aboutsummaryrefslogtreecommitdiff
path: root/lib/std/coff.zig
AgeCommit message (Expand)Author
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-31coff: add import table definitionsJakub Konka
2022-08-30coff: add base relocation related typesJakub Konka
2022-08-30coff: move Symtab and Strtab out of coff.CoffJakub Konka
2022-08-30Merge pull request #12677 from ziglang/coff-linkerJakub Konka
2022-08-30coff: write headers to fileJakub Konka
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-28coff: publicize and flesh out more image constantsWilliam Sengir
2022-08-28coff: fix reading COFF header offsetWilliam Sengir
2022-08-26coff: do not pull in std.log into coff.zig definitionsJakub Konka
2022-08-24fix coff.zig with const qualifier convert problemmax
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-19coff: change improperly used packed struct into extern structJakub Konka
2022-04-28std.coff: parse out codebase and entrypoint from optionalheaderErik Hugne
2022-04-21debug: fix resource (de)allocation for Elf and Coff targetsJakub Konka
2022-03-15std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversionsTom Maenan Read Cutting
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-01Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes senseRyan Liptak
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-18Add support for reading DWARF debug information from COFF filesMatt Chudleigh
2021-06-18Support long section names in COFF filesMatt Chudleigh
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-02-24zig fmt the std libAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-09-04Completed basic PE linker for stage2Alexandros Naskos
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2019-11-29fix windows std lib regressionsAndrew Kelley
2019-11-21add cast to not hit #2561Vexu
2019-09-25mv std/ lib/Andrew Kelley