| .. |
|
Build
|
std: fixes
|
2025-09-30 13:44:51 +01:00 |
|
builtin
|
|
|
|
c
|
std.debug: miscellaneous fixes
|
2025-09-30 13:44:54 +01:00 |
|
compress
|
add deflate compression, simplify decompression
|
2025-09-30 18:28:47 -07:00 |
|
crypto
|
coerce vectors to arrays rather than inline for
|
2025-09-20 18:33:00 -07:00 |
|
debug
|
std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchains
|
2025-10-02 15:27:35 +02:00 |
|
dwarf
|
fix compiler ftbfs from std.macho and std.dwarf changes
|
2025-09-30 13:44:51 +01:00 |
|
fmt
|
|
|
|
fs
|
use copy_file_range syscall on linux
|
2025-09-24 03:08:12 +02:00 |
|
hash
|
Remove usages of deprecatedWriter
|
2025-09-18 22:39:33 -07:00 |
|
heap
|
std: rework/remove ucontext_t
|
2025-09-30 13:44:54 +01:00 |
|
http
|
|
|
|
Io
|
implement Mutex, Condition, and Queue
|
2025-10-02 16:30:59 -07:00 |
|
json
|
Merge pull request #25302 from ziglang/growCapacity
|
2025-09-21 04:55:39 -07:00 |
|
math
|
|
|
|
mem
|
|
|
|
meta
|
|
|
|
net
|
|
|
|
os
|
std: rework/remove ucontext_t
|
2025-09-30 13:44:54 +01:00 |
|
posix
|
std.posix: remove bogus assert that SIGRTMAX < NSIG
|
2025-09-22 01:37:32 +02:00 |
|
process
|
std: always allow spawning processes when an env map is explicitly provided (#25092)
|
2025-09-24 03:12:28 +02:00 |
|
Random
|
Remove usages of deprecatedWriter
|
2025-09-18 22:39:33 -07:00 |
|
sort
|
|
|
|
tar
|
|
|
|
Target
|
|
|
|
testing
|
fix compile errors and minor bugs
|
2025-09-30 13:44:54 +01:00 |
|
Thread
|
std.Io: add detached async
|
2025-10-02 16:30:59 -07:00 |
|
time
|
|
|
|
tz
|
|
|
|
unicode
|
Remove usages of deprecatedWriter
|
2025-09-18 22:39:33 -07:00 |
|
valgrind
|
|
|
|
zig
|
Merge pull request #25342 from ziglang/fuzz-limit
|
2025-09-26 05:28:46 -07:00 |
|
zon
|
coerce vectors to arrays rather than inline for
|
2025-09-20 18:33:00 -07:00 |
|
array_hash_map.zig
|
ArrayHashMapWithAllocator: add sortUnstable fn alongside sort
|
2025-09-30 19:33:03 -07:00 |
|
array_list.zig
|
std: remove loop from growCapacity
|
2025-09-20 14:34:18 -07:00 |
|
ascii.zig
|
|
|
|
atomic.zig
|
|
|
|
base64.zig
|
|
|
|
bit_set.zig
|
|
|
|
BitStack.zig
|
|
|
|
buf_map.zig
|
|
|
|
buf_set.zig
|
|
|
|
Build.zig
|
replace usages of old std.debug APIs
|
2025-09-30 13:44:51 +01:00 |
|
builtin.zig
|
replace usages of old std.debug APIs
|
2025-09-30 13:44:51 +01:00 |
|
c.zig
|
std.debug: miscellaneous fixes
|
2025-09-30 13:44:54 +01:00 |
|
coff.zig
|
change one million things
|
2025-09-30 13:44:49 +01:00 |
|
compress.zig
|
|
|
|
crypto.zig
|
|
|
|
debug.zig
|
std.debug.SelfInfo: rename Darwin to MachO
|
2025-10-01 23:47:47 +02:00 |
|
deque.zig
|
std: remove loop from growCapacity
|
2025-09-20 14:34:18 -07:00 |
|
DoublyLinkedList.zig
|
|
|
|
dwarf.zig
|
|
|
|
dynamic_library.zig
|
link.Elf: fix static PIE
|
2025-09-30 13:44:53 +01:00 |
|
elf.zig
|
std: fix 32-bit build and some unsafe casts
|
2025-09-30 13:44:53 +01:00 |
|
enums.zig
|
|
|
|
fmt.zig
|
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
|
2025-09-19 05:02:22 +00:00 |
|
fs.zig
|
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
|
2025-09-19 05:02:22 +00:00 |
|
gpu.zig
|
|
|
|
hash.zig
|
|
|
|
hash_map.zig
|
|
|
|
heap.zig
|
|
|
|
http.zig
|
|
|
|
Io.zig
|
std.Io: add detached async
|
2025-10-02 16:30:59 -07:00 |
|
json.zig
|
|
|
|
leb128.zig
|
|
|
|
log.zig
|
Remove usages of deprecatedWriter
|
2025-09-18 22:39:33 -07:00 |
|
macho.zig
|
std: fixes
|
2025-09-30 13:44:51 +01:00 |
|
math.zig
|
|
|
|
mem.zig
|
std.mem: add cutLast and cutScalarLast
|
2025-09-25 11:38:38 -07:00 |
|
meta.zig
|
coerce vectors to arrays rather than inline for
|
2025-09-20 18:33:00 -07:00 |
|
multi_array_list.zig
|
std: remove loop from growCapacity
|
2025-09-20 14:34:18 -07:00 |
|
net.zig
|
|
|
|
once.zig
|
|
|
|
os.zig
|
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
|
2025-09-19 05:02:22 +00:00 |
|
pdb.zig
|
|
|
|
pie.zig
|
std.pie: fix register constraint in getDynamicSymbol() for s390x (#25327)
|
2025-09-22 18:36:47 +02:00 |
|
posix.zig
|
std.posix.abort: only trigger breakpoint on Windows if being debugged
|
2025-09-30 13:44:55 +01:00 |
|
priority_dequeue.zig
|
|
|
|
priority_queue.zig
|
|
|
|
process.zig
|
|
|
|
Progress.zig
|
std.Progress: avoid problematic catch syntax
|
2025-09-20 18:33:00 -07:00 |
|
Random.zig
|
|
|
|
SemanticVersion.zig
|
|
|
|
simd.zig
|
std.simd: suggest more sensible vector sizes across the board
|
2025-09-19 04:01:08 +02:00 |
|
SinglyLinkedList.zig
|
|
|
|
sort.zig
|
|
|
|
start.zig
|
Io: implement sleep and fix cancel bugs
|
2025-10-02 16:30:59 -07:00 |
|
static_string_map.zig
|
|
|
|
std.zig
|
Io: implement sleep and fix cancel bugs
|
2025-10-02 16:30:59 -07:00 |
|
tar.zig
|
|
|
|
Target.zig
|
compiler: require comptime vector indexes
|
2025-09-20 18:33:00 -07:00 |
|
testing.zig
|
coerce vectors to arrays rather than inline for
|
2025-09-20 18:33:00 -07:00 |
|
Thread.zig
|
std: fixes
|
2025-09-30 13:44:51 +01:00 |
|
time.zig
|
|
|
|
treap.zig
|
|
|
|
tz.zig
|
|
|
|
unicode.zig
|
|
|
|
Uri.zig
|
|
|
|
valgrind.zig
|
|
|
|
wasm.zig
|
|
|
|
zig.zig
|
move translate-c helpers
|
2025-09-24 20:01:18 -07:00 |
|
zip.zig
|
|
|
|
zon.zig
|
|
|