rust/src/libcollections
Manish Goregaokar 87660562a6 Rollup merge of #24279 - libfud:vec_insertion_docs, r=steveklabnik
...to be less confusing. Since 0 is the smallest number possible for usize, it doesn't make sense to mention it if it's already included, and it should be more clear that the length of the vector is a valid index with the new wording.

r? @steveklabnik
2015-04-11 19:05:00 +05:30
..
btree Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
binary_heap.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
bit.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
borrow.rs Fix borrow docs 2015-04-09 12:51:19 -04:00
enum_set.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
fmt.rs Document the effect of # on array formatting 2015-03-30 15:17:22 -07:00
lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
linked_list.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs Make sum and product inherent methods on Iterator 2015-04-08 00:26:35 +02:00
str.rs Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton 2015-04-08 00:42:10 +00:00
string.rs Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton 2015-04-07 00:57:08 +00:00
vec.rs Changed the wording of the documentation for the insert method for Vec to be less confusing. Since 0 is the smallest number possible for usize, it doesn't make sense to mention it if it's already included, and it should be more clear that the length of the vector is a valid index with the new wording. 2015-04-10 11:33:21 -04:00
vec_deque.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
vec_map.rs rollup merge of #23738: alexcrichton/snapshots 2015-03-27 10:08:40 -07:00