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
2024-04-08
link/elf: do not set soname unless only dynlib (reverts for haiku exec)
Jakub Konka
2024-04-08
link/elf: handle symbols to begin/end of .eh_frame section
Jakub Konka
2024-04-08
link/elf: actually emit DYN when targetting haiku
Jakub Konka
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-08
link/elf: propagate Haiku requirement of always passing -shared for images
Jakub Konka
2024-04-08
haiku: fix linking issues
Jacob Young
2024-04-06
spirv: fix some recursive pointers edge cases in dedup pass
Robin Voetter
2024-04-06
spirv: add link progression
Robin Voetter
2024-04-06
spirv: remove cache usage for types
Robin Voetter
2024-04-05
Merge pull request #19260 from mikdusan/macos-zippered
Jakub Konka
2024-04-01
Merge pull request #19490 from Snektron/spirv-dedup
Robin Voetter
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-30
cbe: rewrite `CType`
Jacob Young
2024-03-30
cbe: fix bugs revealed by an upcoming commit
Jacob Young
2024-03-30
spirv: handle annotations in deduplication pass
Robin Voetter
2024-03-30
spirv: avoid copying operands in dedup pass
Robin Voetter
2024-03-30
spirv: deduplicate prototype
Robin Voetter
2024-03-28
macho: fix double free
Jakub Konka
2024-03-28
Merge pull request #19399 from ypsvlq/mingw
Andrew Kelley
2024-03-27
Merge pull request #19430 from ziglang/dwarf-ub
Jakub Konka
2024-03-27
mingw: support -municode
Elaine Gibson
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
dwarf+codegen: use appendNTimes instead of writer().writeByteNTimes
Jakub Konka
2024-03-25
dwarf: actually write zeroed out unresolved relocs into emitted DWARF in init...
Jakub Konka
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-24
dwarf: actually write out well-defined placeholder bytes for relocs
Jakub Konka
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-18
spirv: unused instruction pruning linker pass
Robin Voetter
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-17
Revert "spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`"
Robin Voetter
2024-03-16
macos: archive size fix
zhylmzr
2024-03-15
macho: fix a sad typo in calculating the address of a TLV pointer
Jakub Konka
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-13
macos: add tbd-v3 zippered support
Michael Dusan
2024-03-13
macho: log.debug dylib path
Michael Dusan
2024-03-12
elf: re-use output buffer for emitting thunks
Jakub Konka
2024-03-12
elf+aarch64: fix off-by-one in converging on groups interleaved with thunks
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
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-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-09
elf+aarch64: handle PREL64 reloc
Jakub Konka
2024-03-09
elf+aarch64: fix 32bit build
Jakub Konka
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: handle PREL32 reloc
Jakub Konka
2024-03-08
elf+aarch64: handle TLS GD model
Jakub Konka
[prev]
[next]