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-02-26
CLI: add unit test and improve sanitizeExampleName
Andrew Kelley
2025-02-26
Package: update unit tests to new API
Andrew Kelley
2025-02-26
zig init: sanitize generated name
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
Package.Manifest: enforce maximum version string length of 32
Andrew Kelley
2025-02-26
Package.Manifest: enforce name limit of 32
Andrew Kelley
2025-02-26
fix generated hash of by-path dependencies
Andrew Kelley
2025-02-26
require package names to be valid zig identifiers
Andrew Kelley
2025-02-26
Package: new hash format
Andrew Kelley
2025-02-26
Compilation: disable ubsan_rt for spirv target
Ali Cheraghi
2025-02-26
Merge pull request #22488 from Rexicon226/ubsan-rt
Andrew Kelley
2025-02-25
x86_64: use ZON for encodings
mlugg
2025-02-25
Zcu: correctly resolve references to test bodies
mlugg
2025-02-25
Merge pull request #22937 from alichraghi/ali_spv
Robin Voetter
2025-02-25
ubsan: don't create ubsan in every static lib by default
Andrew Kelley
2025-02-25
correct some bugs
David Rubin
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-02-25
main: add `-f{no-}ubsan-rt` to the usage text
David Rubin
2025-02-25
Compilation: always import ubsan if a ZCU exists
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-25
Compilation: use the minimal runtime in `ReleaseSafe`
David Rubin
2025-02-25
ubsan: add a basic runtime
David Rubin
2025-02-25
link.MachO.UnwindInfo: reproduce lld's comment
Andrew Kelley
2025-02-25
link.MachO.UnwindInfo: Handle u24 overflow for CU records pointing to DWARF.
Alex Rønne Petersen
2025-02-25
Merge pull request #22999 from alexrp/mingw-update
Alex Rønne Petersen
2025-02-24
spirv: get rid of function_types cache
Robin Voetter
2025-02-24
spirv: do not generate unnecessary forward pointer
Ali Cheraghi
2025-02-24
spirv: replace some unreachables with compile errors
Ali Cheraghi
2025-02-24
mingw: Update MinGW-w64 sources to 3839e21b08807479a31d5a9764666f82ae2f0356.
Alex Rønne Petersen
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-24
llvm: Fix C ABI integer promotion for loongarch64.
Alex Rønne Petersen
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
Type: resolve union tag type before checking for runtime bits
David Rubin
2025-02-23
cbe: Implement support for -fno-builtin and @disableIntrinsics().
Alex Rønne Petersen
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
zig fmt: fix invalid alignment on frees
Andrew Kelley
2025-02-22
arch/sparc64/CodeGen: Fix indentation in realStackOffset
87flowers
2025-02-23
Merge pull request #22903 from alexrp/llvm-nobuiltin-memcpy-inline
Alex Rønne Petersen
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2025-02-22
Merge pull request #22659 from ifreund/linker-script-fix
Andrew Kelley
2025-02-22
llvm: Use inline variants of memcpy/memset intrinsics when using -fno-builtin.
Alex Rønne Petersen
2025-02-22
llvm.Builder: Update some intrinsic definitions for LLVM 19.
Alex Rønne Petersen
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-22
x86_64: rewrite scalar `@bitReverse`
Jacob Young
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-21
Output `zig targets` as ZON instead of JSON (#22939)
Mason Remaley
2025-02-21
wasi-libc: Deduplicate sources and headers with regards to upstream musl.
Alex Rønne Petersen
2025-02-21
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux
[next]