rust/src/test
bors 6cbba7c54e auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton
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 23:51:40 -07:00
..
auxiliary rustc: Remove matching on ~str from the language 2014-03-12 19:17:36 -04:00
bench Update io iterators to produce IoResults 2014-03-12 22:42:50 -04:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton 2014-03-12 19:21:44 -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 auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwalton 2014-03-12 22:36:40 -07:00
run-pass-fulldeps Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00