rust/library/std/src/io
Dylan DPC 5acb7f198f
Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay
Refactor io/buffered.rs into submodules

This pull request splits `BufWriter`, `BufReader`, `LineWriter`, and `LineWriterShim` (along with their associated tests) into separate submodules. It contains no functional changes. This change is being made in anticipation of adding another type of buffered writer which can be switched between line- and block-buffering mode.

Part of a series of pull requests resolving #60673.
2020-10-16 02:10:04 +02:00
..
buffered move buffered.rs to mod.rs 2020-09-10 23:48:22 -04:00
cursor std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
cursor.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
mod.rs Remove std::io::lazy::Lazy in favour of SyncOnceCell 2020-09-24 18:18:48 +02:00
prelude.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Optimize set_{panic,print}(None). 2020-09-27 16:04:25 +02:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util.rs Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay 2020-09-21 20:40:44 -07:00