rust/src/libcollections
bors 5a83fa271d Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichton
collections: Convert SliceConcatExt to use associated types

Coherence now allows this, we have `SliceConcatExt<T> for [V] where T: Sized + Clone` and` SliceConcatExt<str> for [S]`, these don't conflict because
str is never Sized.
2015-05-06 11:56:15 +00:00
..
btree Register new snapshots 2015-04-28 17:23:45 -07:00
binary_heap.rs collections: Implement vec::drain(range) according to RFC 574 2015-04-28 11:38:33 +02:00
bit.rs Make BitVec::process faster (branch free). 2015-05-04 21:20:10 +10:00
borrow.rs Fix borrow docs 2015-04-09 12:51:19 -04:00
enum_set.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
fmt.rs Clarify intention wrt integers 2015-04-30 17:43:46 -04:00
lib.rs Register new snapshots 2015-04-28 17:23:45 -07:00
linked_list.rs Register new snapshots 2015-04-28 17:23:45 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
range.rs collections: Add trait RangeArgument 2015-04-27 19:37:13 +02:00
slice.rs Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichton 2015-05-06 11:56:15 +00:00
str.rs Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichton 2015-05-06 11:56:15 +00:00
string.rs Fix spelling errors in documentation. 2015-05-04 13:21:27 -04:00
vec.rs Rollup merge of #25087 - nham:improve_vec_docs, r=Gankro 2015-05-05 09:24:03 +05:30
vec_deque.rs Implement retain for vec_deque 2015-05-04 23:04:06 -04:00
vec_map.rs collections: Implement vec::drain(range) according to RFC 574 2015-04-28 11:38:33 +02:00