about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23269: shepmaster/split-not-double-endedAlex Crichton-9/+36
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-0/+20
2015-03-23Add generic conversion traitsAaron Turon-30/+96
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+163
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-23Rollup merge of #23509 - aturon:stab-entry, r=GankroSteve Klabnik-15/+17
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+63
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-1/+184
2015-03-23Compiler and trait changes to make indexing by value.Niko Matsakis-0/+12
2015-03-23document iteration order for `vec_deque::IntoIter`Andrew Paseltiner-1/+1
2015-03-23implement `ExactSizeIterator` for `linked_list::IntoIter`Andrew Paseltiner-0/+2
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+5
2015-03-23Rollup merge of #23559 - aturon:future-proof-map-index, r=GankroManish Goregaokar-10/+1
2015-03-22Note order of BinaryHeap::drainSteve Klabnik-0/+2
2015-03-21implement `Clone` for `btree` iteratorsAndrew Paseltiner-0/+41
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-3/+4
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-10/+1
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-10/+9
2015-03-19Introduce rsplitJake Goulding-2/+30
2015-03-18Stabilize Entry typesAaron Turon-15/+17
2015-03-19Document {:.*}Steve Klabnik-5/+12
2015-03-19Small formatting fixes to fmt.rsSteve Klabnik-22/+23
2015-03-18Register new snapshotsAlex Crichton-2223/+16
2015-03-18Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnikManish Goregaokar-2/+2
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-60/+108
2015-03-17Fix documentation for StrExt::trim_matchesKevin Butler-2/+2
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-34/+34
2015-03-16better document the hacks required to test libcollectionsJorge Aparicio-103/+133
2015-03-16fix after rebaseJorge Aparicio-0/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+564
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-9217/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-2/+7
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+892
2015-03-16impl strJorge Aparicio-0/+1140
2015-03-16impl charJorge Aparicio-1/+0
2015-03-16Auto merge of #23342 - apasel422:23327, r=alexcrichtonbors-0/+18
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-3/+4
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+18
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-34/+34
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-3/+4
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-26/+13
2015-03-12Rollup merge of #23270 - frewsxcv:patch-5, r=alexcrichtonManish Goregaokar-0/+1
2015-03-12Rollup merge of #23297 - steveklabnik:examples, r=huonwManish Goregaokar-17/+17
2015-03-11Example -> ExamplesSteve Klabnik-17/+17
2015-03-11Auto merge of #23256 - apasel422:bound, r=alexcrichtonbors-0/+1
2015-03-10Fix markdown bullet points in function docsCorey Farwell-0/+1
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-24/+55
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-24/+55
2015-03-10derive common traits for `collections::Bound`Andrew Paseltiner-0/+1