aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
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
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-15std.fs: prevent possible integer overflow in Dir.makePathEvan Haas
2022-04-13Enable passing 'Dir.rename directories' fs test on WindowsRyan Liptak
2022-04-12std/fs/test.zig: Add test for renaming a dir onto an empty dirRyan Liptak
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-13std.fs: Implement cross-platform metadata APIominitay
2022-01-30Merge pull request #10404 from ominitay/iteratorJakub Konka
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-28std: Fix using fs.Dir.Iterator twiceominitay
2022-01-27Add test for using `fs.Dir.Iterator` twiceominitay
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-15Add `chmod` and `chown`Ominitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-20fs.Dir.walk: Do not close the initial dir during/after walking itRyan Liptak
2021-08-13Improve fs.Walker testRyan Liptak
2021-07-28Move fs.Walker to fs.Dir.WalkerOminitay
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-05-24dragonfly: pass `zig build test`Michael Dusan
2021-05-23Add updateFile to . and .. fs testsRyan Liptak
2021-05-23Add . and .. tests for std.fs functionsRyan Liptak
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20add the openDir cwd parent testJonathan Marler
2021-05-20implement nt path conversion for windowsJonathan Marler
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-01Merge pull request #7578 from vrischmann/walkerAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28fs: add a test for the walkerVincent Rischmann
2020-12-23std: fix compile errors introduced in previous commitAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-13openbsd: skip tests using Dir.realpathSébastien Marie
2020-11-06disable flaky file locking test on WindowsAndrew Kelley