rust/src/libstd/io
bors f6cb58caee auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: https://github.com/rust-lang/rfcs/pull/430
[breaking-change]

cc #19091
2014-11-25 09:21:45 +00:00
..
net Don't call drop in tcpstream docs 2014-11-24 15:22:55 -05:00
buffered.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -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 Return proper errors with update_err 2014-11-17 19:18:26 +02:00
mem.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
mod.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
pipe.rs Disable dubious pipe test 2014-11-20 17:19:25 -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 std: Add a new top-level thread_local module 2014-11-23 23:37:16 -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