rust/src/libstd/io
Alex Crichton f4a775639c rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Implements RFC 438.

Fixes #19092.

This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively.

r? @brson
2014-11-26 16:49:46 -08:00
..
net auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton 2014-11-26 17:42:07 +00:00
buffered.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
comm_adapters.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
extensions.rs implement Writer for Vec<u8> 2014-11-18 01:09:46 -05:00
fs.rs rollup merge of #19273: ogham/rename-file-types 2014-11-26 16:49:35 -08:00
mem.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
mod.rs rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
pipe.rs sys: reveal std::io representation to sys module 2014-11-21 10:17:13 -08:00
process.rs Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
result.rs implement Writer for Vec<u8> 2014-11-18 01:09:46 -05:00
stdio.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
tempfile.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
test.rs Make os::getcwd() return IoResult<Path> 2014-11-19 05:31:45 +09:00
timer.rs Runtime removal: refactor timer 2014-11-08 20:40:39 -08:00
util.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00