zig/src
mlugg 8aab222ffb Compilation: add missing link file options to cache manifest
Also add a standalone test which covers the `-fentry` case. It does this
by performing two reproducible compilations which are identical other
than having different entry points, and checking whether the emitted
binaries are identical (they should *not* be).

Resolves: #23869
2025-06-17 15:33:50 +01:00
..
Air compiler: fix @intFromFloat safety check 2025-06-15 14:15:18 -04:00
arch compiler: fix @intFromFloat safety check 2025-06-15 14:15:18 -04:00
codegen compiler: fix @intFromFloat safety check 2025-06-15 14:15:18 -04:00
Compilation x86_64: add support for pie executables 2025-06-06 23:42:14 -07:00
libs libs: fix caching behavior 2025-06-12 17:51:29 +01:00
link link: fix obvious race condition 2025-06-13 22:05:03 +01:00
Package fix: MIME for ZIP in Zig Fetch 2025-06-07 13:14:52 -04:00
Sema big.int: implement float conversions 2025-06-15 14:15:18 -04:00
Zcu rename spirv backend name 2025-06-16 13:22:19 +03:30
Air.zig compiler: fix @intFromFloat safety check 2025-06-15 14:15:18 -04:00
Builtin.zig std.Target: Introduce Cpu convenience functions for feature tests. 2025-06-05 06:12:00 +02: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 rename spirv backend name 2025-06-16 13:22:19 +03:30
Compilation.zig Compilation: add missing link file options to cache manifest 2025-06-17 15:33:50 +01:00
crash_report.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
DarwinPosixSpawn.zig lib/std: PermissionDenied/AccessDenied cleanup and fallout 2025-03-24 16:20:45 +01:00
dev.zig build: add spirv to dev env 2025-06-16 01:09:07 +03:30
fmt.zig posix/write: catch MSGSIZE error (#23238) 2025-03-15 12:04:42 +01:00
IncrementalDebugServer.zig x86_64: fix switch dispatch bug 2025-06-06 23:42:15 -07:00
InternPool.zig InternPool: store the Nav types are named after 2025-06-12 13:55:41 +01:00
introspect.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
link.zig compiler: fix atomic orderings 2025-06-13 19:05:44 +01:00
main.zig zig init: simplify templating logic (#24170) 2025-06-13 22:31:29 +00:00
mutable_value.zig Legalize: implement scalarization of binary operations 2025-05-31 18:54:28 -04:00
Package.zig Package.Hash.toSlice: consistent pointer 2025-06-06 11:13:36 -07:00
print_env.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
print_targets.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01: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: refactor Zcu.File and path representation 2025-05-18 17:37:02 +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 Sema: tiny refactor 2025-06-15 14:15:18 -04:00
target.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
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 Sema: fix union layout logic to match struct layout logic 2025-06-12 17:51:30 +01:00
Value.zig big.int: implement float conversions 2025-06-15 14:15:18 -04:00
Zcu.zig rename spirv backend name 2025-06-16 13:22:19 +03:30
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 zig_llvm: Strip @<n> suffix from .def symbols on all targets. 2025-06-11 18:27:17 +02:00
zig_llvm.h compiler: Updates for LLVM/Clang 20 API changes. 2025-04-04 06:08:09 +02:00