aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-10-08Deprecate old realpathW correctlyMichael Pfaff
2025-10-08Reuse pathname_w buffer as out_buffer when calling realpathWMichael Pfaff
2025-10-08Return WTF16LE encoded path from realpathWMichael Pfaff
2025-09-19std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)John Benediktsson
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-04-14Merge pull request #23268 from chrboesch/i19875Chris Boesch
2025-03-11std: Add support for SerenityOS in various placesLinus Groh
2024-10-17fix compilation errors for fs and fs.Dir (#21643)Justin Braben
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-07-03Rename MAX_NAME_BYTES to max_name_bytesMichael Bradshaw
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-03Delete compile errors for deprecated declsRyan Liptak
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-03-10improve documentation in stdAndrew Kelley
2024-02-27Eliminate `error.InvalidHandle` from OpenError and RealPathErrorRyan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-23setup PATH_MAX for emscriptenJae B
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01remove std.eventVeikka Tuominen
2024-02-01std: change return type of `wasiCwd`Veikka Tuominen
2023-11-22std.fs.File: flatten structAndrew Kelley
2023-11-22std.fs: extract AtomicFile to separate fileAndrew Kelley
2023-11-22std.fs: extract Dir into separate fileAndrew Kelley
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-22std.fs: make deleteTree use ArrayList instead of BoundedArrayAndrew Kelley
2023-11-21Merge pull request #18055 from ziglang/zig-initAndrew Kelley
2023-11-21Do not assume that FILE_BOTH_DIR_INFORMATION is correctly alignedsalo-dea
2023-11-20merge `zig init-exe` and `zig init-lib` into `zig init`Andrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Merge pull request #14833 from QusaiHroub/optimize_std.fs.Dir.makeOpenPath_12474Andrew Kelley
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-20Improve Dir.makePath and Dir.makeOpenPathAccessMaskW doc commentsRyan Liptak
2023-10-20Dir.makeOpenPathAccessMaskW: Use path.ComponentIteratorRyan Liptak
2023-10-18std.fs.Dir.makeOpenPath: optimize when path already existsQusai Hroub
2023-10-16std.fs.openDir: handle OBJECT_NAME_INVALIDAndrew Kelley
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-02std.fs: give readLink an explicit error setAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-30solaris: fix path component maxRyan Zezeski