rust/src/libcollections
2015-05-23 19:03:20 +02:00
..
btree Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton 2015-05-20 06:03:58 +00:00
binary_heap.rs collections: Implement vec::drain(range) according to RFC 574 2015-04-28 11:38:33 +02:00
bit.rs Auto merge of #25230 - rayglover:patch-bitset, r=Gankro 2015-05-18 19:54:24 +00:00
borrow.rs Allow ?Sized types in Rc’s impls of {Partial,}{Ord,Eq} and Borrow 2015-05-16 11:01:52 +12:00
enum_set.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
fmt.rs fmt.rs: add note about lack of padding support for some types 2015-05-19 19:21:52 +07:00
lib.rs Stabilize debug builders for 1.2.0 2015-05-19 21:57:39 -07:00
linked_list.rs Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton 2015-05-20 06:03:58 +00: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 collections: Reorder slice methods to improve API docs 2015-05-20 12:27:09 +02:00
str.rs Don't mention outdated methods 2015-05-22 15:24:56 -04:00
string.rs collections: Avoid unstable code in examples for String 2015-05-19 03:33:17 +02:00
vec.rs Make it clear that push is only amortized O(1) 2015-05-22 10:26:18 -07:00
vec_deque.rs collections: Clean up feature flags doc examples 2015-05-19 03:33:17 +02:00
vec_map.rs Minor optimization for VecMap::split_off 2015-05-11 12:54:59 +02:00