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-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
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-24
std: remove meta.assumeSentinel
Isaac Freund
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-02
std.fs: add NAME_MAX for openbsd and netbsd
Michael Dusan
2022-12-22
Dir.openDirAccessMaskW: Add ACCESS_DENIED as a possible error
Ryan Liptak
2022-12-14
std: remove a solved TODO comment
Andrew Kelley
2022-12-14
std.fs.Dir.statFile rework
Andrew Kelley
2022-12-14
std.fs.Dir.statFile: use fstatat
Philippe Pittoli
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-12-06
std.fs: fix openDirAbsolute
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-01
add workaround for compiler bug
Veikka Tuominen
2022-12-01
wasi: fixes IterableDir.nextWasi for large directory
Takeshi Yoneda
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
Make MAX_NAME_BYTES on WASI equivalent to the max of the other platforms
Ryan Liptak
2022-10-29
Set wasi MAX_NAME_BYTES to minimum of the rest of the supported platforms
Ryan Liptak
2022-10-29
Add wasi branch to MAX_NAME_BYTES
Ryan Liptak
2022-10-29
Windows: Fix iterator name buffer size not handling all possible file name co...
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-18
os.copy_file_range: save a syscall for most operations
Motiejus Jakštys
2022-10-15
Added os check for std.fs.setAsCwd() to work with windows
xEgoist
2022-10-14
Fix compile error in Dir.deleteTreeMinStackSize and add test
Ryan Liptak
2022-10-05
std.fs.deleteTree: Unify how the initial sub_path is treated between deleteTr...
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix FileBusy errors on Windows
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix some handling of NotDir error in deleteFile calls
Ryan Liptak
2022-10-05
fs: deleteTreeFallback -> deleteTreeMinStackSize and make it pub
Ryan Liptak
[next]