zig/src
2024-03-30 20:50:48 -04:00
..
arch x86_64: cleanup comptime mutable memory change 2024-03-30 20:50:48 -04:00
codegen cbe: rewrite CType 2024-03-30 20:50:48 -04:00
Compilation std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
link Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Liveness Air: replace .dbg_inline_* with .dbg_inline_block 2024-03-02 21:19:34 -08:00
Package move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
Air.zig compiler: implement analysis-local comptime-mutable memory 2024-03-25 14:49:41 +00:00
Builtin.zig Package.Module: actually set File.path_digest for builtin modules 2024-03-07 06:26:25 +00:00
clang_options_data.zig mingw: support -municode 2024-03-27 10:05:57 +00:00
clang_options.zig
clang.zig translate-c: translate 80/128-bit long double literals 2023-11-21 14:14:01 +02:00
codegen.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
Compilation.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
crash_report.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
DarwinPosixSpawn.zig fix compilation failures found by CI 2024-03-19 16:18:18 -07:00
glibc.zig std.Build.Cache: use an array hash map for files 2024-03-21 19:56:30 -07:00
InternPool.zig Sema: rework @fieldParentPtr to accept a pointer type 2024-03-30 20:50:48 -04:00
introspect.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
libcxx.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
libtsan.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
libunwind.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
link.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Liveness.zig InternPool: create specialized functions for loading namespace types 2024-03-06 21:26:37 +00:00
main.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
mingw.zig mingw: support -municode 2024-03-27 10:05:57 +00:00
Module.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
musl.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
mutable_value.zig Sema: introduce separate MutableValue representation for comptime-mutable memory 2024-03-26 13:48:06 +00:00
Package.zig move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
print_air.zig compiler: eliminate TypedValue 2024-03-26 13:48:07 +00: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 cbe: rewrite CType 2024-03-30 20:50:48 -04:00
print_zir.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00
RangeSet.zig compiler: rename value.zig to Value.zig 2024-02-05 18:13:07 -07:00
register_manager.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Sema.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00
target.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
tracy.zig
translate_c.zig translate-c: handle string concatenation of function calls 2024-03-26 21:16:53 -07:00
type.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
Value.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
wasi_libc.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
zig_clang_cc1_main.cpp
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
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_llvm-ar.cpp
zig_llvm.cpp Add comment explaining LLVM bug and linking tracking issue 2024-03-03 02:28:24 +01:00
zig_llvm.h LLVM: Add enableBrokenDebugInfoCheck and getBrokenDebugInfo 2024-03-02 20:53:06 +01:00