rust/src/test
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
..
auxiliary auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brson 2014-03-11 09:56:57 -07:00
bench Update io iterators to produce IoResults 2014-03-12 22:42:50 -04:00
codegen
compile-fail Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
debug-info auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton 2014-03-12 07:42:03 -07:00
pretty Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
run-fail fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
run-make Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
run-pass Test fixes from rolling up PRs 2014-03-12 15:01:27 -07:00
run-pass-fulldeps Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00