| .. |
|
Air
|
replace even more aggregate interns
|
2025-08-12 16:33:57 +02:00 |
|
arch
|
x86_64: fix bool vector init register clobber
|
2025-10-03 23:26:21 -04:00 |
|
codegen
|
aarch64: fix behavior failures
|
2025-09-21 21:08:52 +02:00 |
|
Compilation
|
Target: pass and use locals by pointer instead of by value
|
2025-06-19 11:45:06 -04:00 |
|
libs
|
libcxxabi: don't build cxa_noexception.cpp if exceptions are enabled
|
2025-10-06 23:28:58 +02:00 |
|
link
|
Lld: fix implib emit path
|
2025-10-02 10:55:16 +02:00 |
|
Package
|
Fix zig build lazy -> eager dependency promotion
|
2025-10-01 04:36:15 +02:00 |
|
Sema
|
fix: emit vector instead of scalar u1_zero in shl_with_overflow logic
|
2025-08-12 16:33:58 +02:00 |
|
Zcu
|
InternPool: use sequential string indices instead of byte offsets
|
2025-10-05 00:27:39 -04:00 |
|
Air.zig
|
inline assembly: use types
|
2025-07-16 10:23:02 -07:00 |
|
Builtin.zig
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07: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: Allow configuring UBSan mode at the module level.
|
2025-04-26 22:54:34 +02:00 |
|
codegen.zig
|
Sema: Improve comptime arithmetic undef handling
|
2025-08-12 16:33:57 +02:00 |
|
Compilation.zig
|
InternPool: use sequential string indices instead of byte offsets
|
2025-10-05 00:27:39 -04:00 |
|
crash_report.zig
|
update compiler source to new APIs
|
2025-07-07 22:43:52 -07:00 |
|
DarwinPosixSpawn.zig
|
lib/std: PermissionDenied/AccessDenied cleanup and fallout
|
2025-03-24 16:20:45 +01:00 |
|
deprecated.zig
|
std.zig: finish updating to new I/O API
|
2025-07-19 19:57:37 -07:00 |
|
dev.zig
|
spirv: refactor
|
2025-08-02 04:16:01 +03:30 |
|
fmt.zig
|
zig fmt help: mention that the argument can be a directory
|
2025-09-19 12:12:49 +02:00 |
|
IncrementalDebugServer.zig
|
std.net: update to new I/O API
|
2025-07-14 00:16:49 -07:00 |
|
InternPool.zig
|
InternPool: use sequential string indices instead of byte offsets
|
2025-10-05 00:27:39 -04:00 |
|
introspect.zig
|
compiler: refactor Zcu.File and path representation
|
2025-05-18 17:37:02 +01:00 |
|
link.zig
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07:00 |
|
main.zig
|
Update descriptions of -f[no-]error-tracing to match the actual behavior
|
2025-09-28 08:18:45 +02: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
|
std.zon: better namespace for Serializer
|
2025-07-19 18:27:09 -07:00 |
|
print_value.zig
|
std.io.Writer.printValue: rework logic
|
2025-07-07 22:43:53 -07:00 |
|
print_zir.zig
|
sema: strip @splat operand result type before checking it
|
2025-08-13 13:55:57 +01:00 |
|
print_zoir.zig
|
update compiler source to new APIs
|
2025-07-07 22:43:52 -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
|
don't pass zero-length @memset to the backend
|
2025-10-06 23:26:05 +02:00 |
|
target.zig
|
compiler: don't use self-hosted backend on any BSD yet
|
2025-09-24 01:11:42 +02:00 |
|
tracy.zig
|
Update TracyAllocator to new allocator API
|
2025-07-05 00:24:40 +02:00 |
|
translate_c.zig
|
translate_c: fix ternary operator output in C macros
|
2025-10-01 14:23:54 +02:00 |
|
Type.zig
|
Revert "frontend: another packedStructFieldPtrInfo fix"
|
2025-09-22 04:56:46 +02:00 |
|
Value.zig
|
InternPool: use sequential string indices instead of byte offsets
|
2025-10-05 00:27:39 -04:00 |
|
Zcu.zig
|
InternPool: use sequential string indices instead of byte offsets
|
2025-10-05 00:27:39 -04: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
|
build system: replace fuzzing UI with build UI, add time report
|
2025-08-01 23:48:21 +01:00 |
|
zig_llvm.h
|
build system: replace fuzzing UI with build UI, add time report
|
2025-08-01 23:48:21 +01:00 |