rust/src/libstd/io
Alex Crichton b3aa1a6d4a std: Deprecate a number of unstable features
Many of these have long since reached their stage of being obsolete, so this
commit starts the removal process for all of them. The unstable features that
were deprecated are:

* cmp_partial
* fs_time
* hash_default
* int_slice
* iter_min_max
* iter_reset_fuse
* iter_to_vec
* map_in_place
* move_from
* owned_ascii_ext
* page_size
* read_and_zero
* scan_state
* slice_chars
* slice_position_elem
* subslice_offset
2015-07-27 16:38:25 -07:00
..
buffered.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
cursor.rs Improve documentation for std::io::Cursor 2015-07-22 11:42:59 -04:00
error.rs Add more std::io documentation. 2015-07-10 10:24:11 -04:00
impls.rs std: Stabilize last bits of io::Error 2015-03-31 16:12:48 -07:00
lazy.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
mod.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
prelude.rs doc: remove redundant info 2015-07-12 00:51:07 +02:00
stdio.rs Add specializations of read_to_end for Stdin, TcpStream and File, 2015-07-15 21:30:18 +01:00
util.rs Document structures in std::io::utils 2015-07-20 15:45:48 -04:00