aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
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
2021-03-01std: Replace lastIndexOf with lastIndexOfScalarLemonBoy
2021-03-01std: Add std.fs.path.joinZ (#7974)fancl20
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-16std.fs.net.Stream: add writev and writevAllAndrew Kelley
2021-01-18update error return docJulian Maingot
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: use fifo.pump in writeFileAllUnseekabledaurnimator
2021-01-11std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekabledaurnimator
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-11update path.join to recognize any separators that isSep doesTravis
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-05stage2: link.C: use pwritevAndrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-01Merge pull request #7578 from vrischmann/walkerAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28fs: add a test for the walkerVincent Rischmann
2020-12-23std: fix compile errors introduced in previous commitAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-22cast sendto to SendError inside send (#7481)luna
2020-12-16Fix compilation for MacOSAlexandros Naskos
2020-12-15create SendToError (#7417)luna
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-14Fixed std.fs.Watch implementation on LinuxAlexandros Naskos
2020-12-11std.fs.path.extension: different behavior for ending dotAndrew Kelley
2020-12-11std.fs.path.extension: add additional API guaranteeAndrew Kelley
2020-12-11Merge pull request #7098 from MasterQ32/std.fs.path.extensionAndrew Kelley
2020-12-07add AddressFamilyNotSupported to SendErrorLuna
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-18Changes behaviour from std.fs.path.extension from returning `null` to returni...Felix (xq) Queißner
2020-11-14Adapts to @andrewrk​s comment to include dot.Felix (xq) Queißner
2020-11-13std.fs.path.dirname: return null when input path is rootAndrew Kelley
2020-11-13openbsd: skip tests using Dir.realpathSébastien Marie
2020-11-13Makes @haze happy.Felix (xq) Queißner