..
Air
compiler: implement labeled switch/continue
2024-09-01 18:30:31 +01:00
arch
riscv: fix up ptr_elem_val to not doubly lock
2024-09-16 16:42:42 +01:00
codegen
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07:00
Compilation
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07:00
link
elf: always override existing __start/__stop symbols
2024-09-23 07:06:47 +02:00
Liveness
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
Package
Package.Fetch: add another non-standard Content-Type
2024-09-12 19:53:02 -07:00
Sema
std: update std.builtin.Type fields to follow naming conventions
2024-08-28 08:39:59 +01:00
Zcu
compiler: always resolve field inits, remove unnecessary eager resolution
2024-09-15 16:03:56 +01:00
Air.zig
compiler: implement labeled switch/continue
2024-09-01 18:30:31 +01: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
zig_clang: Update to Clang 19.
2024-09-19 18:20:20 -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
clang: Update options data to Clang 19.
2024-09-19 18:20:21 -07:00
codegen.zig
codegen: implement output to the .debug_info section
2024-09-10 12:27:57 -04:00
Compilation.zig
Compilation: Synchronize some libcxx CXXFLAGS with upstream.
2024-09-19 18:20:21 -07: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: Fix an edge case leading to duplicate stub symbols.
2024-09-05 06:16:26 +02:00
InternPool.zig
InternPool: Replace default values with a .empty declaration
2024-09-12 16:01:23 +01:00
introspect.zig
Fix handling of empty XDG environment variables
2024-08-19 23:30:14 -07:00
libcxx.zig
libcxx: Synchronize some CXXFLAGS with upstream.
2024-09-19 18:20:21 -07:00
libtsan.zig
Compilation: rename tsan_static_lib to tsan_lib
2024-07-04 22:09:57 +02:00
libunwind.zig
libunwind: Use -Wno-dll-attribute-on-redeclaration for Windows like upstream.
2024-09-21 01:20:36 +02:00
link.zig
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07:00
Liveness.zig
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
main.zig
cc: Add support for -Wp,
2024-09-17 23:54:04 -07:00
mingw.zig
sync Aro dependency
2024-09-09 12:35:49 +03:00
musl.zig
musl: Build with -ffp-contract=off.
2024-09-10 08:53:30 +02: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
compiler: implement labeled switch/continue
2024-09-01 18:30:31 +01: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: provide correct result types to += and -=
2024-09-16 16:42:42 +01:00
RangeSet.zig
sema: rework type resolution to use Zcu when possible
2024-08-25 15:16:42 -07:00
register_manager.zig
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
Sema.zig
fix: Add error note when attempt is made to destructure error union ( #21491 )
2024-09-23 13:04:24 -07:00
target.zig
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07:00
tracy.zig
tracy: protect source info via global constant
2023-10-23 18:36:00 -07:00
translate_c.zig
zig_clang: Update to Clang 19.
2024-09-19 18:20:20 -07:00
Type.zig
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07:00
Value.zig
Sema: clean up cmpNumeric
2024-09-17 11:00:38 +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.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
2024-09-23 17:17:25 -07: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: Update to LLVM 19.
2024-09-19 18:20:20 -07:00
zig_llvm.h
zig_llvm: Update to LLVM 19.
2024-09-19 18:20:20 -07:00