Files
rust/src/libstd/sys/wasm
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
..
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2018-12-25 21:08:33 -07:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2018-12-25 21:08:33 -07:00
2019-04-27 08:34:08 -07:00
2019-04-27 08:34:08 -07:00
2018-12-25 21:08:33 -07:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2019-04-27 08:34:08 -07:00
2019-03-31 12:56:51 +02:00
2019-04-27 08:34:08 -07:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2018-12-25 21:08:33 -07:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2019-04-10 09:40:44 +08:00