aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2024-02-24Add std.fs.path.fmtAsUtf8Lossy/fmtWtf16LeAsUtf8LossyRyan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02fs tests: Make path type show up in stack traces of testWithAllSupportedPathT...Ryan Liptak
2024-02-01std: remove garbage being printed to stderr during unit testsAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01remove std.eventVeikka Tuominen
2024-01-16std/fs/test.zig: Add statFile() tests of dangling symlinkPat Tullmann
2024-01-16std/fs/test.zig: Try harder to clean up locking filesPat Tullmann
2024-01-16std/fs/test.zig: Factor out the symlink-creation wrappersPat Tullmann
2024-01-16std/fs/test.zig: quote . and .. in test namesPat Tullmann
2024-01-08fix std.fs.Dir.makePath silent failure (#16878)Amir Alawi
2024-01-05Dir.makePath: Document/test platform differences around .. component handlingRyan Liptak
2024-01-04std.fs: Add several more tests for makePath.Pat Tullmann
2024-01-04std/fs/test.zig: Remove work-around for stat() failures on glibcPat Tullmann
2024-01-01frontend: ignore AccessDenied when writing builtin.zigAndrew Kelley
2024-01-01std.fs.Dir.atomicFile: provide an option for make pathAndrew Kelley
2023-12-22fs: Add tests for deleteTree not following symlinksRyan Liptak
2023-12-22Merge pull request #18326 from squeek502/stat-symlinkVeikka Tuominen
2023-12-21Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behaviorRyan Liptak
2023-12-20Fix `Stat.ctime` docs, and correct its value on WindowsRyan Liptak
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak
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