aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2023-04-23Improvements to docs and textzooster
2023-04-18fs: add test for Windows ready-only file deletion.xEgoist
2023-04-16fs: Re-enable non-empty dir test on windowsxEgoist
2023-04-05std: fix memory bugsJacob Young
2023-03-21Merge pull request #14841 from squeek502/is-cygwin-pty-stuffVeikka Tuominen
2023-03-15fix std.fs unit test to not be raceyAndrew Kelley
2023-03-15std.fs.File.writevAll: fix behavior for 0-length vectorsAndrew Kelley
2023-03-15std.fs.File.readvAll: fix behavior for 0-length vectorsAndrew Kelley
2023-03-08Add comments explaining BUFFER_OVERFLOW during NtQueryInformationFile callsRyan Liptak
2023-03-03add doc comments to std.fs.File.default_modeAndrew Kelley
2023-02-19Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"Andrew Kelley
2023-02-19Merge pull request #14661 from evacchi/zig-wasi-preopensLuuk de Gram
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18skip when builtin.link_libcEdoardo Vacchi
2023-02-18wasi: add Preopens.findDir, update tests to preopen `/tmp'Edoardo Vacchi
2023-02-01zig build: add executable bit and file path to package hashAndrew Kelley
2023-01-05Fix cache-dir specified on the command line (#14076)pluick
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-03docs: Clarify that std.fs.path.resolve doesn't resolve relative path toSizhe Zhao
2023-01-02dragonfly: pass test: lib/std/std.zigMichael Dusan
2022-12-14std.fs.Dir.statFile reworkAndrew Kelley
2022-12-14std.fs.Dir.statFile: use fstatatPhilippe Pittoli
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-12-06fix merge conflicts from master branchAndrew Kelley
2022-12-06WASI: remove absolute path emulation from std libAndrew Kelley
2022-12-01wasi: fixes IterableDir.nextWasi for large directoryTakeshi Yoneda
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-28CLI: more careful resolution of pathsAndrew Kelley
2022-11-22std.fs.path.resolve: eliminate getcwd() syscallAndrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-03Merge pull request #13276 from r00ster91/stemVeikka Tuominen
2022-10-29fs: Some NAME_MAX/MAX_NAME_BYTES improvementsRyan Liptak
2022-10-29Make MAX_NAME_BYTES on WASI equivalent to the max of the other platformsRyan Liptak
2022-10-29Windows: Fix iterator name buffer size not handling all possible file name co...Ryan Liptak
2022-10-27Sema: Prevent coercion from tuple pointer to mutable slice.InKryption
2022-10-24std.fs.path: add stem()r00ster91
2022-10-24docs(std.fs.path.extension): correct arrow alignmentr00ster91
2022-10-14Fix compile error in Dir.deleteTreeMinStackSize and add testRyan Liptak
2022-10-05fs: Add IterableDir.Iterator.resetRyan Liptak
2022-09-28Remove outdated commentEvin Yulo
2022-09-23use `std.ascii` instead of defining ascii functions in `std.fs.path`noiryuh
2022-09-22Fix docstring for std.fs.path.extensionEvin Yulo
2022-09-08wasm: temporarily save curr file pointer before pwriting on WinJakub Konka
2022-08-22Sema: fix parameter of type 'T' must be comptime errorVeikka Tuominen
2022-08-15std.fs: Fix `WalkerEntry.dir` not always being the containing dirRyan Liptak
2022-08-01std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...Ryan Liptak
2022-07-25std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`Ryan Liptak
2022-07-24std.fs: Fix Walker closing the initial directory when not fully iteratedRyan Liptak
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen