rust/library/std/src/io
2021-04-21 14:38:24 +02:00
..
buffered Auto merge of #82992 - philippeitis:stabilize_bufreader_seek_relative, r=workingjubilee 2021-04-13 00:52:00 +00: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 std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00: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 Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
error.rs Bump to 1.53.0 2021-04-18 09:29:24 +02:00
impls.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
mod.rs Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
tests.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
util.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00