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
Age
Commit message (
Expand
)
Author
2025-11-14
link.MachO.Dylib: allow maccatalyst output to link macos libraries in TBDs
Alex Rønne Petersen
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-12
Merge pull request #25772 from mlugg/kill-dead-code
Matthew Lugg
2025-11-12
std.Target: remove Abi.cygnus
Alex Rønne Petersen
2025-11-12
Sema: fix inline fn compiler crash (#25586)
So1aric
2025-11-12
cbe: work around some miscompilations
Matthew Lugg
2025-11-12
Air.Legalize: revert to loops for scalarizations
Matthew Lugg
2025-11-12
x86_64: spill eflags when initializing bool vector
Matthew Lugg
2025-11-12
compiler: spring cleaning
Matthew Lugg
2025-11-12
Legalize: rewrite several legalizations
Matthew Lugg
2025-11-10
Merge pull request #25889 from mlugg/incremental-llvm-warn
Matthew Lugg
2025-11-10
Merge pull request #25886 from alexrp/kvx
Alex Rønne Petersen
2025-11-10
sema: print @panic message at comptime
xdBronch
2025-11-10
compiler: warn when using -fincremental with LLVM backend
Matthew Lugg
2025-11-10
compiler: update logFn to use color
Matthew Lugg
2025-11-10
llvm: set sub-arch for spirv 1.6
Alex Rønne Petersen
2025-11-10
cbe: kvx uses $-prefixed registers
Alex Rønne Petersen
2025-11-10
compiler: kvx requires 8-byte aligned functions
Alex Rønne Petersen
2025-11-10
std.Target: add Arch tag and info for kvx
Alex Rønne Petersen
2025-11-10
Merge pull request #25819 from jacobly0/elfv2-emit-obj
Jacob Young
2025-11-09
std.zig.Zir: remove ref_start_index from enum fields of Index and OptionalIndex
Mateusz Poliwczak
2025-11-09
MappedFile: avoid allocating file space with inconsistent state
Jacob Young
2025-11-09
Elf2: incrementally update object relocs
Jacob Young
2025-11-09
Elf2: implement object relocs
Jacob Young
2025-11-09
Elf2: elide unused nodes when emitting objects
Jacob Young
2025-11-09
Elf2: emit object files that are slightly more object-like
Jacob Young
2025-11-08
Merge pull request #25860 from squeek502/coalesce-to-std-zig
Ryan Liptak
2025-11-08
link.Elf: Ensure archive header fields are not left blank
Carl Åstholm
2025-11-07
Move/coalesce RcIncludes enum to `std.zig.RcIncludes`
Ryan Liptak
2025-11-07
Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`
Ryan Liptak
2025-11-07
Merge pull request #25158 from castholm/subsystem
Ryan Liptak
2025-11-07
sema: disallow slices of opaque types
xdBronch
2025-11-06
llvm: add extra clobbers to valgrind requests
David Rubin
2025-11-06
llvm: clobber `rdx` instead of `edx` for x86-64 valgrind request
David Rubin
2025-11-04
x86_64: implement split vector stores
Jacob Young
2025-11-05
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm
2025-11-04
codegen: fix tuple padding
Jacob Young
2025-11-04
Fixing SPIR-V header generator magic + Adding Zig compiler version to SPIR-V ...
kbz_8
2025-11-01
cbe: fix more MIPS register names in inline assembly
Bingwu Zhang
2025-10-30
Merge pull request #25558 from jacobly0/elfv2-load-obj
Jacob Young
2025-10-30
aarch64: fix macho external references
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
x86_64: add `lret` encoding
Jacob Young
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-29
x86_64: fix encoding for out with an immediate port
Jacob Young
2025-10-29
Elf: fix alignment of merge subsections
Jacob Young
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
Elf2: simplify archive loading
Jacob Young
2025-10-29
Elf2: load archives
Jacob Young
[next]