about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-03-27default => or_insert per RFCAlexis Beingessner-8/+8
2015-03-26update everything to use Entry defaultsAlexis-22/+4
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+49
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-42/+34
2015-03-25Rollup merge of #23617 - steveklabnik:gh23564, r=ManishearthManish Goregaokar-0/+2
2015-03-25Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwaltonbors-9/+16
2015-03-24collections: Update docs for slice since SliceExt was removedUlrik Sverdrup-41/+33
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-1/+1
2015-03-24libcollections: move Vec::push slow path outCorey Richardson-9/+16
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-2/+4
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-12/+20
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+164
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-15/+17
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-1/+8
2015-03-23rollup merge of #23604: apasel422/btreeAlex Crichton-0/+41
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+259
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-0/+20
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-30/+96
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