aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-25std.fs.file: Rename File.Lock enum values to snake caseLinus Groh
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-27test: Fix windows_spawn tmp directory cleanupxEgoist
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