..
Air
dwarf: fix stepping through an inline loop containing one statement
2024-11-24 17:28:12 -05:00
arch
fix compiler unit tests
2025-01-15 15:22:57 -08:00
codegen
rewrite wasm/Emit.zig
2025-01-15 15:11:35 -08:00
Compilation
Added support for thin lto
2025-01-05 18:08:11 +01:00
link
wasm linker: delete commented out code
2025-01-15 18:19:46 -08:00
Liveness
dwarf: fix stepping through an inline loop containing one statement
2024-11-24 17:28:12 -05:00
Package
Module: keep frame pointer in ReleaseSmall on x86
2024-12-19 20:12:34 +01:00
Sema
compiler: analyze type and value of global declaration separately
2024-12-24 02:18:41 +00:00
Zcu
compiler: add type safety for export indices
2025-01-15 15:11:35 -08:00
Air.zig
dwarf: fix stepping through an inline loop containing one statement
2024-11-24 17:28:12 -05:00
Builtin.zig
compiler: Improve the handling of unwind table levels.
2024-12-11 00:10:15 +01:00
clang.zig
compiler: add some missing consts
2024-12-16 14:53:54 +00: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
compiler: Improve the handling of unwind table levels.
2024-12-11 00:10:15 +01:00
codegen.zig
wasm linker: track overaligned uavs
2025-01-15 15:11:36 -08:00
Compilation.zig
wasm linker: implement hidden visibility
2025-01-15 15:11:36 -08:00
crash_report.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
DarwinPosixSpawn.zig
std.c.darwin.posix_spawn: fix signature
2024-12-16 14:53:54 +00:00
dev.zig
add dev env for wasm
2025-01-15 15:11:35 -08:00
fmt.zig
compiler: introduce ZonGen and make ast-check run it for ZON inputs
2024-12-16 17:02:35 +00:00
glibc.zig
implement the prelink phase in the frontend
2025-01-15 15:11:36 -08:00
InternPool.zig
wasm codegen: fix mistaking extern data as function
2025-01-15 15:11:37 -08:00
introspect.zig
Fix handling of empty XDG environment variables
2024-08-19 23:30:14 -07:00
libcxx.zig
compiler: Improve the handling of unwind table levels.
2024-12-11 00:10:15 +01:00
libtsan.zig
tsan: Handle more Apple targets when picking library name.
2024-11-05 22:41:09 +01:00
libunwind.zig
Added support for thin lto
2025-01-05 18:08:11 +01:00
link.zig
fix merge conflicts with updating line numbers
2025-01-15 15:11:36 -08:00
Liveness.zig
dwarf: fix stepping through an inline loop containing one statement
2024-11-24 17:28:12 -05:00
main.zig
wasm linker: aggressive DODification
2025-01-15 15:11:35 -08:00
mingw.zig
mingw: Add upstream RtlSecureZeroMemory implementation.
2025-01-14 05:31:14 +01:00
musl.zig
musl: Define TIME32 and FAMILY_* macros for libc.S as appropriate.
2024-11-23 03:10:58 +01:00
mutable_value.zig
remove formatted panics
2024-09-26 12:35:14 -07:00
Package.zig
fetch: filter unpack errors
2024-04-09 15:00:21 +02:00
print_air.zig
dwarf: fix stepping through an inline loop containing one statement
2024-11-24 17:28:12 -05: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
print_value: fix crash on undefined slice ptr
2025-01-15 21:13:51 +00:00
print_zir.zig
compiler: improve "... contains reference to comptime var" errors
2025-01-11 08:54:47 +00:00
print_zoir.zig
compiler: introduce ZonGen and make ast-check run it for ZON inputs
2024-12-16 17:02:35 +00:00
RangeSet.zig
sema: rework type resolution to use Zcu when possible
2024-08-25 15:16:42 -07:00
register_manager.zig
wasm linker: aggressive DODification
2025-01-15 15:11:35 -08:00
Sema.zig
compiler: add type safety for export indices
2025-01-15 15:11:35 -08:00
target.zig
bsd: fix stage3 linking on freebsd and dragonfly
2025-01-10 09:38:31 +01:00
ThreadSafeQueue.zig
link.flushTaskQueue: move safety lock
2024-10-23 16:27:39 -07:00
tracy.zig
Add build option to set tracy-callstack-depth in build.zig ( #21990 )
2024-11-29 12:13:06 -08:00
translate_c.zig
Sema: rewrite semantic analysis of function calls
2025-01-09 06:46:47 +00:00
Type.zig
frontend: add const to more Zcu pointers
2025-01-15 15:11:35 -08:00
Value.zig
wasm linker: implement @tagName for sparse enums
2025-01-15 15:11:36 -08:00
wasi_libc.zig
glibc, musl, wasi-libc: Don't explicitly pass -fno-stack-protector.
2024-11-05 22:41:09 +01:00
Zcu.zig
wasm linker: implement @tagName functions when tags are autoassigned
2025-01-15 15:11:36 -08:00
zig_clang.cpp
zig_clang: Update to Clang 19.
2024-09-19 18:20:20 -07:00
zig_clang.h
zig_clang: Update to Clang 19.
2024-09-19 18:20:20 -07:00
zig_clang_cc1_main.cpp
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
2024-09-19 18:20:20 -07:00
zig_clang_cc1as_main.cpp
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
2024-09-19 18:20:20 -07:00
zig_clang_driver.cpp
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
2024-09-19 18:20:20 -07:00
zig_llvm-ar.cpp
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
2024-09-19 18:20:20 -07:00
zig_llvm.cpp
zig_llvm: Reduce our exposure to LLVM API breakage.
2024-10-31 01:27:22 +01:00
zig_llvm.h
zig_llvm: Reduce our exposure to LLVM API breakage.
2024-10-31 01:27:22 +01:00