about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-10-27vec: Remove the Vec specialization for .extend()Ulrik Sverdrup-13/+0
2016-10-27impl TrustedLen for vec::IntoIterUlrik Sverdrup-0/+3
2016-10-26Auto merge of #37419 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-22/+22
2016-10-26Auto merge of #37315 - bluss:fold-more, r=alexcrichtonbors-20/+54
2016-10-26Vec docs: fix broken links and make quoting consistentDuncan-22/+22
2016-10-25Special case .fold() for VecDeque's iteratorsUlrik Sverdrup-20/+54
2016-10-22Auto merge of #37327 - aidanhs:aphs-bytes-iter-doc, r=alexcrichtonbors-2/+2
2016-10-22Auto merge of #37326 - SimonSapin:from-cow, r=alexcrichtonbors-0/+14
2016-10-22Rollup merge of #37043 - GuillaumeGomez:vec_urls, r=frewsxcvGuillaume Gomez-52/+85
2016-10-21`as_bytes` is not the iterator, `bytes` isAidan Hobson Sayers-2/+2
2016-10-21vec: Add a debug assertion where TrustedLen is usedUlrik Sverdrup-1/+7
2016-10-21Implement `From<Cow<str>> for String` and `From<Cow<[T]>> for Vec<T>`.Simon Sapin-0/+14
2016-10-21vec: Use Vec::extend specializations in extend_from_slice and moreUlrik Sverdrup-38/+2
2016-10-20Use TrustedLen for Vec's FromIterator and ExtendUlrik Sverdrup-10/+37
2016-10-20Add missing urls on Vec docsGuillaume Gomez-52/+85
2016-10-19Rollup merge of #37187 - frewsxcv:cow-doc-example, r=kmcallisterGuillaume Gomez-2/+15
2016-10-16Update comment in Vec::dedup_byFlorian Diebold-1/+1
2016-10-15Auto merge of #37094 - fhartwig:spec-extend-from-slice, r=alexcrichtonbors-1/+18
2016-10-15Improve doc example for `std::borrow::Cow`.Corey Farwell-2/+15
2016-10-13Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichtonbors-83/+126
2016-10-11Specialize Vec::extend to Vec::extend_from_sliceFlorian Hartwig-1/+18
2016-10-11Rollup merge of #37081 - p512:master, r=sfacklerGuillaume Gomez-1/+1
2016-10-11Rollup merge of #37073 - GuillaumeGomez:string_url, r=steveklabnikGuillaume Gomez-3/+4
2016-10-11Rollup merge of #36699 - bluss:repeat-str, r=alexcrichtonGuillaume Gomez-0/+20
2016-10-11Merge two `impl<T> Vec<T>` blocks.Simon Sapin-126/+124
2016-10-11Add Vec::dedup_by and Vec::dedup_by_keySimon Sapin-1/+46
2016-10-11Changed 0 into '0'p512-1/+1
2016-10-11Add method str::repeat(self, usize) -> StringUlrik Sverdrup-0/+20
2016-10-10Add missing urls on String moduleGuillaume Gomez-3/+4
2016-10-09Auto merge of #36982 - GuillaumeGomez:slice_urls, r=frewsxcvbors-7/+19
2016-10-08Add missing urls in slice doc moduleGuillaume Gomez-7/+19
2016-10-07Fix documentation for `write!` on `std::fmt` pageWesley Wiser-2/+2
2016-10-06Rollup merge of #36930 - angelsl:issue-36202, r=frewsxcvJonathan Turner-10/+10
2016-10-06Clarify last element in str.{r,}splitn documentationangelsl-10/+10
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-16/+53
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-0/+4
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+4
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-16/+53
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-0/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-09-30Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnikSteve Klabnik-30/+32
2016-09-29Auto merge of #36430 - llogiq:cow_add, r=alexcrichtonbors-1/+47
2016-09-29Auto merge of #36377 - tormol:encode_utf, r=alexcrichtonbors-3/+4
2016-09-29impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str>Andre Bogus-1/+47
2016-09-28Rollup merge of #36813 - palango:link-to-fmt, r=steveklabnikJonathan Turner-1/+3
2016-09-28Remove stage0 hacksBrian Anderson-2/+0
2016-09-29Add link to format! docsPaul Lange-1/+3
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-3/+4
2016-09-24Fix some typos and improve doc comments styleGuillaume Gomez-30/+32
2016-09-24Auto merge of #36685 - brson:rev-string-from, r=sfacklerbors-20/+0