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
/
codegen
Age
Commit message (
Expand
)
Author
4 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
4 days
update all occurrences of close() to close(io)
Andrew Kelley
6 days
compiler: replace thread pool with `std.Io`
Matthew Lugg
7 days
x86_64: hack around more OPV bugs
Matthew Lugg
11 days
Prevent register clobbering on x86_64 threadlocal access
Mick Sayson
2025-12-10
llvm: fix aliases not having linkage, visibility, etc set
Alex Rønne Petersen
2025-12-07
stage2_wasm: revival, enabling tests
Pavel Verigo
2025-11-27
x86_64: fix abi of a struct that partially fits in registers
Jacob Young
2025-11-23
std.Target: remove Abi.code16
Alex Rønne Petersen
2025-11-23
Merge pull request #23733 from alichraghi/bp
Matthew Lugg
2025-11-23
cbe: translate sparc ccr/icc/xcc registers to icc
Alex Rønne Petersen
2025-11-22
all: replace all `@Type` usages
Ali Cheraghi
2025-11-22
compiler: replace `@Type` with individual type-creating builtins
Matthew Lugg
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
Merge pull request #25898 from jacobly0/elfv2-progress
Andrew Kelley
2025-11-19
llvm: fix lowering of packed struct constants
Matthew Lugg
2025-11-18
cbe: fix big-endian unnatural integer bitcast
Matthew Lugg
2025-11-16
Dedupe types when printing error messages
Prokop Randáček
2025-11-15
Merge pull request #25936 from Traxar/master
Andrew Kelley
2025-11-15
Legalize: implement soft-float legalizations
Matthew Lugg
2025-11-15
src/codegen/spirv/CodeGen.zig: add missing unary Ops
traxar
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
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-11
Elf2: implement PLT
Jacob Young
2025-11-11
aarch64: cleanup register lock
Jacob Young
2025-11-10
Merge pull request #25886 from alexrp/kvx
Alex Rønne Petersen
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
std.Target: add Arch tag and info for kvx
Alex Rønne Petersen
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-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
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
Elf2: load relocations from input objects
Jacob Young
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
[next]