summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2017-01-26Rewrite the first sentence in slice::sortStjepan Glavina-2/+2
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-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-12[libcollections] [doc] Fix typo in documentationBehnam Esfahbod-1/+1
2016-12-17Minor fix in the merge_sort commentsStjepan Glavina-3/+3
2016-12-08Inline nested fn collapseStjepan Glavina-0/+1
2016-12-07Implement a faster sort algorithmStjepan Glavina-180/+298
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-4/+14
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-08Add missing urls in slice doc moduleGuillaume Gomez-7/+19
2016-09-30Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnikSteve Klabnik-23/+25
2016-09-24Fix some typos and improve doc comments styleGuillaume Gomez-23/+25
2016-09-20Minor correction in `sort_by_key` doc commentNick Platt-1/+1
2016-08-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-4/+4
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-4/+4
2016-07-30Rewrite `slice::chunks` doc example to not require printing.Corey Farwell-9/+7
2016-07-25Rewrite/expansion of `slice::split` doc examples.Corey Farwell-6/+31
2016-07-23Doc example improvements for `slice::windows`.Corey Farwell-7/+14
2016-07-11Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnikbors-9/+236
2016-07-09Auto merge of #34745 - alexandermerritt:slice-doc, r=brsonbors-1/+1
2016-07-09make clone_from_slice consistent with copy_from_sliceAlexander Merritt-1/+1
2016-07-09Improve slice docsGuillaume Gomez-9/+236
2016-07-08Remove useless doc comment for sliceGuillaume Gomez-1/+0
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-2/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-2/+1
2016-05-20Clarify docs for sort(&mut self)Stefan Schindler-7/+4
2016-05-04Replace copy-pasted variable name with relevant oneJake Goulding-2/+2
2016-04-15slice: Add tracking issue for slice_binary_search_by_keyKamal Marhubi-1/+1
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+38
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-3/+0
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-1/+1
2016-02-26Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichtonbors-0/+24
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-0/+24
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-01-26Fix warnings during testsAlex Crichton-13/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-20/+13
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+3
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-3/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+30
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-36/+76
2015-11-24rustfmt libcollectionsNick Cameron-36/+76
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1