| .. |
|
Air
|
Dwarf: handle undefined type values
|
2025-04-06 00:56:57 -04:00 |
|
arch
|
Air: Fix mustLower() for atomic_load with inter-thread ordering.
|
2025-05-14 05:43:28 +02:00 |
|
codegen
|
Merge pull request #23263 from mlugg/comptime-field-ptr
|
2025-05-04 02:51:47 +02:00 |
|
Compilation
|
Compilation: correct when to include ubsan
|
2025-02-25 11:22:33 -08:00 |
|
link
|
link+macho+fuzz: use correct input type
|
2025-05-05 07:25:55 +02:00 |
|
Liveness
|
Sema: introduce all_vector_instructions backend feature
|
2025-01-31 23:00:34 -05:00 |
|
Package
|
Module: ignore xnack and sramecc features on some gpu models
|
2025-04-25 19:57:39 +02:00 |
|
Sema
|
compiler: fix comptime memory store bugs
|
2025-05-04 02:51:42 +02:00 |
|
Zcu
|
Zcu: fix ZOIR cache bugs
|
2025-04-02 14:21:51 +02:00 |
|
Air.zig
|
Air: Fix mustLower() to consider volatile for a handful of instructions.
|
2025-05-14 05:43:57 +02: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
|
all: update to std.builtin.Type.Pointer.Size field renames
|
2025-01-16 12:46:29 +00: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: Improve the handling of unwind table levels.
|
2024-12-11 00:10:15 +01:00 |
|
codegen.zig
|
codegen: fix packed byte-aligned relocations
|
2025-03-23 21:40:03 -04:00 |
|
Compilation.zig
|
Compilation: don't warn about failure to delete missing C depfile
|
2025-05-09 16:43:57 +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
|
std.c.darwin.posix_spawn: fix signature
|
2024-12-16 14:53:54 +00:00 |
|
dev.zig
|
x86_64: implement clz and not
|
2025-01-16 20:42:08 -05:00 |
|
fmt.zig
|
zig fmt: fix invalid alignment on frees
|
2025-02-22 17:09:20 -08:00 |
|
glibc.zig
|
glibc: Fix stub libraries containing unwanted symbols.
|
2025-05-09 16:44:04 +02:00 |
|
InternPool.zig
|
Sema: use unwrapped generic owner in getFuncInstanceIes
|
2025-03-25 15:24:41 +01:00 |
|
introspect.zig
|
Fix handling of empty XDG environment variables
|
2024-08-19 23:30:14 -07:00 |
|
libcxx.zig
|
0934823815 take 2.
|
2025-05-05 09:07:52 +02:00 |
|
libtsan.zig
|
std.Target: Remove functions that just wrap component functions.
|
2025-02-17 19:18:19 +01:00 |
|
libunwind.zig
|
src/libunwind.zig: Fix symbol visibility macro define
|
2025-04-15 01:30:27 +02:00 |
|
link.zig
|
codegen: fix packed byte-aligned relocations
|
2025-03-23 21:40:03 -04:00 |
|
Liveness.zig
|
Sema: introduce all_vector_instructions backend feature
|
2025-01-31 23:00:34 -05:00 |
|
main.zig
|
main: List -f(no-)builtin as per-module options.
|
2025-05-14 05:44:45 +02:00 |
|
mingw.zig
|
mingw: Rename mingw32.lib to libmingw32.lib.
|
2025-03-18 20:49:35 +01:00 |
|
musl.zig
|
Merge pull request #22541 from ziglang/pipeline
|
2025-01-21 14:27:05 -05: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
|
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
|
2025-02-28 01:37:10 -08: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 21:40:03 -04:00 |
|
Sema.zig
|
Merge pull request #23263 from mlugg/comptime-field-ptr
|
2025-05-04 02:51:47 +02:00 |
|
target.zig
|
std.Target.amdgcn.cpu.gfx1153 doesn't exist in LLVM 19.
|
2025-04-25 20:14:44 +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
|
translate-c: fix callconv attribute in macro
|
2025-05-09 16:43:35 +02:00 |
|
Type.zig
|
compiler: fix comptime memory store bugs
|
2025-05-04 02:51:42 +02:00 |
|
Value.zig
|
Value: ensure that extern structs have their layout resolved in ptrField
|
2025-04-11 21:35:42 +02:00 |
|
wasi_libc.zig
|
wasi-libc: Fix paths to psignal.c and strsignal.c.
|
2025-04-28 01:03:15 +02:00 |
|
Zcu.zig
|
Zcu: fix ZOIR cache bugs
|
2025-04-02 14:21:51 +02:00 |
|
zig_clang.cpp
|
zig_clang: Update to Clang 19.
|
2024-09-19 18:20:20 -07:00 |
|
zig_clang.h
|
zig_clang: Update to Clang 19.
|
2024-09-19 18:20:20 -07:00 |
|
zig_clang_cc1_main.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
|
zig_clang_cc1as_main.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
|
zig_clang_driver.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07: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
|
ZigLLVMTargetMachineEmitToFile: schedule sancov pass depending on mode
|
2025-02-11 11:13:41 -08:00 |
|
zig_llvm.h
|
zig_llvm: Reduce our exposure to LLVM API breakage.
|
2024-10-31 01:27:22 +01:00 |