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-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for WASI
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: fix compilation errors on macos
Andrew Kelley
2025-10-29
fix compilation errors introduced by rebasing
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
WIP: hack away at std.Io return flight
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-08
std: std.fs.File fix sendFile with buffered data
Maciej 'vesim' Kuliński
2025-10-08
std: fix File.Writer sendfile with buffered contents
Andrew Kelley
2025-10-03
Add depth function to `Walker.Entry`
Ryan Liptak
2025-10-03
test: enter after check to preserve depth
Henry Kupty
2025-10-03
test: Include expected depth test
Henry Kupty
2025-10-03
Add SelectiveWalker/walkSelectively and implement Walker in terms of it
Ryan Liptak
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
[next]