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
/
lib
/
std
/
fs
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
std.Io.Threaded: implement fileStat for Windows
Andrew Kelley
2025-10-29
std: fix build failure on wasm32-freestanding
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenDir
Andrew Kelley
2025-10-29
std.Io: add dirMakePath and dirMakeOpenPath
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirStatPath for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std: move some windows path checking logic
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std.Io: add dirOpenDir and WASI impl
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for WASI
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for WASI
Andrew Kelley
2025-10-29
std.Io: add dirAccess
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: fix compilation errors on macos
Andrew Kelley
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std.fs.File: begrudgingly add back deprecated APIs
Andrew Kelley
2025-10-29
fix compilation errors introduced by rebasing
Andrew Kelley
2025-10-29
std.Io: implement dirOpenFile
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
WIP: hack away at std.Io return flight
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-29
WIP land the std.Io interface
Andrew Kelley
2025-10-29
std.Io: extract Dir to separate file
Andrew Kelley
2025-10-29
std: start moving fs.File to Io
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-26
fix `std.fs.path.resolveWindows` on UNC paths with mixed path separators
Techatrix
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-10-10
Dir.realpathW: remove redundant buffer/copy
Ryan Liptak
2025-10-09
std.fs.File.Reader.seekTo: fix one more logical position bug
Andrew Kelley
2025-10-09
Merge pull request #25512 from ziglang/sendfile-fixes
Andrew Kelley
2025-10-08
std: std.fs.File fix sendFile with buffered data
Maciej 'vesim' Kuliński
2025-10-08
Deprecate old realpathW correctly
Michael Pfaff
2025-10-08
Reuse pathname_w buffer as out_buffer when calling realpathW
Michael Pfaff
2025-10-08
Improve documentation on Dir.realpathW
Michael Pfaff
2025-10-08
Return WTF16LE encoded path from realpathW
Michael Pfaff
2025-10-08
std: fix sendFileReading not accounting for buffer
Andrew Kelley
2025-10-08
std: fix File.Writer sendfile with buffered contents
Andrew Kelley
2025-10-03
Add depth function to `Walker.Entry`
Ryan Liptak
2025-10-03
test: enter after check to preserve depth
Henry Kupty
2025-10-03
test: Include expected depth test
Henry Kupty
2025-10-03
feat: Reintroduce depth
Henry Kupty
2025-10-03
Add SelectiveWalker/walkSelectively and implement Walker in terms of it
Ryan Liptak
[next]