rust/src/libstd/io
Alex Crichton f1f6c1286f Rename unwrap functions to into_inner
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]

Closes #13159
cc #19091
2014-11-23 15:26:53 -08:00
..
net Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 Make most of std::rt private 2014-11-20 17:19:24 -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