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-06-07
Dwarf: restore missing non-entry padding
Jacob Young
2025-06-06
x86_64: fix switch dispatch bug
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Sema: fix invalid pure Air instruction with comptime-known operands
Jacob Young
2025-06-06
Compilation.Config: prefer_llvm depends on pie
Andrew Kelley
2025-06-06
Compilation.Config: eliminate the only variable from this function
Andrew Kelley
2025-06-06
Compilation.Config: "can_use_llvm" -> "prefer_llvm"
Andrew Kelley
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-06
Merge pull request #24090 from fardragon/handle-empty-hash
Andrew Kelley
2025-06-06
Make zig fetch handle jar like zip
Gungun974
2025-06-06
hash mismatch error: don't make empty such a special case
Andrew Kelley
2025-06-06
Package.Hash.toSlice: consistent pointer
Andrew Kelley
2025-06-06
Handle empty hashes in build.zig.zon
fardragon
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-06-06
link: support static archives that are linker scripts
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-05
Merge pull request #24068 from alexrp/android-pic-pie
Alex Rønne Petersen
2025-06-04
valgrind: Add riscv64-linux support.
Alex Rønne Petersen
2025-06-04
compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache().
Alex Rønne Petersen
2025-06-04
zig cc: Pass -f(no-)(PIC,PIE) to Clang for *-(windows,uefi)-(gnu,cygnus).
Alex Rønne Petersen
2025-06-04
zig cc: Pass -f(no-)PIE to clang.
Alex Rønne Petersen
2025-06-04
compiler: Always dynamically link executables for Fuchsia.
Alex Rønne Petersen
2025-06-04
compiler: Rework PIE option logic.
Alex Rønne Petersen
2025-06-04
Merge pull request #24025 from alexrp/glibc-deduplication
Alex Rønne Petersen
2025-06-04
compiler: Don't link ucrtbased.dll when targeting *-windows-msvc in Debug mode.
Alex Rønne Petersen
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-06-03
Merge pull request #24034 from papparapa/remove-musl-trigonometric-function
Andrew Kelley
2025-06-02
x86_64: implement integer `@divFloor` and `@mod`
Jacob Young
2025-06-02
zig init: appease zig fmt check
Loris Cro
2025-06-02
zig init: add new --strip flag and improve template files
Loris Cro
2025-06-02
Revert "mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode."
Alex Rønne Petersen
2025-06-01
libc: replace MinGW's trigonometric functions with compiler_rt's
Koki Ueha
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
x86_64: fix packed struct equality
Jacob Young
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
Legalize: implement scalarization of `@select`
Jacob Young
2025-06-01
Legalize: update for new Block API
Jacob Young
2025-06-01
cbe: legalize safety instructions in non-zig1 builds
Jacob Young
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
codegen: fix accidental stack UAF
mlugg
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-31
Legalize: implement scalarization of unary operations
Jacob Young
2025-05-30
libc: replace musl's trigonometric functions with compiler_rt's
Koki Ueha
2025-05-30
mingw: Link to ucrtbased.dll instead of API set DLLs in Debug mode.
Alex Rønne Petersen
2025-05-30
mingw: Remove libscrnsav(e,w) support.
Alex Rønne Petersen
2025-05-30
compiler: Use new merged header paths for glibc and NetBSD libc.
Alex Rønne Petersen
[prev]
[next]