aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/Dir.zig
AgeCommit message (Expand)Author
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
2025-01-16std.fs.Dir: update deleteTree doc comment to match function signature (#22509)max
2024-10-17fix compilation errors for fs and fs.Dir (#21643)Justin Braben
2024-10-06Explain why POLL_FD_READWRITE is not dangerous at sites of useachan1989
2024-10-05Create/open file on WASI targets should have POLL_FD_READWRITE rightsachan1989
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-01add std.fs.Dir.HandleAndrew Kelley