..
Air
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
arch
wasm-c-abi: llvm fix struct handling + reorganize
2025-05-01 18:10:36 -04:00
codegen
wasm-c-abi: llvm fix struct handling + reorganize
2025-05-01 18:10:36 -04:00
Compilation
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
link
wasm-c-abi: llvm fix struct handling + reorganize
2025-05-01 18:10:36 -04:00
Liveness
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
Package
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
Sema
Sema/arith.zig: Fixing more typos from #23177 .
2025-04-09 12:53:11 +01:00
Zcu
compiler: integrate @compileLog with incremental compilation
2025-04-20 18:11:53 +01:00
Air.zig
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
Builtin.zig
compiler: don't perform semantic analysis if there are files without ZIR
2025-02-04 16:20:29 +00:00
clang.zig
zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue.
2025-04-09 11:53:24 +02:00
clang_options.zig
zig cc: honor all -m and -mno- CPU feature flags
2021-11-26 19:59:33 -07:00
clang_options_data.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
codegen.zig
codegen: fix packed byte-aligned relocations
2025-03-23 18:35:34 -04:00
Compilation.zig
Compilation: don't build compiler_rt for amdgcn and ubsan_rt for ptx
2025-04-28 10:49:17 +03:30
crash_report.zig
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
2025-04-30 20:32:04 -07:00
DarwinPosixSpawn.zig
lib/std: PermissionDenied/AccessDenied cleanup and fallout
2025-03-24 16:20:45 +01:00
dev.zig
link: Stub out GOFF/XCOFF linker code based on LLVM.
2025-04-27 03:52:52 +02:00
fmt.zig
posix/write: catch MSGSIZE error ( #23238 )
2025-03-15 12:04:42 +01:00
glibc.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
InternPool.zig
std: eradicate u29 and embrace std.mem.Alignment
2025-04-13 02:20:32 -04:00
introspect.zig
Fix handling of empty XDG environment variables
2024-08-19 23:30:14 -07:00
libcxx.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
libtsan.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
libunwind.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
link.zig
link: Stub out GOFF/XCOFF linker code based on LLVM.
2025-04-27 03:52:52 +02:00
Liveness.zig
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
main.zig
compiler: Error if the user targets arc with -femit-bin.
2025-04-27 14:09:05 +02:00
mingw.zig
mingw: Rename mingw32.lib to libmingw32.lib.
2025-03-18 10:58:52 +01:00
musl.zig
compiler: Allow configuring UBSan mode at the module level.
2025-04-26 22:54:34 +02:00
mutable_value.zig
all: update to std.builtin.Type.Pointer.Size field renames
2025-01-16 12:46:29 +00:00
Package.zig
rename "nonce" to "fingerprint"
2025-02-26 11:42:04 -08:00
print_air.zig
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
print_env.zig
std: update std.builtin.Type fields to follow naming conventions
2024-08-28 08:39:59 +01:00
print_targets.zig
Output zig targets as ZON instead of JSON ( #22939 )
2025-02-21 21:40:57 -05:00
print_value.zig
compiler: simplify generic functions, fix issues with inline calls
2025-01-21 02:41:42 +00:00
print_zir.zig
compiler: add @memmove builtin
2025-04-26 13:34:16 +10:00
print_zoir.zig
compiler: introduce ZonGen and make ast-check run it for ZON inputs
2024-12-16 17:02:35 +00:00
RangeSet.zig
sema: rework type resolution to use Zcu when possible
2024-08-25 15:16:42 -07:00
register_manager.zig
codegen: fix packed byte-aligned relocations
2025-03-23 18:35:34 -04:00
Sema.zig
Merge pull request #23708 from ziglang/memmove-followups
2025-04-28 15:06:18 -04:00
target.zig
Compilation: don't build compiler_rt for amdgcn and ubsan_rt for ptx
2025-04-28 10:49:17 +03:30
ThreadSafeQueue.zig
link.flushTaskQueue: move safety lock
2024-10-23 16:27:39 -07:00
tracy.zig
Add build option to set tracy-callstack-depth in build.zig ( #21990 )
2024-11-29 12:13:06 -08:00
translate_c.zig
Make translate-c more robust in handling macro functions.
2025-04-07 20:53:38 +00:00
Type.zig
compiler: Move int size/alignment functions to std.Target and std.zig.target.
2025-04-11 05:22:00 -04:00
Value.zig
Value: ensure that extern structs have their layout resolved in ptrField
2025-04-11 15:30:20 -04:00
wasi_libc.zig
wasi-libc: Fix paths to psignal.c and strsignal.c.
2025-04-28 13:36:11 +02:00
Zcu.zig
make @memcpy and @memmove share panic handlers
2025-04-27 23:30:00 -07:00
zig_clang.cpp
zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue.
2025-04-09 11:53:24 +02:00
zig_clang.h
zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue.
2025-04-09 11:53:24 +02:00
zig_clang_cc1_main.cpp
zig cc: Update driver files to Clang 20.
2025-04-04 06:08:09 +02:00
zig_clang_cc1as_main.cpp
zig cc: Update driver files to Clang 20.
2025-04-04 06:08:09 +02:00
zig_clang_driver.cpp
zig cc: Update driver files to Clang 20.
2025-04-04 06:08:09 +02:00
zig_llvm-ar.cpp
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
2024-09-19 18:20:20 -07:00
zig_llvm.cpp
compiler: Updates for LLVM/Clang 20 API changes.
2025-04-04 06:08:09 +02:00
zig_llvm.h
compiler: Updates for LLVM/Clang 20 API changes.
2025-04-04 06:08:09 +02:00