aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-09fix memory errorsJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-05-29Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...Jonathan S
2020-05-25improvements to self-hosted cache hash systemAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-18Undo accidentally checked-in changes to fs/test.zigJakub Konka
2020-05-18Always return false for ANSI escape codes compat in WASIJakub Konka
2020-05-18Re-enable refAllDecls gen and check in std.zigJakub Konka
2020-05-18Change to Self from *const Self/*Self where possibleJakub Konka
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17Merge pull request #5307 from ziglang/self-hosted-incremental-compilationAndrew Kelley
2020-05-16Merge pull request #5231 from kubkon/wasi-preopensAndrew Kelley
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-13self-hosted: fix the rest of the compile errorsAndrew Kelley
2020-05-12self-hosted: rework the memory layout of ir.Module and related typesAndrew Kelley
2020-05-05Clear PreopenList on every populate callJakub Konka
2020-05-05Add docsJakub Konka
2020-05-05Move preopen and path wasi helpers to std.fs.wasi moduleJakub Konka
2020-05-05update comments for nosuspendTadeo Kondrak
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02fs.File: improve handling async I/O on WindowsAndrew Kelley
2020-05-02correct usages of std.fs.dir.DeleteFileError (#5058)nycex
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-22zir-to-elf skeletonAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-11move fs tests to separate file; disable flaky testAndrew Kelley
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Make lock option an enumLeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-17Make `fcntlFlock` follow conventions of `os.zig`LeRoyce Pearson
2020-03-14Add note about mandatory locks on linuxLeRoyce Pearson
2020-03-14Add `lock` option to CreateFlagsLeRoyce Pearson
2020-03-14Add `lock` to fs.File.OpenFlagsLeRoyce Pearson
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12Address review commentsLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-08Use os.ino_t for everythingLeRoyce Pearson