| .. |
|
Air
|
replace even more aggregate interns
|
2025-08-12 16:33:57 +02:00 |
|
arch
|
std.Io: delete CountingReader
|
2025-08-29 11:11:59 -07:00 |
|
codegen
|
LLVM backend:fix align 1 sret parameter load returned
|
2025-08-29 03:37:18 -07:00 |
|
Compilation
|
Target: pass and use locals by pointer instead of by value
|
2025-06-19 11:45:06 -04:00 |
|
libs
|
libtsan: update to LLVM 21
|
2025-08-30 06:36:41 +02:00 |
|
link
|
std.Io: delete CountingReader
|
2025-08-29 11:11:59 -07:00 |
|
Package
|
compiler: update to not use GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
Sema
|
fix: emit vector instead of scalar u1_zero in shl_with_overflow logic
|
2025-08-12 16:33:58 +02:00 |
|
Zcu
|
what if we kissed by the extern source bit
|
2025-08-15 18:23:40 -04:00 |
|
Air.zig
|
AstGen: forward result type through unary float builtins
|
2025-08-28 15:46:12 +01:00 |
|
Builtin.zig
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07:00 |
|
clang.zig
|
compiler: respond to API changes in LLVM 21
|
2025-08-30 06:36:41 +02: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: Allow configuring UBSan mode at the module level.
|
2025-04-26 22:54:34 +02:00 |
|
codegen.zig
|
more updates to not use GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
Compilation.zig
|
fix not discarding delimiter
|
2025-08-28 18:30:57 -07:00 |
|
crash_report.zig
|
update compiler source to new APIs
|
2025-07-07 22:43:52 -07:00 |
|
DarwinPosixSpawn.zig
|
std.c.darwin: cleanup, expose everything in std.c
|
2025-08-20 18:21:32 +02:00 |
|
deprecated.zig
|
std.zig: finish updating to new I/O API
|
2025-07-19 19:57:37 -07:00 |
|
dev.zig
|
spirv: refactor
|
2025-08-02 04:16:01 +03:30 |
|
fmt.zig
|
std.io.Writer.Allocating: rename getWritten() to written()
|
2025-08-13 01:43:52 -07:00 |
|
IncrementalDebugServer.zig
|
compiler: update to not use GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
InternPool.zig
|
what if we kissed by the extern source bit
|
2025-08-15 18:23:40 -04:00 |
|
introspect.zig
|
compiler: refactor Zcu.File and path representation
|
2025-05-18 17:37:02 +01:00 |
|
link.zig
|
compiler: update to not use GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
main.zig
|
std.Io: delete GenericWriter
|
2025-08-28 18:30:57 -07:00 |
|
mutable_value.zig
|
Sema: Improve comptime arithmetic undef handling
|
2025-08-12 16:33:57 +02:00 |
|
Package.zig
|
std.fmt: breaking API changes
|
2025-07-07 22:43:51 -07:00 |
|
print_env.zig
|
update zig env to respect ZIG_LIB_DIR and support wasi
|
2025-07-30 09:45:03 +01:00 |
|
print_targets.zig
|
std.zon: better namespace for Serializer
|
2025-07-19 18:27:09 -07:00 |
|
print_value.zig
|
std.io.Writer.printValue: rework logic
|
2025-07-07 22:43:53 -07:00 |
|
print_zir.zig
|
AstGen: forward result type through unary float builtins
|
2025-08-28 15:46:12 +01:00 |
|
print_zoir.zig
|
update compiler source to new APIs
|
2025-07-07 22:43:52 -07:00 |
|
RangeSet.zig
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07:00 |
|
register_manager.zig
|
std.fmt.format: use {t} for tag name rather than {s}
|
2025-07-07 22:43:52 -07:00 |
|
Sema.zig
|
AstGen: forward result type through unary float builtins
|
2025-08-28 15:46:12 +01:00 |
|
target.zig
|
start adding big endian RISC-V support
|
2025-08-25 16:15:17 +02:00 |
|
tracy.zig
|
Update TracyAllocator to new allocator API
|
2025-07-05 00:24:40 +02:00 |
|
translate_c.zig
|
compiler: respond to API changes in LLVM 21
|
2025-08-30 06:36:41 +02:00 |
|
Type.zig
|
fix: print error set members in a consistent order
|
2025-08-15 07:43:46 +01:00 |
|
Value.zig
|
fix: remove incorrect '&'
|
2025-08-12 16:33:58 +02:00 |
|
Zcu.zig
|
start adding big endian RISC-V support
|
2025-08-25 16:15:17 +02:00 |
|
zig_clang.cpp
|
compiler: respond to API changes in LLVM 21
|
2025-08-30 06:36:41 +02:00 |
|
zig_clang.h
|
compiler: respond to API changes in LLVM 21
|
2025-08-30 06:36:41 +02:00 |
|
zig_clang_cc1_main.cpp
|
zig cc: update driver files to LLVM 21
|
2025-08-30 06:36:40 +02:00 |
|
zig_clang_cc1as_main.cpp
|
zig cc: update driver files to LLVM 21
|
2025-08-30 06:36:40 +02:00 |
|
zig_clang_driver.cpp
|
zig cc: update driver files to LLVM 21
|
2025-08-30 06:36:40 +02:00 |
|
zig_llvm-ar.cpp
|
zig cc: update driver files to LLVM 21
|
2025-08-30 06:36:40 +02:00 |
|
zig_llvm.cpp
|
compiler: respond to API changes in LLVM 21
|
2025-08-30 06:36:41 +02:00 |
|
zig_llvm.h
|
build system: replace fuzzing UI with build UI, add time report
|
2025-08-01 23:48:21 +01:00 |