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
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
2023-10-09
lib/std/fs/test.zig: cleanup (#17443)
Pat Tullmann
2023-10-08
std.fs.path.resolve: add test cases for empty string
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-14
fs tests: Skip UNC path types in Dir.rename tests
Ryan Liptak
2023-09-13
Disable flaky part of Dir.rename directories test on Windows
Ryan Liptak
2023-08-31
Temporarily disable Dir.statFile test when linking glibc
Ryan Liptak
2023-08-31
Fix `Dir.statFile` for WASI when linking libc
Ryan Liptak
2023-08-18
fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformation
Ryan Liptak
2023-08-17
Merge pull request #16847 from squeek502/fs-fixes
Andrew Kelley
2023-08-17
fs tests: Update some testing.expect calls to use the more specific expect fu...
Ryan Liptak
2023-08-17
fs tests: Test multiple different path types in most tests
Ryan Liptak
2023-08-15
bsd: std.c.fs: skip test w/ getFdPath in calltree
Michael Dusan
2023-08-15
Do not skip fs.Dir.access test on WASI
Ryan Liptak
2023-08-12
Merge pull request #16783 from squeek502/fs-too-many-parent-dirs
Andrew Kelley
2023-08-11
fs tests: Add a 'non-cwd .. parent' test
Ryan Liptak
2023-08-10
fs.Dir.realpathW: Reduce the number of OpenFile calls for directories
Ryan Liptak
2023-07-27
Add fs.path.ComponentIterator and use it in Dir.makePath
Ryan Liptak
2023-07-27
windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error
Ryan Liptak
2023-07-23
Consolidate 'delete a read-only file on windows' test cases
Ryan Liptak
2023-06-30
fs.path: Fix Windows path component comparison being ASCII-only
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
Remove unnecessary isatty call from supportsAnsiEscapeCodes
Ryan Liptak
2023-06-17
windows: detect ANSI support in more terminals
Christofer Nolander
2023-06-17
Merge pull request #15501 from matu3ba/win_rmwithposix
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
[prev]
[next]