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-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
2019-11-25
Avoid deprecated cwd-based functions for opening directories, preferring to o...
Jonathan S
2019-11-25
Don't pass `FILE_LIST_DIRECTORY` in `openDirTraverseW`.
Jonathan S
2019-11-25
Use a specific access mask in `Dir.openDirListW` instead of a generic one. Un...
Jonathan S
2019-11-25
Use `O_PATH` where available in `std.fs.Dir.openPathTraverse`.
Jonathan S
2019-11-25
Split `std.fs.Dir.openDir` into `openDirList` and `openDirTraverse` to clarif...
Jonathan S
2019-11-25
fix freebsd regression
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
improve std.fs.selfExePath and related functions on Windows
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
2019-11-10
minor fix due to recent directory handling API changes
dimenus
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
[next]