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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2024-01-01
link.File.Wasm: remove dead condition
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
Compilation: several branch regression fixes
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
link.File.Elf: bump 32-bit image_base default to 64K
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
link.Wasm: fix relationship between createEmpty/open
Andrew Kelley
2024-01-01
link.Elf: truncate=true in createEmpty
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
Elf: fix invalid free of path field
Andrew Kelley
2024-01-01
Elf: fix createEmpty not creating the file
Andrew Kelley
2024-01-01
MachO: rip out the caching mechanism
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linker: fix some allocator references
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
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
linker: remove bad NvPtx flushModule implementation
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
compiler: update references to target
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
compiler: update references to single_threaded
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
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-12-23
cbe: fix memory leaks
Jacob Young
2023-12-05
elf: return error.FlushFailure in flushObject and flushStaticLib codepaths wh...
Jakub Konka
2023-12-05
elf: fix typo
Jakub Konka
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed when flushing objec...
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: refactor
Jakub Konka
2023-12-05
elf: escape invalid token string when reporting an error
Jakub Konka
2023-12-05
elf: upcast e_shnum to u64 to check for valid ranges
Jakub Konka
2023-12-05
elf: report malformed archive when parsing errors
Jakub Konka
[prev]
[next]