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-11
Value: ensure that extern structs have their layout resolved in ptrField
kcbanner
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-11
x86_64: pass exact integer bit sizes to compiler-rt routines
Jacob Young
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-11
Merge pull request #23355 from jacobly0/x86_64-rewrite
Jacob Young
2025-04-11
compiler: Add hexagon-linux-musl support.
Alex Rønne Petersen
2025-04-11
tsan: Rename lib/tsan to lib/libtsan.
Alex Rønne Petersen
2025-04-10
Compilation: Pass `-m<os>-version-min=...` to Clang for all applicable Darwin...
Alex Rønne Petersen
2025-04-10
x86_64: fix `error_set_has_value` of inferred error sets
Jacob Young
2025-04-10
AstGen: redistribute inline asm limits
Jacob Young
2025-04-10
x86_64: add avx512 registers
Jacob Young
2025-04-10
x86_64: support rip-relative addressing to labels in inline asm
Jacob Young
2025-04-10
x86_64: remove broken const value tracking
Jacob Young
2025-04-09
x86_64: fix switch on big ints
Jacob Young
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@subWithOverflow`
Jacob Young
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
[prev]
[next]