rust/src/libcollections
Steve Klabnik e780fb270c TRPL: Borrow and AsRef
These two traits are commonly confused. As such, explain the difference.

Fixes #24163
2015-05-12 10:53:50 -04: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 Rollup merge of #25288 - DrKwint:master, r=alexcrichton 2015-05-11 23:24:19 -04:00
borrow.rs TRPL: Borrow and AsRef 2015-05-12 10:53:50 -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 docs: Update SliceConcatExt docs for assoc types 2015-05-11 03:43:04 +02:00
str.rs collections: change bounds of SliceConcatExt implementations to use Borrow instead of AsRef 2015-05-08 17:13:54 -07:00
string.rs Rollup merge of #25158 - koute:master, r=alexcrichton 2015-05-10 16:44:22 -04:00
vec_deque.rs Implement retain for vec_deque 2015-05-04 23:04:06 -04:00
vec_map.rs Minor optimization for VecMap::split_off 2015-05-11 12:54:59 +02:00
vec.rs Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson 2015-05-08 18:21:51 +00:00