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
Age
Commit message (
Expand
)
Author
2020-12-22
cast sendto to SendError inside send (#7481)
luna
2020-12-15
create SendToError (#7417)
luna
2020-12-11
std.fs.path.extension: different behavior for ending dot
Andrew Kelley
2020-12-11
std.fs.path.extension: add additional API guarantee
Andrew Kelley
2020-12-11
Merge pull request #7098 from MasterQ32/std.fs.path.extension
Andrew Kelley
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
2020-12-04
std: Restore file locking test on Windows
LemonBoy
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
2020-11-18
std: openDirAbsolute and accessAbsolute (#7082)
g-w1
2020-11-18
Changes behaviour from std.fs.path.extension from returning `null` to returni...
Felix (xq) Queißner
2020-11-14
Adapts to @andrewrks comment to include dot.
Felix (xq) Queißner
2020-11-13
std.fs.path.dirname: return null when input path is root
Andrew Kelley
2020-11-13
openbsd: skip tests using Dir.realpath
Sébastien Marie
2020-11-13
Makes @haze happy.
Felix (xq) Queißner
2020-11-13
Respects leading `.` and ignores it.
Felix (xq) Queißner
2020-11-13
Implements std.fs.path.extension.
Felix (xq) Queißner
2020-11-06
disable flaky file locking test on Windows
Andrew Kelley
2020-11-06
std: Make file locking tests less fragile
LemonBoy
2020-11-03
std.fs.File.writeFileAll: support unseekable files
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
disable the failing std lib freebsd tests
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
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-30
Add deleteDir test with exception for not-empty directory on Windows
Ryan Liptak
2020-09-29
Revert "Fix for Windows: std.os.windows.DeleteFile()"
Jakub Konka
2020-09-27
Merge pull request #6397 from suirad/fix-5537
Jakub Konka
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
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
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-10
std.fs.File: fix typo in writeFileAll
Andrew Kelley
2020-09-10
fs/file.zig: Update reader to use type alias
Christian Wesselhoeft
2020-09-04
std: Minor changes to the fs module
LemonBoy
2020-09-02
std: Don't trust stat() size in readAllAlloc fns
LemonBoy
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-24
std: use O_NOCTTY flag
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
Add std.os.getFdPath and std.fs.Dir.realpath
Jakub Konka
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-07-31
Move delete file logic into windows.DeleteFile fn
Jakub Konka
[next]