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
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-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-11
update path.join to recognize any separators that isSep does
Travis
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-01
Merge pull request #7578 from vrischmann/walker
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-28
fs: add a test for the walker
Vincent Rischmann
2020-12-23
std: fix compile errors introduced in previous commit
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-22
cast sendto to SendError inside send (#7481)
luna
2020-12-16
Fix compilation for MacOS
Alexandros Naskos
2020-12-15
create SendToError (#7417)
luna
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-12-14
Fixed std.fs.Watch implementation on Linux
Alexandros Naskos
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
[next]