aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
4 daysupdate all access() to access(io)Andrew Kelley
4 daysstd: move abort and exit from posix into processAndrew Kelley
4 dayslink.MachO: update parallel hasher to std.IoAndrew Kelley
4 daysupdate all stat() to stat(io)Andrew Kelley
4 daysupdate all openDir() sites to accept io instanceAndrew Kelley
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
4 daysupdate all occurrences of std.fs.Dir to std.Io.DirAndrew Kelley
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysupdate all occurrences of close() to close(io)Andrew Kelley
6 dayscompiler: replace thread pool with `std.Io`Matthew Lugg
6 dayscompiler,std: remove a handful of redundant discardsMatthew Lugg
7 daysSema: fix nested error union coercionsMatthew Lugg
7 daysx86_64: hack around more OPV bugsMatthew Lugg
8 dayschange placeholder pattern in deduplicated type errorsProkop Randáček
11 daysPrevent register clobbering on x86_64 threadlocal accessMick Sayson
2025-12-14Linux: Nuke `Stat` bits in favour of statxStephen Gregoratto
2025-12-12windows: type safety improvements and more ntdll functionsJacob Young
2025-12-10llvm: fix aliases not having linkage, visibility, etc setAlex Rønne Petersen
2025-12-08Merge pull request 'add FreeBSD 15 libc support' (#30135) from alexrp/zig:fre...Alex Rønne Petersen
2025-12-08sema: remove special case check in `is_non_err`pentuppup
2025-12-07libc: update startup code from freebsd 15Alex Rønne Petersen
2025-12-07libc: deal with freebsd 15 changes (new libsys, libutil sover)Alex Rønne Petersen
2025-12-07stage2_wasm: revival, enabling testsPavel Verigo
2025-12-07sema: fix error_return_trace_index handling in zirCondBrPavel Verigo
2025-12-06Compilation: fix appendFileSystemInput race between main thread and C object ...Alex Rønne Petersen
2025-12-06detect `comptime var` references in asm input/output and improve errorspentuppup
2025-12-06Merge pull request 'link: support `--dependency-file` linker option' (#30073)...Alex Rønne Petersen
2025-12-06std.heap: rework `c_allocator`Matthew Lugg
2025-12-05Compilation: track indirect file system inputs from clang's depfileAlex Rønne Petersen
2025-12-05compiler: handle -Xlinker args similarly to -Wl argsAlex Rønne Petersen
2025-12-05compiler: support --dependency-file linker optionAlex Rønne Petersen
2025-12-01link.Elf: implement aarch64 relocationDavid Rubin
2025-11-29Return a `usize` from `@abs` if given an `isize`fn ⌃ ⌥
2025-11-29Sema: initialize OPV comptime allocs correctlyMatthew Lugg
2025-11-29print_zir: fix typoMatthew Lugg
2025-11-27x86_64: fix abi of a struct that partially fits in registersJacob Young
2025-11-25fetch: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-25Merge pull request #26037 from ziglang/build-runner-std.IoAndrew Kelley
2025-11-24Merge pull request #25993 from squeek502/windows-pathsRyan Liptak
2025-11-24frontend: introduce error.CanceledAndrew Kelley
2025-11-23std.Target: remove Abi.code16Alex Rønne Petersen
2025-11-23Merge pull request #23733 from alichraghi/bpMatthew Lugg
2025-11-23cbe: translate sparc ccr/icc/xcc registers to iccAlex Rønne Petersen
2025-11-22all: replace all `@Type` usagesAli Cheraghi
2025-11-22compiler: replace `@Type` with individual type-creating builtinsMatthew Lugg
2025-11-21Teach fs.path about the wonderful world of Windows pathsRyan Liptak
2025-11-20system specific errnorpkak
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20Merge pull request #25780 from Vexu/translate-cAndrew Kelley