rust/src/libcollections
Guillaume Gomez caa732a725 Rollup merge of #33858 - liigo:patch-7, r=GuillaumeGomez
Point out the clone operation in summary line docs of `Vec::extend_from_slice`
2016-05-27 10:50:03 +02:00
..
btree std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -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 rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
enum_set.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
fmt.rs Rollup merge of #33635 - tshepang:capitalise, r=steveklabnik 2016-05-16 02:00:20 +03:00
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -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 Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
str.rs fix str::split_at_mut() example 2016-04-14 03:43:29 +07:00
string.rs doc: Fix comment in std::string::String example code 2016-05-12 21:49:14 +02:00
vec.rs Point out the clone operation in summary line docs of Vec::extend_from_slice 2016-05-25 10:09:20 +08:00
vec_deque.rs Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson 2016-04-20 04:58:44 -07:00