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
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