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-04-03
std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.
Alex Rønne Petersen
2025-04-03
std.zig.system.x86: Synchronize CPUID/XGETBV checks with LLVM 19.
Alex Rønne Petersen
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
2025-04-02
Merge pull request #22337 from ruihe774/fix-app-mask
Alex Rønne Petersen
2025-04-02
Merge pull request #22907 from MasonRemaley/import-zon-anon-type
Matthew Lugg
2025-04-02
DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)
Auguste Rame
2025-04-02
Merge pull request #22973 from MasonRemaley/zon-stop-on-node
Matthew Lugg
2025-04-02
std.os.linux: block all signals in raise
Misaki Kasumi
2025-04-02
std.zon.parse: make `ast` and `zoir` fields of `Diagnostics` non-optional
Mason Remaley
2025-04-02
std.zon.parse: rename `Status` to `Diagnostics`
Mason Remaley
2025-04-02
std.zon: populate `Zoir.Node.Index` values with corresponding ZOIR node
Mason Remaley
2025-04-02
incremental: add test for ZON file without result type
mlugg
2025-04-02
stage1: fix `wasi_snapshot_preview1_fd_seek` on cache files
mlugg
2025-04-02
Zcu: fix ZOIR cache bugs
Mason Remaley
2025-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-04-02
Sema: increment extra index even if return type is generic
David Rubin
2025-04-01
std.start: allow return uefi error union in main (#23425)
Carmen
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-31
zon: normalize negative zeroes
Ali Cheraghi
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-31
Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit type
mlugg
2025-03-31
translate-c: fix referencing extern locals from nested blocks
Parker Liu
2025-03-31
Merge pull request #23371 from alexrp/ci-redundancy
Alex Rønne Petersen
2025-03-31
Merge pull request #23417 from dweiller/zstd-fixes
Alex Rønne Petersen
2025-03-31
Add quota for comptime sort, add test
Simon Brown
2025-03-31
std.compress.zstd: ensure window size fits into usize
dweiller
2025-03-31
std.compress.zstd: fix OOB access in literal decode
dweiller
2025-03-30
Sema: convert slice sentinel to single pointer correctly
David Rubin
2025-03-29
Zcu: resolve layout of analyzed declaration type
mlugg
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
2025-03-29
crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)
Frank Denis
2025-03-27
check result of mmap() call to handle a large base_addr value correctly
Sean Stasiak
2025-03-27
stage1: Update zig1.wasm.
Alex Rønne Petersen
2025-03-27
Merge pull request #23378 from alexrp/build-zig-cleanup
Alex Rønne Petersen
2025-03-27
Merge pull request #23373 from alexrp/get-base-address
Alex Rønne Petersen
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-27
std.posix: add getuid()/geteuid()
blurrycat
2025-03-27
build: increase test-std max rss
Alex Rønne Petersen
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-27
build.zig: Statically link LLVM libraries for experimental targets if requested.
Alex Rønne Petersen
2025-03-27
ci: Build stage4 and run behavior tests with it on aarch64-linux-debug.
Alex Rønne Petersen
2025-03-26
Merge pull request #23339 from Iced-Sun/master
Alex Rønne Petersen
2025-03-26
build.zig: Stop setting _WIN32_WINNT=0x601 (Windows 7) when targeting MinGW.
Alex Rønne Petersen
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-26
build.zig: Don't disable LTO when targeting MinGW.
Alex Rønne Petersen
2025-03-26
abiAndDynamicLinkerFromFile: return an error when the file is not actually dy...
Pratham
2025-03-26
std.process: Fix getBaseAddress() to handle all Darwin OSs.
Alex Rønne Petersen
2025-03-26
std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.
Alex Rønne Petersen
2025-03-26
std.process: Fix getBaseAddress() for linux + libc.
Alex Rønne Petersen
2025-03-26
linux: don't export getauxval when not required
wooster0
[next]