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
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-17
Remove unnecessary isatty call from supportsAnsiEscapeCodes
Ryan Liptak
2023-06-17
windows: detect ANSI support in more terminals
Christofer Nolander
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-04-30
std: fix a bunch of typos
Linus Groh
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
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-01
zig build: add executable bit and file path to package hash
Andrew Kelley
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2022-12-14
std.fs.Dir.statFile rework
Andrew Kelley
2022-12-14
std.fs.Dir.statFile: use fstatat
Philippe Pittoli
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-09-28
Remove outdated comment
Evin Yulo
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
[next]