index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fs
/
wasi.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-02-19
Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"
Andrew Kelley
2023-02-19
Merge pull request #14661 from evacchi/zig-wasi-preopens
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
skip when builtin.link_libc
Edoardo Vacchi
2023-02-18
wasi: add Preopens.findDir, update tests to preopen `/tmp'
Edoardo Vacchi
2022-12-06
fix merge conflicts from master branch
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-22
std.fs.path.resolve: eliminate getcwd() syscall
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-27
Sema: Prevent coercion from tuple pointer to mutable slice.
InKryption
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Use std.buuiltin instead of importing builtin
Takeshi Yoneda
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-12
Fix incorrect continue condition in PreopeonList
Jakub Konka
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-23
Remove some leftover debugging checks
Jakub Konka
2020-06-23
Refactor PreopenList.find()
Jakub Konka
2020-06-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-05-18
Change to Self from *const Self/*Self where possible
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-05
Clear PreopenList on every populate call
Jakub Konka
2020-05-05
Add docs
Jakub Konka
2020-05-05
Move preopen and path wasi helpers to std.fs.wasi module
Jakub Konka