index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fs
/
test.zig
Age
Commit message (
Expand
)
Author
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-01
Merge pull request #7578 from vrischmann/walker
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-28
fs: add a test for the walker
Vincent Rischmann
2020-12-23
std: fix compile errors introduced in previous commit
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-04
std: Restore file locking test on Windows
LemonBoy
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
2020-11-18
std: openDirAbsolute and accessAbsolute (#7082)
g-w1
2020-11-13
openbsd: skip tests using Dir.realpath
Sébastien Marie
2020-11-06
disable flaky file locking test on Windows
Andrew Kelley
2020-11-06
std: Make file locking tests less fragile
LemonBoy
2020-10-12
disable the failing std lib freebsd tests
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-30
Add deleteDir test with exception for not-empty directory on Windows
Ryan Liptak
2020-09-29
Revert "Fix for Windows: std.os.windows.DeleteFile()"
Jakub Konka
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-04
std: Minor changes to the fs module
LemonBoy
2020-09-02
std: Don't trust stat() size in readAllAlloc fns
LemonBoy
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
Add std.os.getFdPath and std.fs.Dir.realpath
Jakub Konka
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-07-22
Add missing cross-platform Dir.readLink fns
Jakub Konka
2020-07-22
Ensure Dir.deleteTree does not dereference symlinks
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-02
Update lib/std/fs/test.zig
Jakub Konka
2020-07-02
Fix memory corruption in Dir.Iterator test
Jakub Konka
2020-07-02
Add Dir.Iterator tests
Jakub Konka
2020-07-01
Merge pull request #5717 from squeek502/fs-dir-file-ops
Andrew Kelley
2020-06-28
Disable wasi 'readFileAlloc on a directory' assertion for now
Ryan Liptak
2020-06-27
Move fs-specific tests from os/test.zig to fs/test.zig
Ryan Liptak
2020-06-26
Add tests for using file operations on directories
Ryan Liptak
2020-06-25
Add tests for using directory operations on files
Ryan Liptak
2020-06-22
Add std.fs.File.readAllAlloc tests
Jakub Konka
2020-05-29
Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...
Jonathan S
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-18
Undo accidentally checked-in changes to fs/test.zig
Jakub Konka
2020-05-18
Re-enable refAllDecls gen and check in std.zig
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
correct usages of std.fs.dir.DeleteFileError (#5058)
nycex
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-11
move fs tests to separate file; disable flaky test
Andrew Kelley