aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/Dir.zig
AgeCommit message (Expand)Author
2025-11-20system specific errnorpkak
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-15Merge pull request #25539 from squeek502/windows-readlinkwRyan Liptak
2025-11-15windows: Make readLinkW APIs output WTF-16, reduce stack usage of callersRyan Liptak
2025-11-15fix: add specific error set for SelectiveWalker iterator functionSam Bossley
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenDirAndrew Kelley
2025-10-29std.Io: add dirMakePath and dirMakeOpenPathAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenFile for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirStatPath for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std: move some windows path checking logicAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29std.Io: add dirOpenDir and WASI implAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenFile for WASIAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WASIAndrew Kelley
2025-10-29std.Io: add dirAccessAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-29std.Io: implement dirOpenFileAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.Io: extract Dir to separate fileAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-10-10Dir.realpathW: remove redundant buffer/copyRyan Liptak
2025-10-08Deprecate old realpathW correctlyMichael Pfaff
2025-10-08Reuse pathname_w buffer as out_buffer when calling realpathWMichael Pfaff
2025-10-08Improve documentation on Dir.realpathWMichael Pfaff
2025-10-08Return WTF16LE encoded path from realpathWMichael Pfaff
2025-10-03Add depth function to `Walker.Entry`Ryan Liptak
2025-10-03feat: Reintroduce depthHenry Kupty
2025-10-03Add SelectiveWalker/walkSelectively and implement Walker in terms of itRyan Liptak
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-23std.fs.Dir: fix updateFile() to flush the file before updating its timesAlex Rønne Petersen
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-05std.fs.Dir: haiku fixesElaine Gibson
2025-06-05std.fs.Dir.Iterator: Address a couple of alignment TODOs.Alex Rønne Petersen
2025-04-26Calculate WTF-8 length before converting instead of converting into an interm...Michael Pfaff
2025-04-14Merge pull request #23268 from chrboesch/i19875Chris Boesch
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann