about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-12-09Add a proper `Hash` implementation for `VecMap`Tobias Bucher-0/+37
2014-12-09rollup merge of #19626: bluss/string-extend-strAlex Crichton-0/+44
2014-12-09rollup merge of #19622: steveklabnik/fix_ringbuf_docAlex Crichton-5/+1
2014-12-09rollup merge of #19592: jbranchaud/add-btreemap-iter-doctestAlex Crichton-0/+18
2014-12-09Clean up `libcollections::VecMap`Tobias Bucher-54/+35
2014-12-09Add a doctest for the std::string::as_string method.jbranchaud-0/+13
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-17/+54
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-283/+286
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-17/+54
2014-12-08auto merge of #19574 : erickt/rust/vec-reserve, r=alexcrichtonbors-4/+5
2014-12-08auto merge of #19306 : steveklabnik/rust/gh19269, r=nikomatsakis,brsonbors-8/+2
2014-12-08auto merge of #19555 : jbranchaud/rust/add-doctests-for-key-values-of-btreema...bors-0/+26
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-193/+190
2014-12-08auto merge of #19561 : csouth3/rust/treeset-bitops, r=Gankrobors-1/+125
2014-12-07string: Add test for FromIterator<&str> and Extend<&str>bluss-2/+9
2014-12-07string: Add test for FromIterator<char> and Extend<char>bluss-0/+14
2014-12-07string: Implement FromIterator<&str> and Extend<&str> for Stringbluss-0/+21
2014-12-07string: Use the iterator size_hint() in .extend()bluss-0/+2
2014-12-07Remove mention of Dequeue in collections docs.Steve Klabnik-5/+1
2014-12-07auto merge of #19488 : jbranchaud/rust/add-btree-set-doctests, r=alexcrichtonbors-0/+66
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-36/+36
2014-12-06libcollections: remove unnecessary `as_mut_slice()` callsJorge Aparicio-32/+32
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-126/+123
2014-12-05Add a doctest for BTreeMap's iter method.jbranchaud-0/+18
2014-12-05Implement BitOps for TreeSetChase Southwood-1/+125
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-12-05Add doctests for union, diff, sym_diff, and intersection.jbranchaud-0/+66
2014-12-05Add doctests for keys() and values() of the BTreeMap collection.jbranchaud-0/+26
2014-12-05collections: dramatically speed up Vec::reserve with magicErick Tryzelaar-4/+5
2014-12-05Merge remote-tracking branch 'csouth3/trieset-bitops' into rollup-2014_12_03Corey Richardson-0/+60
2014-12-05Implement BitOps for TrieSetChase Southwood-1/+125
2014-12-05rollup merge of #19528: aliblong/add_vecmap_capacityCorey Richardson-0/+16
2014-12-05rollup merge of #19518: csouth3/trieset-bitopsCorey Richardson-1/+65
2014-12-04Implement BitOps for TrieSetChase Southwood-1/+65
2014-12-04Add capacity() to VecMapAaron Liblong-0/+16
2014-12-03Deprecate EquivJorge Aparicio-2/+5
2014-12-03Fix falloutJorge Aparicio-20/+22
2014-12-03Overload the `==` operatorJorge Aparicio-5/+103
2014-12-01Pop on binary heaps does not have constant time complexity.Jim Apple-2/+2
2014-11-29Add test for #18908Tobias Bucher-0/+29
2014-11-27impl Str for CowStringSean McArthur-0/+7
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26More test fixes and rebase conflicts!Alex Crichton-2/+2
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-52/+50
2014-11-26/*! -> //!Steve Klabnik-52/+50
2014-11-26rollup merge of #19330: csouth3/binaryheap-iterAlex Crichton-0/+17
2014-11-26rollup merge of #19308: thestinger/oomAlex Crichton-0/+1
2014-11-26rollup merge of #19296: csouth3/trieset-unionAlex Crichton-1/+268
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-21/+19
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-1/+1