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-09-20
Sema: add missed logic to checkPtrAttributes
Andrew Kelley
2025-09-20
x86_64: fix safety crashes in `storeRegs`
Jacob Young
2025-09-20
frontend: packed struct field ptr no longer finds byte borders
Andrew Kelley
2025-09-20
Sema: avoid ptr_add/ptr_sub instructions void elem type
Andrew Kelley
2025-09-20
frontend: additionally handle C pointers in ptrOptPayload
Andrew Kelley
2025-09-20
frontend: fix too strict assertion
Andrew Kelley
2025-09-20
aarch64: implement `ptr_slice_*_ptr`
Jacob Young
2025-09-20
Sema: fix YAGNI violation
Andrew Kelley
2025-09-20
Sema: more conservative elem_ptr_load implementation
Andrew Kelley
2025-09-20
frontend: replace elem_val_node with elem_ptr_load
Andrew Kelley
2025-09-20
frontend: replace field_val and field_val_named
Andrew Kelley
2025-09-20
Sema: fix source location of "declared here" note
Andrew Kelley
2025-09-20
x86 codegen: handle spilled tuples
Andrew Kelley
2025-09-20
Sema: fix accessing ptr field of double array pointer with sentinel
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-20
llvm backend: remove canElideLoad mechanism
Andrew Kelley
2025-09-19
Fix duplicate LC_RPATH entries on macOS Tahoe
Frank Denis
2025-09-18
zig fmt help: mention that the argument can be a directory
Frank Denis
2025-09-17
fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)
Silver
2025-09-17
Elf: implement `linksection`
Jacob Young
2025-09-17
Merge pull request #25201 from jacobly0/x86_64-addsat
Andrew Kelley
2025-09-16
llvm: fix tagged union payload size in debug info
mlugg
2025-09-15
frontend: fix reference tracking through coerced function bodies
mlugg
2025-09-10
x86_64: fix `@splat` typo
Jacob Young
2025-09-10
x86_64: delete usages of avx2 `vpack?s??`
Jacob Young
2025-09-10
x86_64: fix strictness edge cases in `+|`
Jacob Young
2025-09-10
Merge pull request #24968 from ifreund/deque
Andrew Kelley
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-09-07
frontend: vectors and arrays no longer support in-memory coercion
Andrew Kelley
2025-09-06
Compilation: fix buildGlibcSharedObjects error handling
Andrew Kelley
2025-09-05
Sema: forbid packed unions with mismatched field bit sizes
Andrew Kelley
2025-09-04
link.Elf: truncate st_other to u3 before converting to std.elf.STV
Alex Rønne Petersen
2025-08-31
Fix `-M` and `--dep` splitting on every = instead of just the first
Ryan Liptak
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-31
zig_clang: fix ZigClangAPValueLValueBase struct layout to match Clang 21
Alex Rønne Petersen
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-30
Revert "llvm: workaround crashes in llvm loop optimizations"
Alex Rønne Petersen
2025-08-30
compiler: remove medium code model workaround for loongarch64
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for all hexagon targets
Alex Rønne Petersen
2025-08-30
llvm: remove f16 special case for soft float aarch64
Alex Rønne Petersen
2025-08-30
llvm: switch to native f128 IR type for nvptx
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for s390x
Alex Rønne Petersen
2025-08-30
llvm: update data layout strings for LLVM 21
Alex Rønne Petersen
2025-08-30
zig cc: pass -mthumb to the assembler as necessary
Alex Rønne Petersen
2025-08-30
zig cc: pass CPU features to Clang using the new -Xclangas when assembling
Alex Rønne Petersen
2025-08-30
zig cc: update options data to LLVM 21
Alex Rønne Petersen
2025-08-30
std.Target: add managarm OS tag
Alex Rønne Petersen
2025-08-30
compiler: respond to API changes in LLVM 21
Alex Rønne Petersen
[prev]
[next]