zig/src
2025-04-13 02:20:32 -04:00
..
Air Dwarf: handle undefined type values 2025-04-05 21:42:33 -04:00
arch Merge pull request #23061 from pavelverigo/stage2-wasm-misc 2025-04-11 15:56:35 -04:00
codegen compiler: Move int size/alignment functions to std.Target and std.zig.target. 2025-04-11 05:22:00 -04:00
Compilation Merge pull request #23501 from imreallybadatnames/master 2025-04-09 05:16:36 +00:00
link link: Improve handling of --build-id when using LLD. 2025-04-13 01:46:15 +02:00
Liveness Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05:00
Package std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00
Sema Sema/arith.zig: Fixing more typos from #23177. 2025-04-09 12:53:11 +01:00
Zcu Zcu: fix ZOIR cache bugs 2025-04-02 05:54:04 +01:00
Air.zig compiler: "illegal behavior", not "undefined behavior", in errors 2025-03-29 18:40:23 -04: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
clang_options_data.zig compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>. 2025-04-04 06:08:10 +02:00
codegen.zig codegen: fix packed byte-aligned relocations 2025-03-23 18:35:34 -04:00
Compilation.zig Merge pull request #23529 from alexrp/2879-groundwork 2025-04-12 18:14:17 +02:00
crash_report.zig all: update for panic.unwrapError and panic.call signature changes 2025-01-24 22:33:23 +00:00
DarwinPosixSpawn.zig lib/std: PermissionDenied/AccessDenied cleanup and fallout 2025-03-24 16:20:45 +01:00
dev.zig x86_64: implement clz and not 2025-01-16 20:42:08 -05:00
fmt.zig posix/write: catch MSGSIZE error (#23238) 2025-03-15 12:04:42 +01:00
glibc.zig std.Target: Move osArchName() and Cpu.Arch.archName() to std.zig.target. 2025-02-17 19:17:56 +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
libcxx.zig libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
libtsan.zig tsan: Rename lib/tsan to lib/libtsan. 2025-04-11 02:08:18 +02:00
libunwind.zig src/libunwind.zig: Fix symbol visibility macro define 2025-04-12 22:27:28 +02:00
link.zig codegen: fix packed byte-aligned relocations 2025-03-23 18:35:34 -04:00
Liveness.zig Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05:00
main.zig std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00
mingw.zig mingw: Rename mingw32.lib to libmingw32.lib. 2025-03-18 10:58:52 +01:00
musl.zig Merge pull request #23529 from alexrp/2879-groundwork 2025-04-12 18:14:17 +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 Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05: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 std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01: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 AstGen: redistribute inline asm limits 2025-04-10 06:04:09 -04:00
target.zig compiler: Allow using LLVM's SPIR-V backend. 2025-04-09 19:32:57 +02: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 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 Introduce libzigc for libc function implementations in Zig. 2025-04-11 17:12:31 +02:00
Zcu.zig Zcu: fix ZOIR cache bugs 2025-04-02 05:54:04 +01: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