rust/src/libstd/sys/wasi
Steven Fackler bd177f3ea3 Stabilized vectored IO
This renames `std::io::IoVec` to `std::io::IoSlice` and
`std::io::IoVecMut` to `std::io::IoSliceMut`, and stabilizes
`std::io::IoSlice`, `std::io::IoSliceMut`,
`std::io::Read::read_vectored`, and `std::io::Write::write_vectored`.

Closes #58452
2019-04-27 08:34:08 -07:00
..
ext Stabilized vectored IO 2019-04-27 08:34:08 -07:00
alloc.rs Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
args.rs wasi: Load arguments via syscalls 2019-04-01 05:29:53 -07:00
backtrace.rs Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
env.rs Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
fd.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
fs.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
io.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
mod.rs Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
net.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
os.rs wasi: Implement error_string to get readable errors 2019-04-01 13:15:31 -07:00
path.rs libstd: deny(elided_lifetimes_in_paths), fixes in wasi 2019-03-31 12:56:51 +02:00
pipe.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
process.rs wasi: Fill out std::fs module for WASI 2019-04-03 08:05:46 -07:00
stdio.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
thread.rs Eliminate FnBox usages from libstd. 2019-04-10 09:40:44 +08:00
time.rs wasi: Fill out std::fs module for WASI 2019-04-03 08:05:46 -07:00