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.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-07
link: report function failures in `FuncAnalysis`
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
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
fix MachO linking
Andrew Kelley
2024-01-01
link.File.Coff: fix relationship between createEmpty/open
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
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
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
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
update bin_file.options references in Module (Zcu)
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 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
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2023-12-03
Coff: minor fixes
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-13
coff: revert .rdata to be read-only again
Jakub Konka
2023-11-13
coff: mark dirty any reloc target at [addr,..) inclusive
Jakub Konka
2023-11-04
Merge pull request #17844 from ziglang/elf-object
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-11-03
x86_64: fix std test failures
Jacob Young
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-30
coff: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-29
coff: implement exporting anon decls
Jakub Konka
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
link: Coff, MachO, and Wasm all had the same UAF bug
Andrew Kelley
2023-10-25
Coff: fix use after free
Jacob Young
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-03
coff: implement lowering anon decls
Jakub Konka
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-07-30
link: add more respect for -fno-emit-bin
Andrew Kelley
[next]