rust/src/libstd/io
Lukas Kalbertodt e8ee00a649
Add provided methods Seek::{stream_len, stream_position}
These two methods are defined in terms of `Seek::seek` and are
added for convenience. Tests are included.
2019-03-10 18:06:49 +01:00
..
buffered.rs Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay 2019-03-05 05:40:16 +00:00
cursor.rs libstd => 2018 2019-02-28 04:06:15 +09:00
error.rs libstd: implement Error::source for io::Error 2019-03-05 19:54:15 -08:00
impls.rs Use the correct stderr when testing libstd 2019-02-28 19:09:17 -08:00
lazy.rs libstd => 2018 2019-02-28 04:06:15 +09:00
mod.rs Add provided methods Seek::{stream_len, stream_position} 2019-03-10 18:06:49 +01:00
prelude.rs Remove licenses 2018-12-25 21:08:33 -07:00
stdio.rs expand unused doc comment diagnostic 2019-03-08 12:39:50 -05:00
util.rs libstd => 2018 2019-02-28 04:06:15 +09:00