rust/src/libstd/sys/cloudabi
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
..
abi Fix #[macro_use] extern crate in sys/cloudabi 2019-02-28 04:06:15 +09:00
shims Stabilized vectored IO 2019-04-27 08:34:08 -07:00
args.rs libstd => 2018 2019-02-28 04:06:15 +09:00
backtrace.rs libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi 2019-03-31 12:56:51 +02:00
condvar.rs libstd => 2018 2019-02-28 04:06:15 +09:00
io.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
mod.rs Unify OsString/OsStr for byte-based implementations 2019-03-21 13:45:35 -07:00
mutex.rs libstd => 2018 2019-02-28 04:06:15 +09:00
os.rs libstd => 2018 2019-02-28 04:06:15 +09:00
rwlock.rs libstd => 2018 2019-02-28 04:06:15 +09:00
stack_overflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
stdio.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread.rs Eliminate FnBox usages from libstd. 2019-04-10 09:40:44 +08:00
time.rs Update sys::time impls to have checked_sub_instant 2019-03-22 23:56:40 +01:00