aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirOpenFile for WASIAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: fix compilation errors on macosAndrew Kelley
2025-10-29fix compilation errors introduced by rebasingAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29WIP: hack away at std.Io return flightAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-08std: std.fs.File fix sendFile with buffered dataMaciej 'vesim' Kuliński
2025-10-08std: fix File.Writer sendfile with buffered contentsAndrew Kelley
2025-10-03Add depth function to `Walker.Entry`Ryan Liptak
2025-10-03test: enter after check to preserve depthHenry Kupty
2025-10-03test: Include expected depth testHenry Kupty
2025-10-03Add SelectiveWalker/walkSelectively and implement Walker in terms of itRyan Liptak
2025-09-05Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"Andrew Kelley
2025-09-04File.Writer.sendFile: properly update reader posKendall Condon
2025-09-03fix: std.fs.File.Writer.seekTo does not flush (#25135)Josh GM Walker
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-13std.fs.File.Reader: fix seekByAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-21std.fs.File.Reader: fix seek position logicAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-21std.fs.File.Reader: fix missed advance writer positionsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-23lib/std/fs/test.zig: Some filesystems support 8 EiB filesPat Tullmann
2025-05-08std: Disable `fs.test.test.setEndPos` on MIPS N32.Alex Rønne Petersen
2025-03-26lib/std/posix: test ftruncate via std.fs.File.setEndPos()Pat Tullmann
2025-03-24lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...Pat Tullmann
2025-03-09std/lib: {fs,io,posix} test clean upPat Tullmann
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2024-10-05std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATIONJonathan Marler
2024-08-23std.fs: Disable `file operations on directories` test on WASI.Alex Rønne Petersen
2024-07-03Rename MAX_NAME_BYTES to max_name_bytesMichael Bradshaw
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-04fs tests: Fix leaking a directory handle in "makepath existing directories" testRyan Liptak
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-20Revert "disable flaky std.fs test"Jacob Young
2024-04-19disable flaky std.fs testAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-29fs/test: Make testWithAllSupportedPathTypes also test all supported path sepa...Ryan Liptak
2024-02-29Fix symLink's handling of `/` path separators on WindowsRyan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02fs tests: Make path type show up in stack traces of testWithAllSupportedPathT...Ryan Liptak