about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2017-03-15Fix documentation for Vec::dedup_by.Kevin Mehall-1/+5
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+4
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+32
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-115/+115
2017-03-13fix format grammarAndre Bogus-1/+2
2017-03-10Rollup merge of #40423 - DirkyJerky:patch-2, r=BurntSushiAlex Crichton-1/+1
2017-03-10Rollup merge of #40389 - F001:placementVecDeque, r=nagisaAlex Crichton-25/+160
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+32
2017-03-10Clarify docs in `VecDeque::resize`Geoff Yoerger-1/+1
2017-03-09Implement placement-in protocol for and `VecDeque`Charlie Fan-25/+160
2017-03-08Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnikAriel Ben-Yehuda-0/+8
2017-03-08Rollup merge of #40325 - eddyb:pr38143, r=alexcrichtonAriel Ben-Yehuda-0/+21
2017-03-08Document why `str.to_{lower,upper}case` return `String`Tobias Bucher-0/+8
2017-03-07Added remove_from to vec.rsmadseagames-0/+21
2017-03-05Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnikJoshua Horwitz-0/+8
2017-03-03Auto merge of #40189 - SimonSapin:one-width, r=alexcrichtonbors-2/+3
2017-03-02Rollup merge of #40117 - SimonSapin:to-err-is-for-the-formatter, r=alexcrichtonCorey Farwell-2/+16
2017-03-01Panic on errors in `format!` or `<T: Display>::to_string`Simon Sapin-2/+16
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-2/+3
2017-02-28Rollup merge of #40028 - withoutboats:string_from_iter, r=alexcrichtonCorey Farwell-0/+9
2017-02-28Rollup merge of #39936 - djzin:inclusive_rangeargument, r=alexcrichtonCorey Farwell-1/+27
2017-02-26Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomezbors-0/+9
2017-02-24Rollup merge of #40048 - jimblandy:fmt-arg-types-doc, r=alexcrichtonGuillaume Gomez-21/+4
2017-02-24Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnikGuillaume Gomez-0/+44
2017-02-22Update std::fmt module docs for landing of #33642.Jim Blandy-21/+4
2017-02-22impl FromIter<&char> for StringWithout Boats-0/+9
2017-02-18add impl for RangeToInclusiveDjzin-1/+11
2017-02-18impl RangeArgument for RangeInclusive and add appropriate testsDjzin-1/+17
2017-02-16Fixup String::split_off documentationSteven Allen-9/+9
2017-02-16Additional docs for Vec, String, and slice trait implsMatt Brubeck-0/+44
2017-02-15Rollup merge of #39836 - durka:patch-37, r=alexcrichtonCorey Farwell-4/+4
2017-02-15Auto merge of #39457 - bvinc:master, r=alexcrichtonbors-115/+92
2017-02-14fix types in to_owned doctestAlex Burka-4/+4
2017-02-14Add notes about capacity effects to Vec::truncate()Josh-0/+9
2017-02-13typo fixking6cong-1/+1
2017-02-10Rollup merge of #39701 - sgrif:sg-vec-reserve-docs, r=alexcrichtonCorey Farwell-3/+6
2017-02-10Dont segfault if btree range is not in orderBrian Vincent-115/+92
2017-02-09Update set operations documentationJethro Beekman-7/+17
2017-02-09Explicitly mention that `Vec::reserve` is based on len not capacitySean Griffin-3/+6
2017-02-08Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichtonCorey Farwell-4/+1543
2017-02-07Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturonbors-0/+257
2017-02-06Extract collections benchmarks to libcollections/benchesSon-4/+1543
2017-02-05Rollup merge of #39538 - stjepang:slightly-optimize-sort, r=alexcrichtonCorey Farwell-32/+36
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-2/+2
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-94/+59
2017-02-04Slightly optimize slice::sortStjepan Glavina-32/+36
2017-02-04Auto merge of #39440 - F001:SpecializeCow, r=blussbors-0/+16
2017-02-03Merge remote-tracking branch 'upstream/master' into format-with-capacityMichaƂ Krasnoborski-69/+88
2017-02-03Auto merge of #39466 - alexcrichton:fix, r=Manishearthbors-1/+1
2017-02-02std: Fix IntoIter::as_mut_slice's signatureAlex Crichton-1/+1