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
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-13
std.fs: Implement cross-platform metadata API
ominitay
2022-01-30
Merge pull request #10404 from ominitay/iterator
Jakub Konka
2022-01-29
std: define static error set for fs.Dir.copyFile
Meghan
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-28
std: Fix using fs.Dir.Iterator twice
ominitay
2022-01-02
std.fs.rename: fix Windows implementation
Andrew Kelley
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-06
std.os: handle ETXTBSY from open()
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
Merge pull request #10073 from hoanga/haiku-support-build2
Andrew Kelley
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-11-15
updates for haiku stdc
Al Hoang
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std: dirent is not part of posix
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
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-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-20
fs.Dir.walk: Do not close the initial dir during/after walking it
Ryan Liptak
2021-08-14
Merge pull request #9559 from squeek502/walker-basename
Veikka Tuominen
2021-08-13
fs.Walker: Fix basename missing its first character for direct children of th...
Ryan Liptak
2021-08-13
Add comment about compiletime check.
Takeshi Yoneda
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-28
Move fs.Walker to fs.Dir.Walker
Ominitay
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-20
Bring your own MAX_PATH_BYTES
mason1920
2021-06-08
wasi: always grant fd_readdir right
Jakub Konka
2021-05-20
implement nt path conversion for windows
Jonathan Marler
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
Add a comment to explain the alignment directive
Koakuma
2021-05-12
Fix linux dirent64 buffer align directive
Koakuma
2021-04-20
std.fs: delete unused label
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
[next]