about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
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-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
2017-02-01std: Add ToString trait specialization for Cow<'a, str> and Stringf001-0/+16
2017-01-29Fix a few impl stability attributesOliver Middleton-2/+2
2017-01-28Implement `PartialEq<&[A]>` for `VecDeque<A>`.Corey Farwell-36/+74
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-1/+2
2017-01-27Rollup merge of #39314 - stjepang:rewrite-sort-header, r=brsonAlex Crichton-2/+2
2017-01-27Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brsonAlex Crichton-30/+11
2017-01-26Rewrite the first sentence in slice::sortStjepan Glavina-2/+2
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-30/+11
2017-01-25Remove trailing whitespaceStjepan Glavina-1/+1
2017-01-25Fix: insertion_len -> max_insertionStjepan Glavina-1/+1
2017-01-25Expand the sort docsStjepan Glavina-11/+33
2017-01-25Fix wording around sort guaranteesSteve Klabnik-2/+5
2017-01-20Add debug implementation for BinaryHeapPlaceGuillaume Gomez-0/+9
2017-01-20Remove Debug implementations specializationGuillaume Gomez-219/+6
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+496
2017-01-20Rollup merge of #39135 - TheCycoONE:vec_drain_doc, r=alexcrichtonAlex Crichton-2/+2
2017-01-20Auto merge of #39062 - martinhath:placement-in-binaryheap, r=nagisabors-2/+56
2017-01-19Rollup merge of #39165 - frewsxcv:slice, r=GuillaumeGomezGuillaume Gomez-10/+24
2017-01-18A few improvements to the slice docs.Corey Farwell-10/+24
2017-01-18collections: update docs of slice get() and friendsGeorg Brandl-8/+17
2017-01-17Clarify when range is removed by drainStephen E. Baker-2/+2
2017-01-17Fix BinaryHeap place by only constructing vec::PlaceBack onceMartin Hafskjold Thoresen-45/+24
2017-01-16Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomezGuillaume Gomez-1/+1
2017-01-16libcollections: btree/set: fix a typoIvan Stankovic-1/+1