rust/src/libstd/io
bors 2e92c67dc0 auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton
Per API meeting

  https://github.com/rust-lang/meeting-minutes/blob/master/Meeting-API-review-2014-08-13.md

# Changes to `core::option`

Most of the module is marked as stable or unstable; most of the unstable items are awaiting resolution of conventions issues.

However, a few methods have been deprecated, either due to lack of use or redundancy:

* `take_unwrap`, `get_ref` and `get_mut_ref` (redundant, and we prefer for this functionality to go through an explicit .unwrap)
* `filtered` and `while`
* `mutate` and `mutate_or_set`
* `collect`: this functionality is being moved to a new `FromIterator` impl.

# Changes to `core::result`

Most of the module is marked as stable or unstable; most of the unstable items are awaiting resolution of conventions issues.

* `collect`: this functionality is being moved to a new `FromIterator` impl.
* `fold_` is deprecated due to lack of use
* Several methods found in `core::option` are added here, including `iter`, `as_slice`, and variants.

Due to deprecations, this is a:

[breaking-change]
2014-08-28 23:56:20 +00:00
..
net auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson 2014-08-28 22:11:18 +00:00
buffered.rs Fallout from stabilizing core::option 2014-08-28 09:12:54 -07:00
comm_adapters.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
extensions.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
fs.rs Explain EOF behavior in File.eof(). 2014-08-18 15:28:27 -04:00
mem.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
mod.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
pipe.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
process.rs Fallout from stabilizing core::option 2014-08-28 09:12:54 -07:00
result.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
signal.rs auto merge of #16332 : brson/rust/slicestab, r=aturon 2014-08-14 05:36:25 +00:00
stdio.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
tempfile.rs Fallout from stabilizing core::option 2014-08-28 09:12:54 -07:00
test.rs Add #[repr(C)] to all the things! 2014-08-20 21:02:23 -04:00
timer.rs libstd: Limit Duration range to i64 milliseconds. 2014-08-21 11:28:50 +02:00
util.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00