rust/src/libcollections
bors 4afc15e30c auto merge of #14259 : alexcrichton/rust/core-mem, r=brson
Excluding the functions inherited from the cast module last week (with marked
stability levels), these functions received the following treatment.

* size_of - this method has become #[stable]
* nonzero_size_of/nonzero_size_of_val - these methods have been removed
* min_align_of - this method is now #[stable]
* pref_align_of - this method has been renamed without the
  `pref_` prefix, and it is the "default alignment" now. This decision is in line
  with what clang does (see url linked in comment on function). This function
  is now #[stable].
* init - renamed to zeroed and marked #[stable]
* uninit - marked #[stable]
* move_val_init - renamed to overwrite and marked #[stable]
* {from,to}_{be,le}{16,32,64} - all functions marked #[stable]
* swap/replace/drop - marked #[stable]
* size_of_val/min_align_of_val/align_of_val - these functions are marked
  #[unstable], but will continue to exist in some form. Concerns have been
  raised about their `_val` prefix.
2014-05-20 23:31:30 -07:00
..
bitv.rs libcollections: remove init_to_vec 2014-05-19 13:50:03 -07:00
btree.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
deque.rs
dlist.rs Fix insert_ordered in DList 2014-05-18 16:34:01 -07:00
enum_set.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hashmap.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
lru_cache.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
priority_queue.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00
ringbuf.rs
smallintmap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
treemap.rs adding move_iter() function to collections::treemap::TreeSet 2014-05-18 00:47:01 -04:00
trie.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00