Files
rust/src/libstd
Palmer Cox 9ba6bb5a71 Update io iterators to produce IoResults
Most IO related functions return an IoResult so that the caller can handle failure
in whatever way is appropriate. However, the `lines`, `bytes`, and `chars` iterators all
supress errors. This means that code that needs to handle errors can't use any of these
iterators. All three of these iterators were updated to produce IoResults.

Fixes #12368
2014-03-12 22:42:50 -04:00
..
2014-03-08 15:09:00 -05:00
2014-03-12 13:39:47 -07:00
2014-03-04 21:10:23 +01:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-03-08 15:09:00 -05:00
2014-03-08 15:09:00 -05:00
2014-03-12 11:31:05 +11:00
2014-02-23 01:07:53 -08:00
2014-03-04 16:41:48 +02:00
2014-03-08 15:09:00 -05:00
2014-03-08 15:09:00 -05:00
2014-03-04 21:10:23 +01:00
2014-03-08 15:09:00 -05:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-02-14 08:07:46 -08:00
2014-03-12 13:39:47 -07:00
2013-12-08 02:55:28 -05:00
2014-03-08 15:09:00 -05:00