index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
4 days
update all access() to access(io)
Andrew Kelley
4 days
std: move abort and exit from posix into process
Andrew Kelley
4 days
link.MachO: update parallel hasher to std.Io
Andrew Kelley
4 days
update all stat() to stat(io)
Andrew Kelley
4 days
update all openDir() sites to accept io instance
Andrew Kelley
4 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
4 days
update all occurrences of openFile to receive an io instance
Andrew Kelley
4 days
update all occurrences of std.fs.Dir to std.Io.Dir
Andrew Kelley
4 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
4 days
update all occurrences of close() to close(io)
Andrew Kelley
6 days
compiler: replace thread pool with `std.Io`
Matthew Lugg
6 days
compiler,std: remove a handful of redundant discards
Matthew Lugg
7 days
Sema: fix nested error union coercions
Matthew Lugg
7 days
x86_64: hack around more OPV bugs
Matthew Lugg
8 days
change placeholder pattern in deduplicated type errors
Prokop Randáček
11 days
Prevent register clobbering on x86_64 threadlocal access
Mick Sayson
2025-12-14
Linux: Nuke `Stat` bits in favour of statx
Stephen Gregoratto
2025-12-12
windows: type safety improvements and more ntdll functions
Jacob Young
2025-12-10
llvm: fix aliases not having linkage, visibility, etc set
Alex Rønne Petersen
2025-12-08
Merge pull request 'add FreeBSD 15 libc support' (#30135) from alexrp/zig:fre...
Alex Rønne Petersen
2025-12-08
sema: remove special case check in `is_non_err`
pentuppup
2025-12-07
libc: update startup code from freebsd 15
Alex Rønne Petersen
2025-12-07
libc: deal with freebsd 15 changes (new libsys, libutil sover)
Alex Rønne Petersen
2025-12-07
stage2_wasm: revival, enabling tests
Pavel Verigo
2025-12-07
sema: fix error_return_trace_index handling in zirCondBr
Pavel Verigo
2025-12-06
Compilation: fix appendFileSystemInput race between main thread and C object ...
Alex Rønne Petersen
2025-12-06
detect `comptime var` references in asm input/output and improve errors
pentuppup
2025-12-06
Merge pull request 'link: support `--dependency-file` linker option' (#30073)...
Alex Rønne Petersen
2025-12-06
std.heap: rework `c_allocator`
Matthew Lugg
2025-12-05
Compilation: track indirect file system inputs from clang's depfile
Alex Rønne Petersen
2025-12-05
compiler: handle -Xlinker args similarly to -Wl args
Alex Rønne Petersen
2025-12-05
compiler: support --dependency-file linker option
Alex Rønne Petersen
2025-12-01
link.Elf: implement aarch64 relocation
David Rubin
2025-11-29
Return a `usize` from `@abs` if given an `isize`
fn ⌃ ⌥
2025-11-29
Sema: initialize OPV comptime allocs correctly
Matthew Lugg
2025-11-29
print_zir: fix typo
Matthew Lugg
2025-11-27
x86_64: fix abi of a struct that partially fits in registers
Jacob Young
2025-11-25
fetch: update from std.Thread.Pool to std.Io
Andrew Kelley
2025-11-25
Merge pull request #26037 from ziglang/build-runner-std.Io
Andrew Kelley
2025-11-24
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak
2025-11-24
frontend: introduce error.Canceled
Andrew Kelley
2025-11-23
std.Target: remove Abi.code16
Alex Rønne Petersen
2025-11-23
Merge pull request #23733 from alichraghi/bp
Matthew Lugg
2025-11-23
cbe: translate sparc ccr/icc/xcc registers to icc
Alex Rønne Petersen
2025-11-22
all: replace all `@Type` usages
Ali Cheraghi
2025-11-22
compiler: replace `@Type` with individual type-creating builtins
Matthew Lugg
2025-11-21
Teach fs.path about the wonderful world of Windows paths
Ryan Liptak
2025-11-20
system specific errno
rpkak
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
Merge pull request #25780 from Vexu/translate-c
Andrew Kelley
[next]