rust/library/std/src/io
Yuki Okushi 2bc7d4d70a
Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se
Stabilize `Seek::rewind()`

This stabilizes `Seek::rewind`. It seemed to fit into one of the existing tests, so I extended that test rather than adding a new one.

Closes #85149.
2021-07-06 02:33:15 +09:00
..
buffered Specialize io::Bytes::size_hint for more types 2021-06-10 19:16:55 +02:00
cursor Make some std::io functions const 2020-11-06 17:48:26 +01:00
error Add test for io::Error::new_const. 2021-03-21 20:22:26 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio stdio_locked: updates based on feedback 2021-07-02 15:56:56 -05:00
util specialize io::copy to use the memory of the writer if it is a BufWriter 2021-01-31 14:58:03 +01:00
copy.rs library: Normalize safety-for-unsafe-block comments 2021-02-24 06:13:42 +01:00
cursor.rs rename remaining to remaining_slice and add a new remaining 2021-06-17 02:14:53 +02:00
error.rs Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett 2021-07-03 04:12:36 +00:00
impls.rs Forwarding implementation for Seek trait's stream_position method 2021-06-07 19:21:22 -04:00
mod.rs Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se 2021-07-06 02:33:15 +09:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs stdio_locked: updates based on feedback 2021-07-02 15:56:56 -05:00
tests.rs Stabilize Seek::rewind 2021-07-01 15:08:20 -07:00
util.rs Use #[non_exhaustive] where appropriate 2021-06-24 04:16:11 -04:00