about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-03-11removed integer suffixes in libcollections and libcollectionstestsrinivasreddy-8/+8
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-31/+39
2016-03-10Remove unnecessary mut in docs causing test failures.Nathan Kleyn-1/+1
2016-03-10Rollup merge of #32136 - nathankleyn:improve-docs-for-btreeset, r=steveklabnikSteve Klabnik-0/+30
2016-03-09collections: Fix broken doc exampleAlex Crichton-1/+1
2016-03-10Merge pull request #32135 from nathankleyn/improve-docs-for-btreemapSteve Klabnik-0/+111
2016-03-09Add missing "basic usage" sections to docs, fix review comments.Nathan Kleyn-1/+36
2016-03-09Address review comments to add "basic usage" sections to docs.Nathan Kleyn-0/+38
2016-03-08Add missing documentation examples for BinaryHeap.Nathan Kleyn-0/+106
2016-03-08Add missing documentation examples for BTreeSet.Nathan Kleyn-0/+30
2016-03-08Add missing documentation examples for BTreeMap.Nathan Kleyn-0/+76
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-31/+39
2016-03-08Rollup merge of #32084 - gokhanettin:typo-in-comment, r=alexcrichtonSteve Klabnik-5/+5
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-1/+1
2016-03-06Fix typos - mismatching parentheses in commentsGökhan Karabulut-5/+5
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-2/+67
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-2/+4
2016-03-03Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichtonbors-12/+13
2016-03-02Use ptr::drop_in_place in VecDeque::dropUlrik Sverdrup-1/+6
2016-03-02Use ptr::drop_in_place in Vec::truncateUlrik Sverdrup-3/+4
2016-03-02Use ptr::drop_in_place in Vec::dropUlrik Sverdrup-8/+3
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-4/+16
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-2/+66
2016-02-27note work still to be doneAlex Burka-0/+1
2016-02-27Improve formatting of the primitive str documentationMichael Huynh-17/+35
2016-02-26Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichtonbors-0/+25
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-0/+25
2016-02-25Use `box` syntax in `vec!` macroAndrew Paseltiner-2/+4
2016-02-25Fix review comments in BTreeMap's Node documentationJonathan S-71/+96
2016-02-25Rollup merge of #31850 - GuillaumeGomez:vec-doc, r=steveklabnikManish Goregaokar-0/+43
2016-02-25Rollup merge of #31784 - urschrei:chunks_doc, r=steveklabnikManish Goregaokar-2/+2
2016-02-24Add more explanation on vec typeGuillaume Gomez-0/+43
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-4/+4
2016-02-23Register new snapshotsAaron Turon-4/+4
2016-02-22Auto merge of #31704 - tbu-:pr_vec_into_iter_clone, r=aturonbors-1/+11
2016-02-20Correct size of returned iteratorStephan Hügel-4/+4
2016-02-20Clarify chunks() and chunks_mut() iterator contentStephan Hügel-2/+2
2016-02-17Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnikSteve Klabnik-3/+4
2016-02-17Implement `Clone` for `std::vec::IntoIter`Tobias Bucher-1/+11
2016-02-17Auto merge of #31696 - apasel422:placement, r=pnkfelixbors-2/+150
2016-02-16Implement placement-in protocol for `LinkedList`Andrew Paseltiner-2/+150
2016-02-15clarify how insert() doesn't update keysJack O'Connor-3/+4
2016-02-16Clarify contiguous memory array structure of vectors in documentationDirk Gadsden-3/+3
2016-02-14Rollup merge of #31585 - tshepang:over-explanation, r=brsonManish Goregaokar-2/+2
2016-02-12doc: skipping (obvious) details here is worth making this more nice to readTshepang Lekhonkhobe-2/+2
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-02-10Auto merge of #31420 - bluss:deque-equality, r=Gankrobors-1/+33
2016-02-09Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichtonSteve Klabnik-0/+6
2016-02-09Improve docs for Drain on StringSteve Klabnik-0/+6