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
Age
Commit message (
Expand
)
Author
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: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-07
Dwarf: restore missing non-entry padding
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-04
compiler: Don't link ucrtbased.dll when targeting *-windows-msvc in Debug mode.
Alex Rønne Petersen
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-21
spirv: error when execution mode is set more than once
Ali Cheraghi
2025-05-21
link.Elf: Don't require linking libc for dynamic linker path to take effect.
Alex Rønne Petersen
2025-05-20
Merge pull request #23913 from alexrp/netbsd-libc
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
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
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
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-05-03
link+macho+fuzz: use correct input type
tjog
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
Merge pull request #23663 from alexrp/emit-asm-only
Alex Rønne Petersen
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
link.Elf: Skip invoking LLD for `zig build-obj` for unsupported targets.
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-04-21
revive nvptx linkage
Ali Cheraghi
2025-04-13
link: Improve handling of --build-id when using LLD.
Alex Rønne Petersen
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-05
Dwarf: handle undefined type values
Jacob Young
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-18
mingw: Rename mingw32.lib to libmingw32.lib.
Alex Rønne Petersen
2025-03-10
Dwarf: remove comptime parameters from generic origin functions
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-02-26
Merge pull request #22488 from Rexicon226/ubsan-rt
Andrew Kelley
2025-02-25
Merge pull request #22937 from alichraghi/ali_spv
Robin Voetter
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-25
link.MachO.UnwindInfo: reproduce lld's comment
Andrew Kelley
[prev]
[next]