index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
coff.zig
Age
Commit message (
Expand
)
Author
2022-08-31
coff: add import table definitions
Jakub Konka
2022-08-30
coff: add base relocation related types
Jakub Konka
2022-08-30
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
2022-08-30
coff: write headers to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-28
coff: publicize and flesh out more image constants
William Sengir
2022-08-28
coff: fix reading COFF header offset
William Sengir
2022-08-26
coff: do not pull in std.log into coff.zig definitions
Jakub Konka
2022-08-24
fix coff.zig with const qualifier convert problem
max
2022-08-23
coff: improve default COFF/PE object parser
Jakub Konka
2022-08-19
coff: change improperly used packed struct into extern struct
Jakub Konka
2022-04-28
std.coff: parse out codebase and entrypoint from optionalheader
Erik Hugne
2022-04-21
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka
2022-03-15
std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversions
Tom Maenan Read Cutting
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-18
Add support for reading DWARF debug information from COFF files
Matt Chudleigh
2021-06-18
Support long section names in COFF files
Matt Chudleigh
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-09-04
Completed basic PE linker for stage2
Alexandros Naskos
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-02
new ArrayList API: fix everything else
xackus
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-21
add cast to not hit #2561
Vexu
2019-09-25
mv std/ lib/
Andrew Kelley