about summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-1943/+0
2017-06-02Rollup merge of #42370 - mbrubeck:docs, r=frewsxcvMark Simulacrum-0/+2
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+55
2017-06-01Add [[T]] -> [T] examples to SliceConcatExt docsMatt Brubeck-0/+2
2017-05-26Update documentation for indexing/slicing methodsMichael Kohl-2/+12
2017-05-22Slice::into_vec: Don't link to Vec::into_boxed_sliceColin Wallace-3/+1
2017-05-22Mention Vec::into_boxed_slice in docs for [T]::into_vec.Colin Wallace-0/+5
2017-05-21Stop returning k from [T]::rotateScott McMurray-7/+7
2017-05-21Tweak comment wordingScott McMurray-2/+2
2017-05-21Update slice_rotate to a real tracking numberScott McMurray-1/+1
2017-05-21Change the doctest example to slideScott McMurray-9/+12
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+52
2017-05-06Add links between `slice::{copy,clone}_from_slice` in docs.Corey Farwell-0/+9
2017-04-23Add Vec::splice and String::spliceSimon Sapin-5/+1
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