rust/library/std/src/io
Jubilee b1b56b11a2
Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper
Add as_slice/into_slice for IoSlice/IoSliceMut.

ACP: https://github.com/rust-lang/libs-team/issues/93

Tracking issue: #132818

Based on a623c5233ae7f6b540e5c00f2be02f40b33b0793 (CC `@mpdn)` and #111277 (CC `@Lucretiel).`

Closes: #124659

Tracking Issue: TODO

try-job: test-various
try-job: dist-various-1
try-job: dist-various-2

r? libs
2024-11-14 17:55:24 -08:00
..
buffered Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
copy Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cursor attempt to optimise vectored write 2022-06-26 17:15:31 +01:00
error Mark some more types as having insignificant dtor 2024-09-27 11:59:39 -04:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
util Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
copy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cursor.rs Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay 2024-07-29 07:11:13 +02:00
error.rs update io::Error::into_inner to acknowlage io::Error::other 2024-11-08 10:43:34 -06:00
impls.rs Specialize read_exact and read_buf_exact for VecDeque 2024-10-23 10:09:24 +02:00
mod.rs Add as_slice/into_slice for IoSlice/IoSliceMut. 2024-11-09 18:52:29 +00:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs More clearly document Stdin::read_line 2024-10-10 23:12:03 +07:00
tests.rs Add as_slice/into_slice for IoSlice/IoSliceMut. 2024-11-09 18:52:29 +00:00
util.rs Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00