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
2025-09-05
Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"
Andrew Kelley
2025-09-04
File.Writer.sendFile: properly update reader pos
Kendall Condon
2025-09-03
fix: std.fs.File.Writer.seekTo does not flush (#25135)
Josh GM Walker
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-13
std.fs.File.Reader: fix seekBy
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-21
std.fs.File.Reader: fix seek position logic
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-21
std.fs.File.Reader: fix missed advance writer positions
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-23
lib/std/fs/test.zig: Some filesystems support 8 EiB files
Pat Tullmann
2025-05-08
std: Disable `fs.test.test.setEndPos` on MIPS N32.
Alex Rønne Petersen
2025-03-26
lib/std/posix: test ftruncate via std.fs.File.setEndPos()
Pat Tullmann
2025-03-24
lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...
Pat Tullmann
2025-03-09
std/lib: {fs,io,posix} test clean up
Pat Tullmann
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2024-10-05
std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATION
Jonathan Marler
2024-08-23
std.fs: Disable `file operations on directories` test on WASI.
Alex Rønne Petersen
2024-07-03
Rename MAX_NAME_BYTES to max_name_bytes
Michael Bradshaw
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-04
fs tests: Fix leaking a directory handle in "makepath existing directories" test
Ryan Liptak
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-20
Revert "disable flaky std.fs test"
Jacob Young
2024-04-19
disable flaky std.fs test
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-29
fs/test: Make testWithAllSupportedPathTypes also test all supported path sepa...
Ryan Liptak
2024-02-29
Fix symLink's handling of `/` path separators on Windows
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
fs tests: Make path type show up in stack traces of testWithAllSupportedPathT...
Ryan Liptak
2024-02-01
std: remove garbage being printed to stderr during unit tests
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-16
std/fs/test.zig: Add statFile() tests of dangling symlink
Pat Tullmann
2024-01-16
std/fs/test.zig: Try harder to clean up locking files
Pat Tullmann
2024-01-16
std/fs/test.zig: Factor out the symlink-creation wrappers
Pat Tullmann
2024-01-16
std/fs/test.zig: quote . and .. in test names
Pat Tullmann
2024-01-08
fix std.fs.Dir.makePath silent failure (#16878)
Amir Alawi
2024-01-05
Dir.makePath: Document/test platform differences around .. component handling
Ryan Liptak
2024-01-04
std.fs: Add several more tests for makePath.
Pat Tullmann
2024-01-04
std/fs/test.zig: Remove work-around for stat() failures on glibc
Pat Tullmann
2023-12-22
fs: Add tests for deleteTree not following symlinks
Ryan Liptak
2023-12-21
Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behavior
Ryan Liptak
2023-12-19
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak
2023-11-22
std.fs: extract Dir into separate file
Andrew Kelley
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
[next]