rust/src/libcollections
bors 2a815a26c8 Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez
Make BTreeSet::Insert docs more consistent

Made the BTreeSet::Insert documentation consistent with the HashSet::Insert documentation by using the term 'value' instead of 'key'.

r? @steveklabnik
2016-04-30 08:59:46 -07:00
..
btree Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez 2016-04-30 08:59:46 -07:00
binary_heap.rs Implement Clone for binary_heap::IntoIter 2016-04-17 09:28:30 -04:00
borrow.rs Add example doc for ToOwned trait 2016-04-05 14:11:08 +02:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
enum_set.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
fmt.rs Clarify std::fmt width docs w.r.t. dollar syntax and give example. 2016-04-28 17:50:12 +02:00
lib.rs Auto merge of #32851 - apasel422:spec-extend, r=alexcrichton 2016-04-15 02:01:05 -07:00
linked_list.rs Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson 2016-04-20 04:58:44 -07:00
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs note work still to be done 2016-02-27 02:01:41 -05:00
slice.rs slice: Add tracking issue for slice_binary_search_by_key 2016-04-15 19:27:03 -04:00
str.rs fix str::split_at_mut() example 2016-04-14 03:43:29 +07:00
string.rs std: Change String::truncate to panic less 2016-04-15 10:13:43 -07:00
vec.rs Specialize Extend to append for {LinkedList, Vec} 2016-04-14 07:12:45 -04:00
vec_deque.rs Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson 2016-04-20 04:58:44 -07:00