aboutsummaryrefslogtreecommitdiff
path: root/lib/std/coff.zig
AgeCommit message (Expand)Author
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