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-05-12
llvm: Don't set nonnull attribute on allowzero slices.
Alex Rønne Petersen
2025-05-12
llvm: Set null_pointer_is_valid attribute when accessing allowzero pointers.
Alex Rønne Petersen
2025-05-12
Air: Fix mustLower() to consider volatile for a handful of instructions.
Alex Rønne Petersen
2025-05-12
Air: Always return true for inline assembly in mustLower().
Alex Rønne Petersen
2025-05-12
Air: Fix mustLower() for atomic_load with inter-thread ordering.
Alex Rønne Petersen
2025-05-12
riscv64: Handle writes to the zero register sensibly in result bookkeeping.
Alex Rønne Petersen
2025-05-12
riscv64: Add missing fence for seq_cst atomic_store.
Alex Rønne Petersen
2025-05-12
riscv64: Get rid of some trailing whitespace.
Alex Rønne Petersen
2025-05-12
libtsan: Disable warnings when building.
Alex Rønne Petersen
2025-05-12
Merge pull request #23835 from alexrp/freebsd-libc
Alex Rønne Petersen
2025-05-11
compiler: Link libc by default when targeting FreeBSD.
Alex Rønne Petersen
2025-05-11
freebsd: Create strong references to __progname and environ in stub libc.so.
Alex Rønne Petersen
2025-05-11
Compilation.Config: Default to dynamic linking with FreeBSD libc.
Alex Rønne Petersen
2025-05-10
Compilation: Don't pass -mabi to Clang on powerpc64(le)-freebsd.
Alex Rønne Petersen
2025-05-10
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-05-10
compiler: Define __FreeBSD_version when targeting FreeBSD libc.
Alex Rønne Petersen
2025-05-10
libcxxabi: Pass -fPIC via module options instead of CFLAGS.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-10
Introduce common `bzero` libc implementation. (#23812)
David
2025-05-09
glibc: Fix stub libraries containing unwanted symbols.
Alex Rønne Petersen
2025-05-09
Compilation: don't warn about failure to delete missing C depfile
mlugg
2025-05-07
translate-c: fix callconv attribute in macro
xdBronch
2025-05-05
compiler: Set libc++ ABI version to 2 for Emscripten.
Alex Rønne Petersen
2025-05-05
Merge pull request #23727 from tjog/add-libfuzz-standalone-test
Alex Rønne Petersen
2025-05-04
fix system library lookup when cross-compiling to windows-msvc
Xavier Bouchoux
2025-05-04
Merge pull request #23752 from alexrp/static-native-glibc
Alex Rønne Petersen
2025-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-05-03
compiler: fix comptime memory store bugs
mlugg
2025-05-03
link+macho+fuzz: use correct input type
tjog
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Allow linking native glibc statically.
Alex Rønne Petersen
2025-05-03
compiler: Rename misleading libcNeedsLibUnwind() function.
Alex Rønne Petersen
2025-05-02
inline assembly: implement gcc's "%=" syntax
samy007
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-30
Merge pull request #23654 from alichraghi/continue
Robin Voetter
2025-04-28
Merge pull request #23708 from ziglang/memmove-followups
Andrew Kelley
2025-04-28
Sema: fix a few indexing bugs
mlugg
2025-04-28
sema: do checked cast when resolving aggregate size
dweiller
2025-04-28
wasi-libc: Fix paths to psignal.c and strsignal.c.
Alex Rønne Petersen
2025-04-28
Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptx
Ali Cheraghi
2025-04-28
spirv: allow `offset_and_cast` for vectors when possible
Ali Cheraghi
2025-04-27
C backend: less branching
Andrew Kelley
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
Sema: fix memcpy with C pointers
xdBronch
2025-04-28
cbe: aggregate assignment does not need a second cast
mlugg
[prev]
[next]