zig/src
2024-09-05 06:16:25 +02:00
..
Air std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
arch riscv: implement errunion_payload_ptr_set 2024-09-01 17:34:06 +01:00
codegen Rename usesLargePIC to picLevel and return the PIC level 2024-09-01 15:12:49 +02:00
Compilation std.Target: Add goff and xcoff to ObjectFormat. 2024-08-11 20:21:28 -07:00
link glibc: Avoid building and linking stub libraries that were emptied in 2.34. 2024-09-03 17:33:23 -07:00
Liveness compiler: implement @branchHint, replacing @setCold 2024-08-27 00:41:49 +01:00
Package std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Sema std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Zcu std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Air.zig implement code coverage instrumentation manually 2024-08-28 18:07:13 -07:00
Builtin.zig builtin: init test_functions to empty slice to avoid coercing to undefined 2024-08-15 08:38:08 +02: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: avoid field/decl name conflicts 2024-08-29 23:43:52 +01:00
Compilation.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
crash_report.zig compiler,lib,test,langref: migrate @setCold to @branchHint 2024-08-27 00:44:35 +01: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 glibc: Also pass -Wno-unsupported-floating-point-opt when building libc_nonshared.a. 2024-09-05 06:16:25 +02:00
InternPool.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
introspect.zig Fix handling of empty XDG environment variables 2024-08-19 23:30:14 -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: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Liveness.zig compiler: implement @branchHint, replacing @setCold 2024-08-27 00:41:49 +01:00
main.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
mingw.zig mingw: Fix various target checks to check for thumb. 2024-08-28 03:08:10 +02:00
musl.zig loongarch: various architecture specific fixes (#20912) 2024-08-07 13:06:29 -07:00
mutable_value.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Package.zig fetch: filter unpack errors 2024-04-09 15:00:21 +02:00
print_air.zig implement code coverage instrumentation manually 2024-08-28 18:07:13 -07: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 move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
print_value.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
print_zir.zig compiler: implement decl literals 2024-09-01 17:34:07 +01:00
RangeSet.zig sema: rework type resolution to use Zcu when possible 2024-08-25 15:16:42 -07:00
register_manager.zig compiler: handle eval branch quota in memoized calls 2024-08-21 01:26:55 +01:00
Sema.zig compiler: implement decl literals 2024-09-01 17:34:07 +01:00
target.zig Rename usesLargePIC to picLevel and return the PIC level 2024-09-01 15:12:49 +02:00
tracy.zig tracy: protect source info via global constant 2023-10-23 18:36:00 -07:00
translate_c.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Type.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Value.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
wasi_libc.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Zcu.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01: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: Remove cpp bindings for setPICLevel, setPIELevel and setCodeModel 2024-09-01 14:21:19 +02:00
zig_llvm.h LLVM: Remove cpp bindings for setPICLevel, setPIELevel and setCodeModel 2024-09-01 14:21:19 +02:00