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-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
2025-02-25
link.MachO.UnwindInfo: Handle u24 overflow for CU records pointing to DWARF.
Alex Rønne Petersen
2025-02-24
spirv: do not generate unnecessary forward pointer
Ali Cheraghi
2025-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-11
link.Elf: implement non-alloc `{SET,SUB}_ULEB128`
David Rubin
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-07
Dwarf: fix cross_section_relocs capacity
Isaac Freund
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-01-25
link: Set machine and float ABI when invoking ld.lld and lld-link.
Alex Rønne Petersen
2025-01-22
link.Wasm.Feature: Make fromCpuFeature() and toCpuFeature() less cute.
Alex Rønne Petersen
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-17
macho linker: adjust symbol priority
Andrew Kelley
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
link.MachO: fix error reporting in flushModule
Andrew Kelley
2025-01-15
link.Elf: fix error reporting for failed hot swap
Andrew Kelley
2025-01-15
wasm linker: omit data count section when value is zero
Andrew Kelley
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
2025-01-15
wasm linker: delete commented out code
Andrew Kelley
2025-01-15
wasm linker: fix TLS data segments
Andrew Kelley
2025-01-15
wasm linker: fix explicit exports not affecting object files
Andrew Kelley
2025-01-15
wasm linker: ability to get data and functions from objects
Andrew Kelley
2025-01-15
wasm linker: implement --export-table
Andrew Kelley
2025-01-15
wasm-linker: remap function types during flush
Andrew Kelley
2025-01-15
wasm linker: implement __wasm_init_tls synthetic function
Andrew Kelley
[next]