rust/library/std/src/io
Léo Lanteri Thauvin 3eee91b403
Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum
Stabilise BufWriter::into_parts

The FCP for this has already completed, in #80690.

This was just blocked on #85901 (which changed the name), which is now merged.  The original stabilisation MR was #84770 but that has a lot of noise in it, and I also accidentally deleted the branch while trying to tidy up.  So here is a new MR.  Sorry for the noise.

Closes #80690
2021-08-25 15:49:01 +02:00
..
buffered Stabilise BufWriter::into_parts 2021-08-24 18:26:18 +01: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 Remove unstable Cursor::remaining 2021-07-02 16:23:44 +02:00
error.rs Fix tidy 2021-08-24 17:45:53 +01:00
impls.rs Forwarding implementation for Seek trait's stream_position method 2021-06-07 19:21:22 -04:00
mod.rs Stabilise BufWriter::into_parts 2021-08-24 18:26:18 +01:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Replace read_to_string with read_line in Stdin example 2021-08-06 20:27:09 +03:00
tests.rs Stabilize Seek::rewind 2021-07-01 15:08:20 -07:00
util.rs impl Default, Copy, Clone for std::io::Sink and Empty 2021-06-30 11:58:25 +01:00