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-20
system specific errno
rpkak
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
Merge pull request #25780 from Vexu/translate-c
Andrew Kelley
2025-11-20
Merge pull request #25981 from mlugg/macos-fuzz-2
Matthew Lugg
2025-11-20
Merge pull request #25898 from jacobly0/elfv2-progress
Andrew Kelley
2025-11-20
update Aro and translate-c to latest
Veikka Tuominen
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-19
Elf2: revert incorrect endian fix
Jacob Young
2025-11-19
Merge pull request #25965 from alexrp/s390x
Alex Rønne Petersen
2025-11-19
compiler: fix crash if file contents change during update
Matthew Lugg
2025-11-19
compiler: don't use self-hosted backends on big-endian hosts
Alex Rønne Petersen
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-17
sema: fix UAF in type mismatch error
xdBronch
2025-11-16
sema: improve codegen of for loop safety checks
xdBronch
2025-11-16
Merge pull request #25929 from alexrp/maccatalyst
Alex Rønne Petersen
2025-11-16
Dedupe types when printing error messages
Prokop Randáček
2025-11-16
improve assembly error test coverage
xdBronch
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
Sema: fix illegal multi level pointer coercions
Justus Klausecker
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-11
Elf2: implement PLT
Jacob Young
2025-11-11
Elf2: fix relocations against untyped symbols
Jacob Young
2025-11-11
aarch64: cleanup register lock
Jacob Young
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
[next]