summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-4/+16
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-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
2016-02-09Minor spelling fixesCarlos E. Garcia-3/+3
2016-02-09Auto merge of #31492 - alexcrichton:remove-allow-trivial-casts, r=nrcbors-1/+0
2016-02-08Fix up docs for String::from_utf8_lossy()Steve Klabnik-11/+12
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-1/+0
2016-02-05Auto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichtonbors-0/+14
2016-02-03Add `Cow::from` for `Vec` and slicesTobias Bucher-0/+14
2016-02-02Correct `linked_list::IntoIter` doc commentAndrew Paseltiner-1/+1
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-2/+2
2016-02-02Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichtonSteve Klabnik-0/+48
2016-02-02Add doctests for directionalitySteve Klabnik-0/+20
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-2/+2
2016-01-29std::string::String.from_utf16 doc fixtgor-1/+1
2016-01-28Auto merge of #31225 - mbrubeck:btreeset-size-hint, r=Gankrobors-2/+27
2016-01-27Auto merge of #31224 - bluss:deque-hashing, r=Gankrobors-3/+3
2016-01-27collections: Use slices parts in PartialEq for VecDequeUlrik Sverdrup-1/+33
2016-01-27collections: Hash VecDeque in its slice partsUlrik Sverdrup-3/+3
2016-01-26Add size hints for BTreeSet iteratorsMatt Brubeck-2/+27
2016-01-26Fix warnings during testsAlex Crichton-18/+3
2016-01-26Document LTR vs RTL wrt trim_*Steve Klabnik-0/+28
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-23Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnikSteve Klabnik-10/+10
2016-01-22Document that BTreeMap iteration is in orderMatt Brubeck-10/+10
2016-01-22Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden-0/+7
2016-01-20Auto merge of #31038 - gereeter:btree-panic, r=Gankrobors-2/+2
2016-01-19In BTreeMap's merge function, adjust the length of the node before moving ele...Jonathan S-2/+2
2016-01-19Rollup merge of #31008 - barosl:typo, r=blussManish Goregaokar-2/+2