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
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-08
std.posix: read on timerfd can return error.Canceled
Jan Hendrik Farr
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
Merge pull request #20688 from ziglang/incr-test
Andrew Kelley
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-07
bootstrap: fix build
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
cbe: fix for export changes
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-04
link: restore lost passthrough behavior
Jacob Young
2024-05-03
lld: use a response file on `NameTooLong`
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
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-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-21
LLVM: Remove use of LLVM in Builder
antlilja
2024-02-16
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-24
macho: parse dependent dylibs
Jakub Konka
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
restore -fno-emit-bin -femit-llvm-ir functionality
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
linker: rename intermediary_basname to zcu_object_sub_path
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
[next]