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
Group-Canceled
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
groupAwait
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-04-09
x86_64: rewrite scalar `@addWithOverflow`
Jacob Young
2025-04-09
compiler: Allow using LLVM's SPIR-V backend.
Alex Rønne Petersen
2025-04-09
Sema/arith.zig: Fixing more typos from #23177.
Mun Maks
2025-04-09
zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue.
Alex Rønne Petersen
2025-04-09
Compilation: Fix logic in addCCArgs() for various file types and flags.
Techatrix
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-04-09
Fix mach-o naming for sancov sections
SuperAuguste
2025-04-07
Make translate-c more robust in handling macro functions.
Matthew Roush
2025-04-07
compiler: Switch default code model for loongarch64 to medium.
Alex Rønne Petersen
2025-04-07
#23177, maintainter 'mlugg' wanted to fix that typo, 4 weeks without changes,...
Maksat
2025-04-07
zig_clang: Fix size of ZigClangAPValue for Clang 20.
Alex Rønne Petersen
2025-04-07
Remove overzealous LLVM anti-instrumentation attributes
SuperAuguste
2025-04-05
Dwarf: handle undefined type values
Jacob Young
2025-04-05
x86_64: fix incorrect handling of unreusable operands
Jacob Young
2025-04-05
std.Build: update build-id flag description
Jan200101
2025-04-05
Merge pull request #22780 from ziglang/llvm20
Andrew Kelley
2025-04-03
update compiler usage of DoublyLinkedList API
Andrew Kelley
2025-04-04
compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.
Alex Rønne Petersen
2025-04-04
Revert "compiler: Don't consider powerpc to have red zone support yet."
Alex Rønne Petersen
2025-04-04
Compilation: Remove the PowerPC soft float preprocessor workaround.
Alex Rønne Petersen
2025-04-04
zig cc: Avoid passing any "CPU" features related to float ABI to Clang.
Alex Rønne Petersen
2025-04-04
llvm: Remove workaround for zero-length memset/memcpy on wasm.
Alex Rønne Petersen
2025-04-04
llvm: Use muslabin32/muslabi64 environments in the target triple.
Alex Rønne Petersen
2025-04-04
llvm: Allow FastISel on mips again.
Alex Rønne Petersen
2025-04-04
llvm: never_tail implies never_inline, so set noinline in this case too.
Alex Rønne Petersen
2025-04-04
Sema: Prevent tail calls of std.builtin.returnError().
Alex Rønne Petersen
2025-04-04
llvm: Update the list of targets that use native f16/f128.
Alex Rønne Petersen
2025-04-04
compiler: Update max int alignments for some targets.
Alex Rønne Petersen
2025-04-04
llvm: Fix i128 alignment for various targets.
Alex Rønne Petersen
2025-04-04
llvm: Set target-abi module flag.
Alex Rønne Petersen
2025-04-04
libtsan: Update to LLVM 20.
Alex Rønne Petersen
2025-04-04
zig cc: Update options data to Clang 20.
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
2025-04-04
libcxx: Update to Clang 20.
Alex Rønne Petersen
2025-04-04
zig cc: Update driver files to Clang 20.
Alex Rønne Petersen
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
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-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-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-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
[prev]
[next]