about summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2017-04-13Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichtonbors-0/+13
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-0/+13
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-9/+3
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+68
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-4/+4
2017-03-23Fix markdown links to pdqsortStjepan Glavina-3/+3
2017-03-22Checked (and unchecked) slicing for strings?Simonas Kazlauskas-4/+4
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-19/+18
2017-03-21Tweak the constants a bitStjepan Glavina-2/+2
2017-03-21Fix a doctestStjepan Glavina-1/+1
2017-03-21Address Alex's PR commentsStjepan Glavina-0/+6
2017-03-21Implement feature sort_unstableStjepan Glavina-28/+128
2017-03-19Rollup merge of #40646 - russmack:issue-40435-mention-none, r=frewsxcvCorey Farwell-4/+4
2017-03-19Rollup merge of #40603 - QuietMisdreavus:slice-ptr-docs, r=GuillaumeGomezCorey Farwell-4/+4
2017-03-19Add mention of None as possible return. Closes #40435.Russell Mackenzie-4/+4
2017-03-17minor wording tweak to slice::{as_ptr, as_mut_ptr}QuietMisdreavus-4/+4
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-11/+11
2017-02-04Slightly optimize slice::sortStjepan Glavina-32/+36
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