aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-14fs tests: Skip UNC path types in Dir.rename testsRyan Liptak
2023-09-13Disable flaky part of Dir.rename directories test on WindowsRyan Liptak
2023-08-31Temporarily disable Dir.statFile test when linking glibcRyan Liptak
2023-08-31Fix `Dir.statFile` for WASI when linking libcRyan Liptak
2023-08-18fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformationRyan Liptak
2023-08-17Merge pull request #16847 from squeek502/fs-fixesAndrew Kelley
2023-08-17fs tests: Update some testing.expect calls to use the more specific expect fu...Ryan Liptak
2023-08-17fs tests: Test multiple different path types in most testsRyan Liptak
2023-08-15bsd: std.c.fs: skip test w/ getFdPath in calltreeMichael Dusan
2023-08-15Do not skip fs.Dir.access test on WASIRyan Liptak
2023-08-12Merge pull request #16783 from squeek502/fs-too-many-parent-dirsAndrew Kelley
2023-08-11fs tests: Add a 'non-cwd .. parent' testRyan Liptak
2023-08-10fs.Dir.realpathW: Reduce the number of OpenFile calls for directoriesRyan Liptak
2023-07-27Add fs.path.ComponentIterator and use it in Dir.makePathRyan Liptak
2023-07-27windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible errorRyan Liptak
2023-07-23Consolidate 'delete a read-only file on windows' test casesRyan Liptak
2023-06-30fs.path: Fix Windows path component comparison being ASCII-onlyRyan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17Remove unnecessary isatty call from supportsAnsiEscapeCodesRyan Liptak
2023-06-17windows: detect ANSI support in more terminalsChristofer Nolander
2023-06-17Merge pull request #15501 from matu3ba/win_rmwithposixAndrew Kelley
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-05-01address review by user @squeek502Jan Philipp Hafer
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