about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19231: Gankro/ringbuf-into-iterAlex Crichton-8/+102
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-29/+31
2014-11-25Make BinaryHeap's Items iterator implement DoubleEnded and ExactSizeChase Southwood-0/+17
2014-11-25/** -> ///Steve Klabnik-21/+19
2014-11-25Fallout from stabilizationAaron Turon-29/+31
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-28/+104
2014-11-25vec: add missing out-of-memory checkDaniel Micay-0/+1
2014-11-25Update documentation for from_raw_partsSteve Klabnik-8/+2
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-1/+5
2014-11-25Implement union, intersection, and difference functions for TrieSet.Chase Southwood-1/+268
2014-11-24std: Export BinarySearchResultAlex Crichton-1/+1
2014-11-24auto merge of #19236 : csouth3/rust/master, r=Gankrobors-3/+79
2014-11-24auto merge of #19192 : nodakai/rust/generalize-strvector, r=alexcrichtonbors-36/+75
2014-11-23Implement into_iter() for BinaryHeap.Chase Southwood-3/+79
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+5
2014-11-23add MoveItems to RingBuf, fixes #19085Alexis Beingessner-8/+102
2014-11-23rollup merge of #19210: petrochenkov/masterJakub Bukaj-2/+2
2014-11-23rollup merge of #19204: mcpherrinm/masterJakub Bukaj-53/+53
2014-11-23libcollection: generalize StrVector to AsSlice<Str>.NODA, Kai-36/+75
2014-11-23auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichtonbors-3/+13
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-42/+80
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-42/+80
2014-11-22DSTify free functions in std::hashwe-2/+2
2014-11-21Rename variables called pq to heapMatt McPherrin-53/+53
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-2/+6
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-3/+3
2014-11-21auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichtonbors-1/+2
2014-11-21auto merge of #18908 : tbu-/rust/pr_mapinplace_fixzerosized, r=alexcrichtonbors-1/+4
2014-11-21auto merge of #18967 : aturon/rust/remove-runtime, r=alexcrichtonbors-4/+5
2014-11-20Make most of std::rt privateAaron Turon-3/+5
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-21auto merge of #18441 : mdinger/rust/literals, r=steveklabnikbors-3/+3
2014-11-20libs: make Cow usable, improve documentationAaron Turon-3/+13
2014-11-20Link std::str to reference literals sectionmdinger-3/+3
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
2014-11-20Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.Simon Sapin-1/+2
2014-11-20libcore: DST-ify AsSliceAaron Turon-3/+4
2014-11-19Update libcollections tests to pass the new type rules. They used to return a...Niko Matsakis-17/+17
2014-11-18rollup merge of #19008: alex/collections-typosJakub Bukaj-8/+8
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-2/+2
2014-11-17libcollections: generalize BTree* to use BorrowFromAaron Turon-15/+42
2014-11-17Fallout from deprecationAaron Turon-2/+2
2014-11-17libcollections: use BorrowFrom in TreeSet, MapAaron Turon-17/+56
2014-11-17libcore: add borrow moduleAaron Turon-1/+17
2014-11-17Switch to purely namespaced enumsSteven Fackler-5/+23
2014-11-17Fix fallout from coercion removalNick Cameron-360/+360
2014-11-17change return type of slice_shift_charAndrew Cann-2/+2
2014-11-16auto merge of #18747 : csherratt/rust/ringbuf-remove-option, r=huonwbors-198/+513
2014-11-16Fixed several typos in libcollectionsAlex Gaynor-8/+8