rust/src/libcollections
bors 2143a9ff9a Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton
Also remove `stable` stability annotations from inherent impls

(There will be a warning for useless stability annotations soon.)

r? @Gankro
2015-11-06 14:57:41 +00:00
..
btree Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03: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 Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03: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 Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton 2015-11-06 14:57:41 +00:00
str.rs Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
string.rs Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
vec.rs Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton 2015-11-06 14:57:41 +00:00
vec_deque.rs Correct incorrect assertion in VecDeque::wrap_copy 2015-11-03 13:03:36 -05:00