zig/src
2024-02-26 23:43:42 -07:00
..
arch move Zcu.LazySrcLoc to std.zig.LazySrcLoc 2024-02-26 21:35:30 -07:00
autodoc
codegen move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
Compilation remove std.io.Mode 2024-02-01 15:22:36 +02:00
link change default WASI stack size 2024-02-26 10:33:17 -08:00
Liveness compiler: decide dbg_var scoping based on AIR blocks 2024-02-26 13:20:45 +00:00
Package compiler: JIT zig fmt 2024-02-26 22:26:19 -07:00
resinator Replace std.rand references with std.Random 2024-02-08 15:21:35 +01:00
stubs translate-c: use Aro's tokenizer 2023-11-25 12:28:19 +02:00
translate_c translate-c: use struct_init_one for empty struct initializer 2023-11-24 22:44:33 +00:00
Air.zig compiler: decide dbg_var scoping based on AIR blocks 2024-02-26 13:20:45 +00:00
aro_translate_c.zig translate-c: skip blank macros when translating defines 2023-11-21 13:54:46 +00:00
Autodoc.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
Builtin.zig move AstGen to std.zig.AstGen 2024-02-26 21:51:19 -07:00
clang.zig translate-c: translate 80/128-bit long double literals 2023-11-21 14:14:01 +02:00
clang_options.zig
clang_options_data.zig cli+build: handle -ObjC flag and route it to MachO linker 2024-02-02 22:00:16 +01:00
codegen.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
Compilation.zig compiler: JIT zig fmt 2024-02-26 22:26:19 -07:00
crash_report.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
glibc.zig src/target: Restrict usable glibc versions 2024-01-04 17:12:07 -07:00
InternPool.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
introspect.zig Sync resinator with upstream and fix INCLUDE env var handling 2023-10-18 18:30:32 -07:00
libc_installation.zig Fix handling of Windows (WTF-16) and WASI (UTF-8) paths 2024-02-24 14:05:24 -08:00
libcxx.zig libcxx: fix C++ builds with glibc <2.16 without aligned_alloc 2024-01-18 21:37:41 -08:00
libtsan.zig tsan: use explicit error set 2024-01-10 09:30:24 -08:00
libunwind.zig Compilation: make create() take an arena allocator 2024-01-01 19:49:08 -07:00
link.zig LLVM: Remove use of LLVM in Builder 2024-02-21 17:53:15 +01:00
Liveness.zig compiler: decide dbg_var scoping based on AIR blocks 2024-02-26 13:20:45 +00:00
main.zig compiler: JIT zig reduce 2024-02-26 23:43:42 -07:00
mingw.zig mingw: update build logic 2024-01-20 00:24:39 +00:00
Module.zig compiler: JIT zig fmt 2024-02-26 22:26:19 -07:00
musl.zig Compilation: make create() take an arena allocator 2024-01-01 19:49:08 -07:00
objcopy.zig add deflate implemented from first principles 2024-02-14 18:28:20 +01:00
Package.zig rearrange std.zig 2024-02-26 21:35:33 -07:00
print_air.zig compiler: decide dbg_var scoping based on AIR blocks 2024-02-26 13:20:45 +00:00
print_env.zig std.Target: add DynamicLinker 2024-01-01 17:51:18 -07:00
print_targets.zig lift artificial restriction on minimum glibc version 2024-01-08 13:43:10 -07:00
print_zir.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
RangeSet.zig compiler: rename value.zig to Value.zig 2024-02-05 18:13:07 -07:00
register_manager.zig x86_64: reduce RegisterManager performance regression 2023-11-03 23:18:23 -04:00
resinator.zig Add zig rc subcommand, a drop-in replacement for rc.exe 2023-10-12 16:19:34 -07:00
Sema.zig move Zir to std.zig.Zir 2024-02-26 21:35:30 -07:00
target.zig lift artificial restriction on minimum glibc version 2024-01-08 13:43:10 -07:00
tracy.zig tracy: protect source info via global constant 2023-10-23 18:36:00 -07:00
translate_c.zig Use mem.zeroes for empty union initializer list 2024-01-31 06:38:44 +02:00
type.zig Fix tuple default values 2024-02-26 17:03:20 -08:00
TypedValue.zig TypedValue: fix printing some nested things 2024-02-11 13:38:56 -07:00
Value.zig compiler: make Value's self reference non pub 2024-02-05 18:14:19 -07:00
wasi_libc.zig fix compilation errors when enabling llvm 2024-01-01 17:51:20 -07:00
windows_sdk.zig Fix handling of Windows (WTF-16) and WASI (UTF-8) paths 2024-02-24 14:05:24 -08:00
zig_clang.cpp translate-c: translate 80/128-bit long double literals 2023-11-21 14:14:01 +02:00
zig_clang.h translate-c: translate 80/128-bit long double literals 2023-11-21 14:14:01 +02:00
zig_clang_cc1_main.cpp
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
zig_llvm-ar.cpp
zig_llvm.cpp LLVM: Remove unused from llvm/bindings.zig and zig_llvm.h/.cpp 2024-02-21 17:54:00 +01:00
zig_llvm.h LLVM: Remove unused from llvm/bindings.zig and zig_llvm.h/.cpp 2024-02-21 17:54:00 +01:00