zig/src
2025-09-27 20:10:32 -04:00
..
Air frontend: packed struct field ptr no longer finds byte borders 2025-09-20 18:33:01 -07:00
codegen x86_64: fix @mulAdd miscomp 2025-09-27 20:10:32 -04:00
Compilation target: check for backend support for the new linker 2025-09-24 16:08:26 -07:00
libs musl: add missing fenv C dummy functions for loongarch64-linux-muslsf 2025-09-27 17:13:29 +02:00
link compiler: move self-hosted backends from src/arch to src/codegen 2025-09-26 02:02:07 +02:00
Package Merge pull request #25077 from ziglang/GenericReader 2025-08-30 12:43:52 -07:00
Sema fix: emit vector instead of scalar u1_zero in shl_with_overflow logic 2025-08-12 16:33:58 +02:00
Zcu Elf2: create a new linker from scratch 2025-09-21 14:09:14 -07:00
Air.zig Sema: avoid ptr_add/ptr_sub instructions void elem type 2025-09-20 18:33:00 -07:00
Builtin.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07: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 zig cc: update options data to LLVM 21 2025-08-30 06:36:41 +02:00
codegen.zig compiler: move self-hosted backends from src/arch to src/codegen 2025-09-26 02:02:07 +02:00
Compilation.zig Merge pull request #25342 from ziglang/fuzz-limit 2025-09-26 05:28:46 -07:00
crash_report.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
DarwinPosixSpawn.zig std.c.darwin: cleanup, expose everything in std.c 2025-08-20 18:21:32 +02:00
dev.zig Elf2: create a new linker from scratch 2025-09-21 14:09:14 -07:00
fmt.zig zig fmt help: mention that the argument can be a directory 2025-09-18 22:15:57 +02:00
IncrementalDebugServer.zig compiler: update to not use GenericWriter 2025-08-28 18:30:57 -07:00
InternPool.zig compiler: disable InternPool.debug_state as it is unsound 2025-09-24 20:01:19 -07:00
introspect.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
link.zig Elf2: create a new linker from scratch 2025-09-21 14:09:14 -07:00
main.zig Update descriptions of -f[no-]error-tracing to match the actual behavior 2025-09-26 14:01:17 -07:00
mutable_value.zig Sema: Improve comptime arithmetic undef handling 2025-08-12 16:33:57 +02:00
Package.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
print_env.zig update zig env to respect ZIG_LIB_DIR and support wasi 2025-07-30 09:45:03 +01:00
print_targets.zig rework std.Io.Writer.Allocating to support runtime-known alignment 2025-08-30 00:48:50 -07:00
print_value.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
print_zir.zig frontend: replace elem_val_node with elem_ptr_load 2025-09-20 18:33:00 -07:00
print_zoir.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
RangeSet.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
register_manager.zig std.fmt.format: use {t} for tag name rather than {s} 2025-07-07 22:43:52 -07:00
Sema.zig Compilation: re-implement cImport 2025-09-24 20:01:19 -07:00
target.zig target: x86_64 backend can build compiler rt with coff 2025-09-27 18:30:52 -04:00
tracy.zig Update TracyAllocator to new allocator API 2025-07-05 00:24:40 +02:00
Type.zig Revert "frontend: another packedStructFieldPtrInfo fix" 2025-09-20 18:33:01 -07:00
Value.zig Elf2: create a new linker from scratch 2025-09-21 14:09:14 -07:00
Zcu.zig compiler: update aro and translate-c to latest; delete clang translate-c 2025-09-24 19:57:28 -07:00
zig_clang_cc1_main.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_clang_cc1as_main.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_clang_driver.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_llvm-ar.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_llvm.cpp compiler: respond to API changes in LLVM 21 2025-08-30 06:36:41 +02:00
zig_llvm.h build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00