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
/
file.zig
Age
Commit message (
Expand
)
Author
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-12
Add `std.fs.File.sync` (#11410)
r00ster
2022-03-15
remove TODO
Ali Chraghi
2022-02-13
std.fs: Implement cross-platform metadata API
ominitay
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-25
os.flock: FreeBSD can return EOPNOTSUPP
xackus
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-29
std.fs.File: update doc comments regarding locking
Andrew Kelley
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-29
implement std.fs.File.setLock for Windows
Andrew Kelley
2021-06-29
std add fs.File.setLock
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std: Add more tests, fix broken code
LemonBoy
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-04
Fixed error types for GetSeekPosError
Edward Dean
2021-02-16
std.fs.net.Stream: add writev and writevAll
Andrew Kelley
2021-01-18
update error return doc
Julian Maingot
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: use fifo.pump in writeFileAllUnseekable
daurnimator
2021-01-11
std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekable
daurnimator
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-22
cast sendto to SendError inside send (#7481)
luna
2020-12-15
create SendToError (#7417)
luna
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-03
std.fs.File.writeFileAll: support unseekable files
Andrew Kelley
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-09-25
Remove noop check
Loris Cro
2020-09-24
pwritev
Loris Cro
2020-09-24
pwrite
Loris Cro
2020-09-24
writev
Loris Cro
2020-09-24
write
Loris Cro
2020-09-24
preadv
Loris Cro
2020-09-24
pread
Loris Cro
2020-09-24
readv
Loris Cro
2020-09-24
read
Loris Cro
[next]