rust/src/libcollections
bors 9ca511cf63 Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon
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:

* box_heap
* 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-28 01:12:39 +00:00
..
btree Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
binary_heap.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
bit.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
borrow.rs 'Copies' => 'Clones' in Cow method docs. 2015-07-18 22:54:55 -05:00
enum_set.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
fmt.rs fmt: Update docs and mention :#? pretty-printing 2015-06-30 14:37:06 +02:00
lib.rs Register new snapshots 2015-07-20 09:51:29 -07:00
linked_list.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
range.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
slice.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
str.rs Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon 2015-07-28 01:12:39 +00:00
string.rs Register new snapshots 2015-07-20 09:51:29 -07:00
vec.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
vec_deque.rs doc: use 'index' and 'value' in place of 'i' and 't' 2015-07-19 08:33:03 +02:00
vec_map.rs std: Stabilize vec_map::Entry::or_insert{,_with} 2015-06-17 09:07:17 -07:00