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
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
2023-09-08
remove outdated error message in std.fs
xdBronch
2023-09-03
std.fs: Fix typo in accessAbsoluteW
Ambareesh "Amby" Balaji
2023-08-31
Fix `Dir.statFile` for WASI when linking libc
Ryan Liptak
2023-08-19
fs.selfExePath: Make the Windows implementation follow symlinks
Ryan Liptak
2023-08-15
Fix windows.CreateSymbolicLink/ReadLink for non-relative paths
Ryan Liptak
2023-08-12
Merge pull request #16783 from squeek502/fs-too-many-parent-dirs
Andrew Kelley
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-08-10
fs.Dir.realpathW: Reduce the number of OpenFile calls for directories
Ryan Liptak
2023-08-02
plan 9: filesystem support
Jacob G-W
2023-07-31
Revert "std.os: selfExePath implementation for haiku"
Andrew Kelley
2023-07-31
Revert "std.fs: selfExePath haiku using constants instead"
Andrew Kelley
2023-07-31
Revert "std.c: darwin's *copyfile api update."
Andrew Kelley
2023-07-27
Add fs.path.ComponentIterator and use it in Dir.makePath
Ryan Liptak
2023-07-27
windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-15
freebsd: fix std.c.getdents
Michael Dusan
2023-06-08
Allow recovering from Walker.next errors without continually hitting the same...
Ryan Liptak
2023-06-08
Directory iteration: handle `EACCES` returned from `getdents64`
Ryan Liptak
2023-06-08
Use `iterateAssumeFirstIteration` in `Walker.next` to avoid unnecessary lseek...
Ryan Liptak
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-25
std.fs.file: Rename File.Lock enum values to snake case
Linus Groh
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-17
std.c: darwin's *copyfile api update.
David CARLIER
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-09
std.fs: selfExePath haiku using constants instead
David Carlier
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-25
std: further windows resource fix
xEgoist
2023-04-24
std: fix windows resource leaks
Jacob Young
2023-04-24
std.os: selfExePath implementation for haiku
David CARLIER
2023-04-23
fs.Dir.deleteTree: Fix DirNotEmpty condition
xEgoist
2023-04-20
std.fs: add linking docs to makeDir*
zooster
2023-03-03
std: add fchmodat
Andrew Kelley
[next]