rust/src/libcollections
2015-09-27 08:26:49 +00:00
..
btree Avoid zero-sized leaf allocations in BTreeMap 2015-09-18 15:27:17 -04:00
binary_heap.rs Override clone_from for {BinaryHeap, String} 2015-09-23 10:32:58 -04:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
enum_set.rs
fmt.rs re-export debug builders in std::fmt 2015-08-28 13:39:25 -04:00
lib.rs Optimize Vec::clone_from 2015-09-24 08:47:33 -04:00
linked_list.rs Make iter::order functions into methods on Iterator 2015-08-26 23:23:57 -07:00
macros.rs Add note about clone in docs for vec![] 2015-09-07 03:57:20 +05:30
range.rs
slice.rs
str.rs std: Update MatchIndices to return a subslice 2015-09-25 09:29:23 -07:00
string.rs Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturon 2015-09-26 21:52:37 +00:00
vec_deque.rs VecDeque: Use power of two capacity even for zero sized types 2015-09-19 12:50:52 +02:00
vec.rs Auto merge of #28663 - bluss:vec-as-mut, r=alexcrichton 2015-09-27 08:26:49 +00:00