aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-15Add `chmod` and `chown`Ominitay
2021-11-04std: Fix path resolution on WindowsLemonBoy
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-25os.flock: FreeBSD can return EOPNOTSUPPxackus
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-20fs.Dir.walk: Do not close the initial dir during/after walking itRyan Liptak
2021-08-14Merge pull request #9559 from squeek502/walker-basenameVeikka Tuominen
2021-08-13Improve fs.Walker testRyan Liptak
2021-08-13Use std.buuiltin instead of importing builtinTakeshi Yoneda
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-28Move fs.Walker to fs.Dir.WalkerOminitay
2021-07-28Skip empty strings in std.fs.path.join functionAustin Clements
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-29std.fs.File: update doc comments regarding lockingAndrew Kelley
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-29std add fs.File.setLockAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-24dragonfly: pass `zig build test`Michael Dusan
2021-05-23Add updateFile to . and .. fs testsRyan Liptak
2021-05-23Add . and .. tests for std.fs functionsRyan Liptak
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20add the openDir cwd parent testJonathan Marler
2021-05-20implement nt path conversion for windowsJonathan Marler
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-25stage2: implement caching for ZIR codeAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-03-18std: Fix std.fs.path.joinZroot
2021-03-01zig fmt the std libAndrew Kelley