aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2023-11-23Replace shell32.SHGetKnownFolderPath usage with LOCALAPPDATA env varRyan Liptak
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-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31std.fs: remove unnecessary `@ptrCast` (#17805)XXIV
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22std: disable failing testJacob 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-18path.ComponentIterator: Add peekNext and peekPrevious functionsRyan Liptak
2023-10-18std.fs.Dir.makeOpenPath: optimize when path already existsQusai Hroub
2023-10-17std.fs: fix relative symbolic links on WindowsAndrew Kelley
2023-10-16std: disable flaky test on aarch64-windowsAndrew Kelley
2023-10-09Merge pull request #17392 from ziglang/fetchAndrew Kelley
2023-10-09lib/std/fs/test.zig: cleanup (#17443)Pat Tullmann
2023-10-08std.fs.path.resolve: add test cases for empty stringAndrew Kelley
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