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-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
Improve fs.Walker test
Ryan Liptak
2021-08-13
Use std.buuiltin instead of importing builtin
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-28
Skip empty strings in std.fs.path.join function
Austin Clements
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-30
changes to accomodate std.Thread update
kprotty
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-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
[next]