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
/
src
/
link
/
Coff
Age
Commit message (
Expand
)
Author
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-08
mingw: update from msvcrt to ucrt
Andrew Kelley
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2024-01-01
linker: update options references of CsuObjects
Andrew Kelley
2024-01-01
linker: update link_mode references
Andrew Kelley
2024-01-01
linker: update output_mode references
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-10
revert compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-10
compiler_rt: no need to put it in a static library
Andrew Kelley
2023-09-24
resinator: do not include in only_core_functionality builds
mlugg
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-03
coff: always link uuid.lib as part of mingw libc
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-07-11
remove arbitrary stderr size limit when spawning a child process tool
Xavier Bouchoux
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-04-26
coff: invalidate GOT relocs after segment shift in memory
Jakub Konka
2023-04-21
coff: treat vmaddr of 0 as unallocated when checking if resolvable
Jakub Konka
2023-04-21
coff: use TableSection for GOT
Jakub Konka
2023-04-18
coff: support allow_shlib_undefined
kcbanner
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-30
coff: due to ASLR we need to dupe the code for relocating
Jakub Konka
2023-03-30
coff: use std.os.windows wrappers; fix relocating in-file
Jakub Konka
2023-03-30
coff: make sure we correctly slide relocation target when resolving
Jakub Konka
2023-03-29
Merge pull request #15105 from ziglang/hcs-win-poc
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
Jakub Konka
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
[next]