zig/src
2024-07-07 22:59:52 -04:00
..
Air compiler: rework type resolution, fully resolve all types 2024-07-04 21:01:42 +01:00
arch Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
codegen Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
Compilation add error message for -fno-llvm -flld 2024-06-19 20:13:21 +02:00
link Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
Liveness Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
Package Zcu: extract permanent state from File 2024-07-04 17:51:35 -07:00
Sema Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
Zcu InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04:00
Air.zig Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
Builtin.zig rename src/Module.zig to src/Zcu.zig 2024-06-22 22:59:56 -04: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 zig cc: update clang CLI data to LLVM 18 2024-05-08 19:37:28 -07:00
codegen.zig Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
Compilation.zig InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04:00
crash_report.zig Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
DarwinPosixSpawn.zig fix compilation failures found by CI 2024-03-19 16:18:18 -07:00
glibc.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InternPool.zig InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04: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 update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
link.zig Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
Liveness.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
main.zig Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
mingw.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
musl.zig update musl source files to v1.2.5 2024-06-04 16:54:14 -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 Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04: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 Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
print_zir.zig Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04: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 Zcu: pass PerThread to intern pool string functions 2024-07-07 22:59:52 -04:00
target.zig compiler: type.zig -> Type.zig 2024-07-04 21:01:42 +01:00
tracy.zig tracy: protect source info via global constant 2023-10-23 18:36:00 -07:00
translate_c.zig translate-c: fix translation of "ptr += uint" 2024-06-15 18:19:33 +02:00
Type.zig Zcu: introduce PerThread and pass to all the functions 2024-07-07 22:59:52 -04:00
Value.zig InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04:00
wasi_libc.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Zcu.zig InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04: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 update for LLVM 18 new target data 2024-05-08 19:37:28 -07:00
zig_llvm.h update for LLVM 18 new target data 2024-05-08 19:37:28 -07:00