zig/src
2025-05-16 14:42:37 -07:00
..
Air compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
arch init spork8 backend 2025-05-16 14:42:37 -07:00
codegen init spork8 backend 2025-05-16 14:42:37 -07:00
Compilation init spork8 backend 2025-05-16 14:42:37 -07:00
libs libtsan: Disable warnings when building. 2025-05-12 16:24:59 +02:00
link init spork8 backend 2025-05-16 14:42:37 -07:00
Liveness compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
Package std.meta.intToEnum -> std.enums.fromInt 2025-05-13 07:28:41 +02:00
Sema compiler: fix comptime memory store bugs 2025-05-03 20:10:26 +01:00
Zcu compiler: integrate @compileLog with incremental compilation 2025-04-20 18:11:53 +01:00
Air.zig Air: Fix mustLower() to consider volatile for a handful of instructions. 2025-05-12 17:07:49 +02: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 std.Target: Remove ObjectFormat.nvptx (and associated linker code). 2025-05-10 12:21:57 +02:00
Compilation.zig Compilation: Don't pass -mabi to Clang on powerpc64(le)-freebsd. 2025-05-10 20:58:28 +02:00
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 init spork8 backend 2025-05-16 14:42:37 -07:00
fmt.zig posix/write: catch MSGSIZE error (#23238) 2025-03-15 12:04:42 +01: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
link.zig init spork8 backend 2025-05-16 14:42:37 -07:00
Liveness.zig compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
main.zig main: List -f(no-)builtin as per-module options. 2025-05-12 17:07:50 +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 compiler: Move vendored library support to libs subdirectory. 2025-05-10 12:19:26 +02: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 #23263 from mlugg/comptime-field-ptr 2025-05-03 20:10:42 +01:00
target.zig init spork8 backend 2025-05-16 14:42:37 -07:00
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 translate-c: fix callconv attribute in macro 2025-05-07 16:15:51 +03:00
Type.zig compiler: fix comptime memory store bugs 2025-05-03 20:10:26 +01:00
Value.zig std.meta.intToEnum -> std.enums.fromInt 2025-05-13 07:28:41 +02:00
Zcu.zig init spork8 backend 2025-05-16 14:42:37 -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