rust/src/libstd/io
Razican 8d06332a27 Fixed small typo in BufRead comments
`BufRead` comments, in the `Seek` trait	implementation,	was talking
about allocating 8 *ebibytes*. It was a	typo, the correct unit is
*exbibytes*, since *ebibytes* don't even exist.	The calculation	is
correct, though.
2016-10-05 13:18:45 +02:00
..
buffered.rs Fixed small typo in BufRead comments 2016-10-05 13:18:45 +02:00
cursor.rs Check for overflow in Cursor<Vec<u8>>::write. 2016-10-03 22:16:13 +02:00
error.rs Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichton 2016-08-31 13:53:33 -07:00
impls.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
lazy.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
mod.rs Update unstable attr to reference tracking issue. 2016-10-02 20:39:17 -04:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs std: Move platform specific stdio code into sys 2016-10-01 19:33:02 +00:00
util.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00