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
2024-02-24
Add std.fs.path.fmtAsUtf8Lossy/fmtWtf16LeAsUtf8Lossy
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-14
bsd: debitrot type-safe std.c.O
Michael Dusan
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
fs tests: Make path type show up in stack traces of testWithAllSupportedPathT...
Ryan Liptak
2024-02-01
std: remove garbage being printed to stderr during unit tests
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
remove std.event
Veikka Tuominen
2024-01-16
std/fs/test.zig: Add statFile() tests of dangling symlink
Pat Tullmann
2024-01-16
std/fs/test.zig: Try harder to clean up locking files
Pat Tullmann
2024-01-16
std/fs/test.zig: Factor out the symlink-creation wrappers
Pat Tullmann
2024-01-16
std/fs/test.zig: quote . and .. in test names
Pat Tullmann
2024-01-08
fix std.fs.Dir.makePath silent failure (#16878)
Amir Alawi
2024-01-05
Dir.makePath: Document/test platform differences around .. component handling
Ryan Liptak
2024-01-04
std.fs: Add several more tests for makePath.
Pat Tullmann
2024-01-04
std/fs/test.zig: Remove work-around for stat() failures on glibc
Pat Tullmann
2024-01-01
frontend: ignore AccessDenied when writing builtin.zig
Andrew Kelley
2024-01-01
std.fs.Dir.atomicFile: provide an option for make path
Andrew Kelley
2023-12-22
fs: Add tests for deleteTree not following symlinks
Ryan Liptak
2023-12-22
Merge pull request #18326 from squeek502/stat-symlink
Veikka Tuominen
2023-12-21
Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behavior
Ryan Liptak
2023-12-20
Fix `Stat.ctime` docs, and correct its value on Windows
Ryan Liptak
2023-12-19
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak
2023-11-23
Replace shell32.SHGetKnownFolderPath usage with LOCALAPPDATA env var
Ryan Liptak
2023-11-22
std.fs.File: flatten struct
Andrew Kelley
2023-11-22
std.fs: extract AtomicFile to separate file
Andrew Kelley
2023-11-22
std.fs: extract Dir into separate file
Andrew Kelley
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
std.fs: remove unnecessary `@ptrCast` (#17805)
XXIV
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
std: disable failing test
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Merge pull request #14833 from QusaiHroub/optimize_std.fs.Dir.makeOpenPath_12474
Andrew Kelley
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-18
path.ComponentIterator: Add peekNext and peekPrevious functions
Ryan Liptak
2023-10-18
std.fs.Dir.makeOpenPath: optimize when path already exists
Qusai Hroub
2023-10-17
std.fs: fix relative symbolic links on Windows
Andrew Kelley
2023-10-16
std: disable flaky test on aarch64-windows
Andrew Kelley
2023-10-09
Merge pull request #17392 from ziglang/fetch
Andrew Kelley
[next]