about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-08-28Fallout from stabilizing core::optionAaron Turon-10/+10
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-30/+219
2014-08-26libcollections: In tests, remove some uses of deprecated methods andnham-77/+75
2014-08-26Rebasing changesNick Cameron-9/+16
2014-08-26DST coercions and DST structsNick Cameron-60/+0
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-105/+197
2014-08-26Use the slice repr for ~[T]Nick Cameron-0/+60
2014-08-22auto merge of #16663 : Gankro/rust/heapify, r=alexcrichtonbors-4/+3
2014-08-21make priorityqueue's from_iter use heapifyAlexis Beingessner-4/+3
2014-08-21bitv: make sure benchmarks run long enoughVinzent Steinberg-7/+19
2014-08-21bitv: make benchmarks always return a valueVinzent Steinberg-8/+11
2014-08-19auto merge of #16241 : P1start/rust/doc-fixes, r=alexcrichtonbors-666/+668
2014-08-19auto merge of #16582 : Gankro/rust/bitv, r=alexcrichtonbors-26/+41
2014-08-19A few minor documentation fixesP1start-666/+668
2014-08-19auto merge of #16580 : steveklabnik/rust/gh1498, r=pcwaltonbors-11/+0
2014-08-18Fixing bitvset is_disjoint, fixes #16587Alexis Beingessner-1/+19
2014-08-18Refactor BitV internals to not use macro, reduce duplicationAlexis Beingessner-25/+22
2014-08-18Remove innapropriate string mutability section.Steve Klabnik-11/+0
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-4/+4
2014-08-18auto merge of #16559 : Gankro/rust/bitv, r=pcwaltonbors-3/+114
2014-08-17Correct internal BitvSet 0-padding, fixes #16542Alexis Beingessner-3/+114
2014-08-17auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichtonbors-1/+1
2014-08-17auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichtonbors-0/+7
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-3/+3
2014-08-16Fix an error in a code sample in bitv.rsKasey Carrothers-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-28/+27
2014-08-17collections: deprecate BTree.Huon Wilson-0/+7
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-3/+3
2014-08-13Fix test falloutBrian Anderson-10/+10
2014-08-13core: Put stability attributes all over the slice moduleBrian Anderson-0/+2
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+1
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13collections: Deprecate Vec::tailn. Same as slice_fromBrian Anderson-1/+2
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-5/+5
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-12/+16
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-13/+13
2014-08-12Deprecation fallout in libcollectionsAaron Turon-40/+43
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-7/+159
2014-08-12Implement Index for TrieMapP1start-0/+38
2014-08-12Implement Index for SmallIntMapP1start-4/+45
2014-08-12Implement Index for TreeMapP1start-0/+36
2014-08-12Implement Index for RingBufP1start-3/+40
2014-08-12auto merge of #16417 : jasonthompson/rust/docs/slice3, r=alexcrichtonbors-0/+33
2014-08-11API docs/examples for std::sliceJason Thompson-0/+33
2014-08-09auto merge of #16314 : Ryman/rust/ringbuf_non_pow2, r=huonwbors-3/+44
2014-08-08auto merge of #16325 : froydnj/rust/vec-grammar-fix, r=alexcrichtonbors-1/+1
2014-08-08auto merge of #16279 : nham/rust/fix_slice_docs, r=alexcrichtonbors-48/+35
2014-08-07Cleanup collections::slice documentation.nham-48/+35
2014-08-07fix grammar in Vec.retain's doc commentNathan Froyd-1/+1
2014-08-07libcollections: Fix RingBuf growth for non-power-of-two capacitiesKevin Butler-3/+44