rust/src/libcollections
2015-11-04 12:44:31 +01:00
..
btree Document replacement behavior in some collections 2015-10-22 20:30:42 -04:00
binary_heap.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
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 don't use drop_in_place as an intrinsic 2015-10-30 11:24:54 -04: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 Add note about clone in docs for vec![] 2015-09-07 03:57:20 +05:30
range.rs collections: Add issues for unstable features 2015-08-15 18:09:17 -07:00
slice.rs Mention [T]::sort is stable in docs 2015-11-04 12:44:31 +01:00
str.rs Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
string.rs libcollections: DRY up a PartialEq impl for String 2015-11-03 17:41:42 +00:00
vec.rs don't use drop_in_place as an intrinsic 2015-10-30 11:24:54 -04:00
vec_deque.rs Correct incorrect assertion in VecDeque::wrap_copy 2015-11-03 13:03:36 -05:00