zig/src
Alex Rønne Petersen a996a75e06
compiler: make all Zig-provided libraries use -ffunction-sections -fdata-sections
We already did this for some of them; this just makes us consistent. Doing this
gives the linker more flexibility to rearrange code/data, but more importantly,
allows --gc-sections to get rid of all the unused code, which is a real concern
for these libraries in particular.
2026-01-06 21:15:02 +01:00
..
Air fix more fallout from locking stderr 2025-12-23 22:15:10 -08:00
codegen codegen.wasm: fix 64-bit saturating shl 2026-01-03 15:45:11 +00:00
Compilation compiler: don't error on explicit link_libc=false on requiresLibC() targets 2026-01-05 16:50:46 +01:00
libs compiler: make all Zig-provided libraries use -ffunction-sections -fdata-sections 2026-01-06 21:15:02 +01:00
link compiler: support building openbsd crt0 and stub shared libraries 2026-01-05 16:50:46 +01:00
Package git.zig: Process data packets of all lengths, discarding unrecognized packets 2026-01-01 20:37:52 +01:00
Sema compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00
Zcu compiler: update std lib API usage 2026-01-04 00:27:08 -08:00
Air.zig compiler: replace @Type with individual type-creating builtins 2025-11-22 22:42:37 +00:00
Builtin.zig compiler: update to new createFileAtomic API 2026-01-05 20:28:58 -08: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 codegen: fix tuple padding 2025-11-04 06:04:30 -05:00
Compilation.zig compiler: make all Zig-provided libraries use -ffunction-sections -fdata-sections 2026-01-06 21:15:02 +01:00
crash_report.zig fix more fallout from locking stderr 2025-12-23 22:15:10 -08:00
dev.zig remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
fmt.zig compiler: update to new createFileAtomic API 2026-01-05 20:28:58 -08:00
IncrementalDebugServer.zig compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00
InternPool.zig compiler: handle cancelation from finishPrelinkQueue 2025-12-23 22:15:12 -08:00
introspect.zig rename env_map to environ_map 2026-01-04 00:27:09 -08:00
link.zig compiler: fix build failures from std.Io-fs 2025-12-23 22:15:10 -08:00
main.zig compiler: don't error on explicit link_libc=false on requiresLibC() targets 2026-01-05 16:50:46 +01:00
mutable_value.zig compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00
Package.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
print_env.zig rename env_map to environ_map 2026-01-04 00:27:09 -08:00
print_targets.zig compiler: update various code to new fs API 2025-12-23 22:15:09 -08:00
print_value.zig frontend: introduce error.Canceled 2025-11-24 14:34:18 -08:00
print_zir.zig detect comptime var references in asm input/output and improve errors 2025-12-06 09:42:51 +01: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 update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
Sema.zig compiler: fix most compilation errors from std.fs changes 2025-12-23 22:15:09 -08:00
target.zig compiler: don't error on explicit link_libc=false on requiresLibC() targets 2026-01-05 16:50:46 +01:00
tracy.zig Update TracyAllocator to new allocator API 2025-07-05 00:24:40 +02:00
Type.zig compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00
Value.zig compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00
Zcu.zig compiler: fix most compilation errors from std.fs changes 2025-12-23 22:15:09 -08: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 Support generating import libraries from mingw .def files without LLVM 2025-10-03 18:26:05 -07:00
zig_llvm.h Support generating import libraries from mingw .def files without LLVM 2025-10-03 18:26:05 -07:00