about summary refs log tree commit diff
path: root/src/liballoc/slice.rs
AgeCommit message (Expand)AuthorLines
2018-06-02Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapinMark Simulacrum-1/+1
2018-06-01incorporate changes from code reviewEmerentius-11/+13
2018-06-01optimize joining and concatenation for slicesEmerentius-11/+11
2018-06-01Stabilize SliceIndex trait.Thayne McCombs-1/+1
2018-05-21Stabilize feature from_refStjepan Glavina-2/+2
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-11/+2
2018-05-09move See also links to topMichael Lamparski-2/+2
2018-04-24Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundibors-0/+71
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1391/+5
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-54/+4
2018-04-17stabilize `swap_with_slice` featuretinaun-7/+1
2018-04-17stabilize `slice_rsplit` featuretinaun-8/+3
2018-04-09Add trivial early return for sort_by_cached_keyvarkor-0/+1
2018-03-28Add repeat method on sliceGuillaume Gomez-0/+71
2018-03-26Remove mentions of unstable sort_by_cached key from stable documentationvarkor-8/+0
2018-03-18Check that the size optimisation is not redundantvarkor-5/+10
2018-03-18Clarify time complexityvarkor-2/+3
2018-03-17Improve and fix documentation for sort_by_cached_keyvarkor-8/+12
2018-03-17Fix use of unstable feature in testvarkor-2/+2
2018-03-16Add sort_by_cached_key methodvarkor-11/+50
2018-03-16Index enumeration by minimally sized typevarkor-12/+25
2018-03-16Cull the quadraticvarkor-0/+1
2018-03-16Update documentationvarkor-10/+11
2018-03-16Clarify behaviour of sort_unstable_by_key with respect to sort_by_keyvarkor-4/+11
2018-03-16Update documentation for sort_by_keyvarkor-7/+4
2018-03-16Compute each key only one during slice::sort_by_keyvarkor-2/+10
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-17/+3
2018-01-21Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex...Sebastian Dröge-0/+8
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-0/+74
2018-01-13Mention in the exact_chunks docs that this can often be optimized better by t...Sebastian Dröge-0/+15
2018-01-13Fix doctests for slice::exact_chunks() for realSebastian Dröge-2/+2
2018-01-13Fix assertions in examples of the exact_chunk() documentationSebastian Dröge-2/+1
2018-01-13Add #![feature(exact_chunks)] to the documentation examples to fix the doc testsSebastian Dröge-0/+4
2018-01-13Add slice::ExactChunks and ::ExactChunksMut iteratorsSebastian Dröge-0/+56
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+1
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-35/+64
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+1
2018-01-03Rollup merge of #47125 - daboross:patch-3, r=estebankkennytm-0/+8
2018-01-02Mention SliceConcatExt's stability in its docsDavid Ross-0/+8
2018-01-02Consistently use chunk_size as the field name for Chunks and ChunksMutSebastian Dröge-6/+6
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-35/+64
2017-12-21Clarify docs for split_at_mutLuc Street-1/+1
2017-12-02Mark ascii methods on primitive types stable in 1.23.0.Ralph Giles-6/+6
2017-11-29Update bootstrap compilerAlex Crichton-4/+1
2017-11-29Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomezkennytm-13/+106
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-114/+0
2017-11-24Improve documentation for slice swap/copy/clone operations.Corey Farwell-13/+106
2017-11-22Rename param in `[T]::swap_with_slice` from `src` to `other`.Corey Farwell-9/+9
2017-11-18Remove inherent `ascii_ctype` methods from `str` and `[u8]`Lukas Kalbertodt-114/+0
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-10/+10