aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
2025-07-09std.fs.File.Writer: fix splat alias bugAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writing for WindowsAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writingAndrew Kelley
2025-07-07compiler: fix remaining build failuresAndrew Kelley
2025-07-07std.zip: work around deprecated APIAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.Build.Cache: write manifest without heap allocatingAndrew Kelley
2025-07-07std.fs.File.Writer: fix drain implementationAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-06-23lib/std/fs/test.zig: Some filesystems support 8 EiB filesPat Tullmann
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-05std.fs.Dir: haiku fixesElaine Gibson
2025-06-05std.fs.Dir.Iterator: Address a couple of alignment TODOs.Alex Rønne Petersen
2025-05-08std: Disable `fs.test.test.setEndPos` on MIPS N32.Alex Rønne Petersen
2025-04-26Calculate WTF-8 length before converting instead of converting into an interm...Michael Pfaff
2025-04-14Merge pull request #23268 from chrboesch/i19875Chris Boesch
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-26lib/std/posix: test ftruncate via std.fs.File.setEndPos()Pat Tullmann
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-24lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...Pat Tullmann
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-03-11std: Add support for SerenityOS in various placesLinus Groh
2025-03-09std/lib: {fs,io,posix} test clean upPat Tullmann
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2025-01-30std.fs.File: limit initial_cap according to max_bytes in readToEndAllocOptionsRui He
2025-01-25std: add `fs.path.fmtJoin`mlugg
2025-01-21Revert "Merge pull request #21540 from BratishkaErik/search-env-in-path"Andrew Kelley
2025-01-20std.fs.path.joinSepMaybeZ: replace while-loops with for-loopsEric Joldasov
2025-01-16std.fs.Dir: update deleteTree doc comment to match function signature (#22509)max
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-10-31std.fs.File: Fix metadata error check on LinuxArchit Gupta
2024-10-17fix compilation errors for fs and fs.Dir (#21643)Justin Braben
2024-10-06Explain why POLL_FD_READWRITE is not dangerous at sites of useachan1989
2024-10-05Create/open file on WASI targets should have POLL_FD_READWRITE rightsachan1989
2024-10-05std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATIONJonathan Marler
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-23std.fs: Disable `file operations on directories` test on WASI.Alex Rønne Petersen
2024-08-19Fix handling of empty XDG environment variablesIan Johnson
2024-08-01add std.fs.Dir.HandleAndrew Kelley
2024-07-29std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.Alex Rønne Petersen
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-28Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflowsAndrew Kelley
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook