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
/
Dir.zig
Age
Commit message (
Expand
)
Author
2025-11-20
system specific errno
rpkak
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-15
Merge pull request #25539 from squeek502/windows-readlinkw
Ryan Liptak
2025-11-15
windows: Make readLinkW APIs output WTF-16, reduce stack usage of callers
Ryan Liptak
2025-11-15
fix: add specific error set for SelectiveWalker iterator function
Sam Bossley
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
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 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
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std.Io: implement dirOpenFile
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.Io: extract Dir to separate file
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
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-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-03
Add depth function to `Walker.Entry`
Ryan Liptak
2025-10-03
feat: Reintroduce depth
Henry Kupty
2025-10-03
Add SelectiveWalker/walkSelectively and implement Walker in terms of it
Ryan Liptak
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-23
std.fs.Dir: fix updateFile() to flush the file before updating its times
Alex Rønne Petersen
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-05
std.fs.Dir: haiku fixes
Elaine Gibson
2025-06-05
std.fs.Dir.Iterator: Address a couple of alignment TODOs.
Alex Rønne Petersen
2025-04-26
Calculate WTF-8 length before converting instead of converting into an interm...
Michael Pfaff
2025-04-14
Merge pull request #23268 from chrboesch/i19875
Chris Boesch
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
[next]