rust/src/libcollections
bors e518c057f5 Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichton
{BTree,Hash}{Map,Set} will not update their key if it already exists, which
can matter with more complex keys. This behavior is now documented.

Fixes #26888
2015-10-23 03:13:10 +00:00
..
btree Document replacement behavior in some collections 2015-10-22 20:30:42 -04:00
binary_heap.rs
borrow.rs
enum_set.rs Simplify Debug for {EnumSet, VecDeque} 2015-09-25 12:03:03 -04:00
fmt.rs Use code formatting for code-relevant values in std::fmt docs 2015-09-28 22:56:22 -04:00
lib.rs Add RFC 1238's unsafe_destructor_blind_to_params (UGEH) where needed. 2015-10-06 14:16:49 +02:00
linked_list.rs Add RFC 1238's unsafe_destructor_blind_to_params (UGEH) where needed. 2015-10-06 14:16:49 +02:00
macros.rs
range.rs
slice.rs Format panic docs for split_at 2015-09-30 12:42:47 -04:00
str.rs Correct spelling in docs 2015-10-19 13:48:42 -04:00
string.rs Trivial typo fix: from_utrf8 should be from_utf8 2015-10-10 23:33:43 -04:00
vec_deque.rs Auto merge of #27723 - mystor:vecdeque_drain_range, r=bluss 2015-10-20 11:55:17 +00:00
vec.rs Add dropck unsafe escape hatch (UGEH) to vec::IntoIter. 2015-10-20 14:54:38 +02:00