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
2023-04-23
Improvements to docs and text
zooster
2023-04-18
fs: add test for Windows ready-only file deletion.
xEgoist
2023-04-16
fs: Re-enable non-empty dir test on windows
xEgoist
2023-04-05
std: fix memory bugs
Jacob Young
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
2023-03-15
fix std.fs unit test to not be racey
Andrew Kelley
2023-03-15
std.fs.File.writevAll: fix behavior for 0-length vectors
Andrew Kelley
2023-03-15
std.fs.File.readvAll: fix behavior for 0-length vectors
Andrew Kelley
2023-03-08
Add comments explaining BUFFER_OVERFLOW during NtQueryInformationFile calls
Ryan Liptak
2023-03-03
add doc comments to std.fs.File.default_mode
Andrew Kelley
2023-02-19
Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"
Andrew Kelley
2023-02-19
Merge pull request #14661 from evacchi/zig-wasi-preopens
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
skip when builtin.link_libc
Edoardo Vacchi
2023-02-18
wasi: add Preopens.findDir, update tests to preopen `/tmp'
Edoardo Vacchi
2023-02-01
zig build: add executable bit and file path to package hash
Andrew Kelley
2023-01-05
Fix cache-dir specified on the command line (#14076)
pluick
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-03
docs: Clarify that std.fs.path.resolve doesn't resolve relative path to
Sizhe Zhao
2023-01-02
dragonfly: pass test: lib/std/std.zig
Michael Dusan
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
fix merge conflicts from master branch
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-12-01
wasi: fixes IterableDir.nextWasi for large directory
Takeshi Yoneda
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-28
CLI: more careful resolution of paths
Andrew Kelley
2022-11-22
std.fs.path.resolve: eliminate getcwd() syscall
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-03
Merge pull request #13276 from r00ster91/stem
Veikka Tuominen
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
Windows: Fix iterator name buffer size not handling all possible file name co...
Ryan Liptak
2022-10-27
Sema: Prevent coercion from tuple pointer to mutable slice.
InKryption
2022-10-24
std.fs.path: add stem()
r00ster91
2022-10-24
docs(std.fs.path.extension): correct arrow alignment
r00ster91
2022-10-14
Fix compile error in Dir.deleteTreeMinStackSize and add test
Ryan Liptak
2022-10-05
fs: Add IterableDir.Iterator.reset
Ryan Liptak
2022-09-28
Remove outdated comment
Evin Yulo
2022-09-23
use `std.ascii` instead of defining ascii functions in `std.fs.path`
noiryuh
2022-09-22
Fix docstring for std.fs.path.extension
Evin Yulo
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-15
std.fs: Fix `WalkerEntry.dir` not always being the containing dir
Ryan Liptak
2022-08-01
std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...
Ryan Liptak
2022-07-25
std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`
Ryan Liptak
2022-07-24
std.fs: Fix Walker closing the initial directory when not fully iterated
Ryan Liptak
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
[next]