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
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-26
Factor out arbitrary constant 12 to AtomicFile.RANDOM_BYTES
Jonathan S
2020-03-25
In AtomicFile, work relative to the destination's parent directory. This is m...
Jonathan S
2020-03-25
self-hosted: use fs.selfExePathAlloc
Michael Dusan
2020-03-23
std: Use getdents on all the BSDs
LemonBoy
2020-03-19
Merge pull request #4752 from ziglang/slice-array
Andrew Kelley
2020-03-19
(breaking) std.fs.copyFile now integrates with Dir
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-18
std: Safety check for iterate()
LemonBoy
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-07
add std.event.Loop pread and faccessat
Andrew Kelley
2020-03-07
fix std.fs.makeDirAbsolute
Andrew Kelley
2020-03-04
update self-hosted `zig targets` to print correct glibc availability
Andrew Kelley
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
std: move makePath to be a Dir method
daurnimator
2020-03-03
std: move null byte check into toPosixPath
daurnimator
2020-03-03
std: fix fs.makePath
daurnimator
2020-03-03
std: add Dir.changeDir as wrapper around fchdir
daurnimator
2020-03-03
std: add fs.Dir.makeDir
daurnimator
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-26
fix behavior tests with --test-evented-io
Andrew Kelley
2020-02-20
NO_MEDIA_IN_DEVICE => return error.NoDevice
Andrew Kelley
2020-02-20
std: Handle NO_MEDIA_IN_DEVICE error in openFileWindows
LemonBoy
2020-02-16
add missing implementations of libc installation to detect msvc paths
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-08
std lib typo fixups
Andrew Kelley
2020-02-07
implement os.pipe2 for darwin
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
std: Rename isAbsoluteW to isAbsoluteWindowsW
LemonBoy
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-05
rework and improve some of the zig build steps
Andrew Kelley
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
further clarify std.fs function docs
Andrew Kelley
2019-11-30
add missing error code handling on Windows
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-30
introduce std.fs.Dir.openFile and std.fs.Dir.createFile
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
Or in O_DIRECTORY in openDirFlagsC to capture the fact that it is intended fo...
Jonathan S
2019-11-25
Add missing shortening of os.windows.
Jonathan S
[next]