rust/src/libstd/io
bors 92400cf8dc Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton
Retry on EINTR in Bytes and Chars.

>Since Bytes and Chars called directly into Read::read, they didn't use any of the retrying wrappers. This allows both iterator types to retry.
2016-07-19 01:20:50 -07:00
..
buffered.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
cursor.rs Inline simple Cursor write calls 2016-05-27 19:34:20 -07:00
error.rs Add doc examples for io::Error::from_raw_os_error. 2016-07-06 19:39:21 -04:00
impls.rs try! -> ? 2016-03-22 22:01:37 -05:00
lazy.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
mod.rs Retry on EINTR in Bytes and Chars. 2016-05-30 19:17:32 -07:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs doc: Stdin is locked for reads, not writes 2016-03-23 23:39:01 +00:00
util.rs Remove unnecessarily mutable reference in doc example. 2016-07-07 22:58:47 -04:00