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.zig
Age
Commit message (
Expand
)
Author
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-10-08
Deprecate old realpathW correctly
Michael Pfaff
2025-10-08
Reuse pathname_w buffer as out_buffer when calling realpathW
Michael Pfaff
2025-10-08
Return WTF16LE encoded path from realpathW
Michael Pfaff
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-04-14
Merge pull request #23268 from chrboesch/i19875
Chris Boesch
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2024-10-17
fix compilation errors for fs and fs.Dir (#21643)
Justin Braben
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
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-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-23
setup PATH_MAX for emscripten
Jae B
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
remove std.event
Veikka Tuominen
2024-02-01
std: change return type of `wasiCwd`
Veikka Tuominen
2023-11-22
std.fs.File: flatten struct
Andrew Kelley
2023-11-22
std.fs: extract AtomicFile to separate file
Andrew Kelley
2023-11-22
std.fs: extract Dir into separate file
Andrew Kelley
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-22
std.fs: make deleteTree use ArrayList instead of BoundedArray
Andrew Kelley
2023-11-21
Merge pull request #18055 from ziglang/zig-init
Andrew Kelley
2023-11-21
Do not assume that FILE_BOTH_DIR_INFORMATION is correctly aligned
salo-dea
2023-11-20
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Merge pull request #14833 from QusaiHroub/optimize_std.fs.Dir.makeOpenPath_12474
Andrew Kelley
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-20
Improve Dir.makePath and Dir.makeOpenPathAccessMaskW doc comments
Ryan Liptak
2023-10-20
Dir.makeOpenPathAccessMaskW: Use path.ComponentIterator
Ryan Liptak
2023-10-18
std.fs.Dir.makeOpenPath: optimize when path already exists
Qusai Hroub
2023-10-16
std.fs.openDir: handle OBJECT_NAME_INVALID
Andrew Kelley
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-02
std.fs: give readLink an explicit error set
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-30
solaris: fix path component max
Ryan Zezeski
[next]