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.zig
Age
Commit message (
Expand
)
Author
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
spirv: make the backend compile again
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
link: make checking for failed types the responsibility of Compilation
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-06
link: support static archives that are linker scripts
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-12
Merge pull request #23835 from alexrp/freebsd-libc
Alex Rønne Petersen
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-27
link: Stub out GOFF/XCOFF linker code based on LLVM.
Alex Rønne Petersen
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-22
link: mark prelink tasks as procesed under `-fno-emit-bin`
mlugg
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-22
Merge pull request #22659 from ifreund/linker-script-fix
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
link: simplify control flow
Isaac Freund
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
type checking for synthetic functions
Andrew Kelley
2025-01-15
wasm linker: improve error messages by making source locations more lazy
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
fix compilation when enabling llvm
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-31
link: Fix archive format selection for some OSs.
Alex Rønne Petersen
[prev]
[next]