..
Air
InternPool: add and use a mutate mutex for each list
2024-07-13 04:47:38 -04:00
arch
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
codegen
Merge pull request #21019 from alexrp/target-os-cleanup
2024-08-12 16:06:57 -07:00
Compilation
std.Target: Add goff and xcoff to ObjectFormat.
2024-08-11 20:21:28 -07:00
link
all: Handle spirv in addition to spirv(32,64) where applicable.
2024-08-12 16:08:28 -07:00
Liveness
Revert "implement @expect builtin ( #19658 )"
2024-05-22 09:57:43 -07:00
Package
std.zig.tokenizer: simplify
2024-07-31 16:57:42 -07:00
Sema
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
Zcu
frontend: give all container types namespaces
2024-08-11 07:30:21 +01:00
Air.zig
Fix typos in code comments in src/
2024-07-20 20:23:18 +03:00
Builtin.zig
initial support for integrated fuzzing
2024-07-22 13:07:02 -07:00
clang.zig
translate-c: update UnaryExprOrTypeTrait enum for LLVM 18
2024-05-08 19:37:29 -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
default "trace pc guard" coverage off
2024-07-23 17:30:53 -07:00
codegen.zig
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
Compilation.zig
all: Handle spirv in addition to spirv(32,64) where applicable.
2024-08-12 16:08:28 -07:00
crash_report.zig
std.debug: reorg and clarify API goals
2024-08-01 23:11:59 -07:00
DarwinPosixSpawn.zig
fix compilation failures found by CI
2024-03-19 16:18:18 -07:00
dev.zig
dev: add riscv64-linux support
2024-07-22 05:50:48 -07:00
glibc.zig
loongarch: various architecture specific fixes ( #20912 )
2024-08-07 13:06:29 -07:00
InternPool.zig
frontend: give all container types namespaces
2024-08-11 07:30:21 +01:00
introspect.zig
move zig libc command to be lazily built
2024-02-27 22:55:00 -07:00
libcxx.zig
libcxx: fix building when -fsingle-threaded
2024-06-08 15:34:19 -04:00
libtsan.zig
Compilation: rename tsan_static_lib to tsan_lib
2024-07-04 22:09:57 +02:00
libunwind.zig
libunwind: Fix an isARM() check to use isArmOrThumb() instead.
2024-08-01 20:58:08 +02:00
link.zig
std.Target: Add goff and xcoff to ObjectFormat.
2024-08-11 20:21:28 -07:00
Liveness.zig
Revert "implement @expect builtin ( #19658 )"
2024-05-22 09:57:43 -07:00
main.zig
Compilation: Mark .c++ files as having C++ extension
2024-08-08 17:42:11 -07:00
mingw.zig
std.Target.Cpu.Arch: Remove the aarch64_32 tag.
2024-07-28 19:44:52 -07:00
musl.zig
loongarch: various architecture specific fixes ( #20912 )
2024-08-07 13:06:29 -07:00
mutable_value.zig
Zcu: pass PerThread to intern pool string functions
2024-07-07 22:59:52 -04:00
Package.zig
fetch: filter unpack errors
2024-04-09 15:00:21 +02:00
print_air.zig
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
print_env.zig
move zig libc command to be lazily built
2024-02-27 22:55:00 -07:00
print_targets.zig
move zig libc command to be lazily built
2024-02-27 22:55:00 -07:00
print_value.zig
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
print_zir.zig
add new builtin: @disableInstrumentation
2024-07-22 13:07:02 -07:00
RangeSet.zig
Zcu: introduce PerThread and pass to all the functions
2024-07-07 22:59:52 -04:00
register_manager.zig
Zcu: introduce PerThread and pass to all the functions
2024-07-07 22:59:52 -04:00
Sema.zig
all: Handle spirv in addition to spirv(32,64) where applicable.
2024-08-12 16:08:28 -07:00
target.zig
all: Handle spirv in addition to spirv(32,64) where applicable.
2024-08-12 16:08:28 -07:00
tracy.zig
tracy: protect source info via global constant
2023-10-23 18:36:00 -07:00
translate_c.zig
translate-c: Use mangled name for local extern in condition/loop
2024-07-28 02:58:49 +03:00
Type.zig
frontend: give all container types namespaces
2024-08-11 07:30:21 +01:00
Value.zig
compiler: split Decl into Nav and Cau
2024-08-11 07:29:41 +01:00
wasi_libc.zig
update the codebase for the new std.Progress API
2024-05-27 20:56:48 -07:00
Zcu.zig
all: Handle spirv in addition to spirv(32,64) where applicable.
2024-08-12 16:08:28 -07:00
zig_clang.cpp
translate-c: update UnaryExprOrTypeTrait enum for LLVM 18
2024-05-08 19:37:29 -07:00
zig_clang.h
translate-c: update UnaryExprOrTypeTrait enum for LLVM 18
2024-05-08 19:37:29 -07:00
zig_clang_cc1_main.cpp
update ar and clang C++ files to LLVM 18
2024-05-08 19:37:28 -07:00
zig_clang_cc1as_main.cpp
update ar and clang C++ files to LLVM 18
2024-05-08 19:37:28 -07:00
zig_clang_driver.cpp
clang patch: update main function
2024-05-08 19:37:28 -07:00
zig_llvm-ar.cpp
llvm-ar patch: update main function
2024-05-08 19:37:28 -07:00
zig_llvm.cpp
llvm: force TargetOptions.UseInitArray to true
2024-07-24 15:24:17 -07:00
zig_llvm.h
LLVM: more fine-grained sancov emit options
2024-07-23 16:04:58 -07:00