aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-26Factor out arbitrary constant 12 to AtomicFile.RANDOM_BYTESJonathan S
2020-03-25In AtomicFile, work relative to the destination's parent directory. This is m...Jonathan S
2020-03-25self-hosted: use fs.selfExePathAllocMichael Dusan
2020-03-23std: Use getdents on all the BSDsLemonBoy
2020-03-19Merge pull request #4752 from ziglang/slice-arrayAndrew Kelley
2020-03-19(breaking) std.fs.copyFile now integrates with DirAndrew Kelley
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-18std: Safety check for iterate()LemonBoy
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-07add std.event.Loop pread and faccessatAndrew Kelley
2020-03-07fix std.fs.makeDirAbsoluteAndrew Kelley
2020-03-04update self-hosted `zig targets` to print correct glibc availabilityAndrew Kelley
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03std: move makePath to be a Dir methoddaurnimator
2020-03-03std: move null byte check into toPosixPathdaurnimator
2020-03-03std: fix fs.makePathdaurnimator
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03std: add fs.Dir.makeDirdaurnimator
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26fix behavior tests with --test-evented-ioAndrew Kelley
2020-02-20NO_MEDIA_IN_DEVICE => return error.NoDeviceAndrew Kelley
2020-02-20std: Handle NO_MEDIA_IN_DEVICE error in openFileWindowsLemonBoy
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-07implement os.pipe2 for darwinAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std: Rename isAbsoluteW to isAbsoluteWindowsWLemonBoy
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30further clarify std.fs function docsAndrew Kelley
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30introduce std.fs.Dir.openFile and std.fs.Dir.createFileAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25Or in O_DIRECTORY in openDirFlagsC to capture the fact that it is intended fo...Jonathan S
2019-11-25Add missing shortening of os.windows.Jonathan S