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
Age
Commit message (
Expand
)
Author
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-13
Merge pull request #24381 from Justus2308/switch-better-underscore
Matthew Lugg
2025-08-13
llvm: unions which are equivalent to enums are not by-ref
mlugg
2025-08-13
llvm: support small error limits
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-13
std.crypto.aegis: Absorb ad instead of encrypting it.
Erik Schlyter
2025-08-13
std.Target: bump default android API level from 24 to 29
Alex Rønne Petersen
2025-08-13
Merge pull request #24734 from Rexicon226/tsan-fix
Alex Rønne Petersen
2025-08-13
freebsd: correctly define __FreeBSD_version to the first stable release
Alex Rønne Petersen
2025-08-13
freebsd: fix PIC macro not being defined for crt1_s.S
Alex Rønne Petersen
2025-08-13
tsan: remove usage of libcrypt and libncurses headers
Alex Rønne Petersen
2025-08-13
optimize `@intCast` in llvm backend (#24739)
Rue
2025-08-12
fix: remove incorrect '&'
Justus Klausecker
2025-08-12
fix: emit vector instead of scalar u1_zero in shl_with_overflow logic
Justus Klausecker
2025-08-12
add remaining undef value tests ; fix `@truncate` undef retval type
Justus Klausecker
2025-08-12
add undef shift tests ; mirror `zirShl` logic for `@shlWithOverflow`
Justus Klausecker
2025-08-12
Sema: replace all remaining aggregate interns related to `@typeInfo`
Justus Klausecker
2025-08-12
remove redundant test cases
Justus Klausecker
2025-08-12
replace most aggregate interns in x86_64/CodeGen
Justus Klausecker
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-08-12
Sema: replace most aggregate interns with pt.aggregateValue
Justus Klausecker
2025-08-12
address most comments
Justus Klausecker
2025-08-12
make `>>` a compile error with any undef arg ; add a bunch of test cases
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-08-11
std: introduce orderedRemoveMany
Andrew Kelley
2025-08-11
std.fs.File: prefer getSize over getEndPos
Andrew Kelley
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-11
fix(fmt): return correct exit code for `zig fmt --stdin --check`
Will Lillis
2025-08-10
Writer: Delete writePreserve/writeAllPreserve
Ryan Liptak
2025-08-11
elf: fix potential overflow in got emission
David Rubin
2025-08-11
test: add a standalone test for compiling tsan
David Rubin
2025-08-11
tsan: remove interceptors for termio
David Rubin
2025-08-10
std.fs.File.Reader.getSize: check file kind on stat
Andrew Kelley
2025-08-10
std.net.Stream.Reader: init size_err
Andrew Kelley
2025-08-10
Merge pull request #24774 from kcbanner/fixup_webui_windows
Andrew Kelley
2025-08-10
docs(zon/stringify.zig): Added missing non-serializable type
Alexandre Blais
2025-08-10
Merge pull request #24768 from alichraghi/spv5
Alex Rønne Petersen
2025-08-10
zig fmt: flush stdout before exiting with error
Techatrix
2025-08-10
std.c: Remove serenity's internet_checksum() function
Linus Groh
2025-08-09
Merge pull request #24743 from ziglang/BufferedWriter
Andrew Kelley
2025-08-09
net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...
kcbanner
2025-08-09
Fix `respondWebSocket`, enable --webui on Windows
kcbanner
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-08
Fetch.git: fix FetchStream packet reading
Ian Johnson
2025-08-08
std.Io.Writer.Allocating: configurable bump amount
Andrew Kelley
[prev]
[next]