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
Age
Commit message (
Expand
)
Author
2025-05-08
std: Disable `fs.test.test.setEndPos` on MIPS N32.
Alex Rønne Petersen
2025-04-26
Calculate WTF-8 length before converting instead of converting into an interm...
Michael Pfaff
2025-04-14
Merge pull request #23268 from chrboesch/i19875
Chris Boesch
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-26
lib/std/posix: test ftruncate via std.fs.File.setEndPos()
Pat Tullmann
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...
Pat Tullmann
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2025-03-09
std/lib: {fs,io,posix} test clean up
Pat Tullmann
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-01-30
std.fs.File: limit initial_cap according to max_bytes in readToEndAllocOptions
Rui He
2025-01-25
std: add `fs.path.fmtJoin`
mlugg
2025-01-21
Revert "Merge pull request #21540 from BratishkaErik/search-env-in-path"
Andrew Kelley
2025-01-20
std.fs.path.joinSepMaybeZ: replace while-loops with for-loops
Eric Joldasov
2025-01-16
std.fs.Dir: update deleteTree doc comment to match function signature (#22509)
max
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-10-31
std.fs.File: Fix metadata error check on Linux
Archit Gupta
2024-10-17
fix compilation errors for fs and fs.Dir (#21643)
Justin Braben
2024-10-06
Explain why POLL_FD_READWRITE is not dangerous at sites of use
achan1989
2024-10-05
Create/open file on WASI targets should have POLL_FD_READWRITE rights
achan1989
2024-10-05
std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATION
Jonathan Marler
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-23
std.fs: Disable `file operations on directories` test on WASI.
Alex Rønne Petersen
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-01
add std.fs.Dir.Handle
Andrew Kelley
2024-07-29
std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.
Alex Rønne Petersen
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-07-03
Rename MAX_NAME_BYTES to max_name_bytes
Michael Bradshaw
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-05
File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...
Ryan Liptak
2024-06-04
fs tests: Fix leaking a directory handle in "makepath existing directories" test
Ryan Liptak
2024-06-04
Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handles
Ryan Liptak
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
lib/std/fs/File: enable VT seq support for Windows Console
Garfield Lee
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-07
fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`
Jacob Young
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
std.fs.Dir.openDir: use wasi libc API when -lc
Linus Groh
[next]