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-06-21
fix code broken from previous commit
Jacob G-W
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-06-13
std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`
viri
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-24
dragonfly: pass `zig build test`
Michael Dusan
2021-05-23
Add updateFile to . and .. fs tests
Ryan Liptak
2021-05-23
Add . and .. tests for std.fs functions
Ryan Liptak
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-20
add the openDir cwd parent test
Jonathan Marler
2021-05-20
implement nt path conversion for windows
Jonathan Marler
2021-05-17
std: update regarding std.builtin reorganization
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-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
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-03-18
std: Fix std.fs.path.joinZ
root
2021-03-01
zig fmt the std lib
Andrew Kelley
2021-03-01
std: Replace lastIndexOf with lastIndexOfScalar
LemonBoy
2021-03-01
std: Add std.fs.path.joinZ (#7974)
fancl20
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-16
std.fs.net.Stream: add writev and writevAll
Andrew Kelley
2021-01-18
update error return doc
Julian Maingot
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
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
[next]