about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2017-02-09Update set operations documentationJethro Beekman-7/+17
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
2017-01-16libcollections: btree/map: fix typosIvan Stankovic-2/+2
2017-01-14update docs with new syntaxdjzin-9/+9
2017-01-14update docs with new syntaxdjzin-12/+18
2017-01-14fix warnings in doctestsdjzin-4/+3
2017-01-14shorten range syntaxdjzin-1/+1
2017-01-14make rangeargument methods non-default; simplify impldjzin-17/+18
2017-01-14simplify some rangesdjzin-2/+2
2017-01-14add type annotations to doctestdjzin-1/+1
2017-01-14use rangeargument for range_mutdjzin-7/+6
2017-01-14allow unsized types in `RangeArgument`djzin-1/+19
2017-01-14fix up testsdjzin-13/+17
2017-01-14change argument for btree_rangedjzin-12/+9
2017-01-14impl RangeArgument for (Bound<T>, Bound<T>)djzin-0/+18
2017-01-14have RangeArgument return a Bound<&T> from each of its methodsdjzin-18/+46