aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/wasi.zig
AgeCommit message (Expand)Author
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `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-13Use std.buuiltin instead of importing builtinTakeshi Yoneda
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-21fix code broken from previous commitJacob G-W
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-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-12Fix incorrect continue condition in PreopeonListJakub Konka
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-23Remove some leftover debugging checksJakub Konka
2020-06-23Refactor PreopenList.find()Jakub Konka
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-05-18Change to Self from *const Self/*Self where possibleJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
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