index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-05
Slice total example: Move closer to total defn
Havvy (Ryan Scheel)
-6
/
+9
2018-10-05
Example of total ord of elements for sort_by
Havvy (Ryan Scheel)
-0
/
+6
2018-10-05
Doc total order requirement of sort(_unstable)_by
Havvy (Ryan Scheel)
-0
/
+7
2018-09-25
Also rename ExactChunks iterator name to ChunksExact
Sebastian Dröge
-1
/
+1
2018-09-24
Rename slice::exact_chunks() to slice::chunks_exact()
Sebastian Dröge
-1
/
+1
2018-09-20
std: Check for overflow in `str::repeat`
Alex Crichton
-1
/
+15
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-4
/
+4
2018-06-02
Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin
Mark Simulacrum
-1
/
+1
2018-06-01
incorporate changes from code review
Emerentius
-11
/
+13
2018-06-01
optimize joining and concatenation for slices
Emerentius
-11
/
+11
2018-06-01
Stabilize SliceIndex trait.
Thayne McCombs
-1
/
+1
2018-05-21
Stabilize feature from_ref
Stjepan Glavina
-2
/
+2
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-11
/
+2
2018-05-09
move See also links to top
Michael Lamparski
-2
/
+2
2018-04-24
Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi
bors
-0
/
+71
2018-04-21
Replace SliceExt with inherent [T] methods in libcore
Simon Sapin
-1391
/
+5
2018-04-21
Move non-allocating [u8] inherent methods to libcore
Simon Sapin
-54
/
+4
2018-04-17
stabilize `swap_with_slice` feature
tinaun
-7
/
+1
2018-04-17
stabilize `slice_rsplit` feature
tinaun
-8
/
+3
2018-04-09
Add trivial early return for sort_by_cached_key
varkor
-0
/
+1
2018-03-28
Add repeat method on slice
Guillaume Gomez
-0
/
+71
2018-03-26
Remove mentions of unstable sort_by_cached key from stable documentation
varkor
-8
/
+0
2018-03-18
Check that the size optimisation is not redundant
varkor
-5
/
+10
2018-03-18
Clarify time complexity
varkor
-2
/
+3
2018-03-17
Improve and fix documentation for sort_by_cached_key
varkor
-8
/
+12
2018-03-17
Fix use of unstable feature in test
varkor
-2
/
+2
2018-03-16
Add sort_by_cached_key method
varkor
-11
/
+50
2018-03-16
Index enumeration by minimally sized type
varkor
-12
/
+25
2018-03-16
Cull the quadratic
varkor
-0
/
+1
2018-03-16
Update documentation
varkor
-10
/
+11
2018-03-16
Clarify behaviour of sort_unstable_by_key with respect to sort_by_key
varkor
-4
/
+11
2018-03-16
Update documentation for sort_by_key
varkor
-7
/
+4
2018-03-16
Compute each key only one during slice::sort_by_key
varkor
-2
/
+10
2018-02-22
Stabilize [T]::rotate_{left,right}
Corey Farwell
-17
/
+3
2018-01-21
Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex...
Sebastian Dröge
-0
/
+8
2018-01-15
Rollup merge of #47126 - sdroege:exact-chunks, r=bluss
kennytm
-0
/
+74
2018-01-13
Mention in the exact_chunks docs that this can often be optimized better by t...
Sebastian Dröge
-0
/
+15
2018-01-13
Fix doctests for slice::exact_chunks() for real
Sebastian Dröge
-2
/
+2
2018-01-13
Fix assertions in examples of the exact_chunk() documentation
Sebastian Dröge
-2
/
+1
2018-01-13
Add #![feature(exact_chunks)] to the documentation examples to fix the doc tests
Sebastian Dröge
-0
/
+4
2018-01-13
Add slice::ExactChunks and ::ExactChunksMut iterators
Sebastian Dröge
-0
/
+56
2018-01-13
Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...
bors
-0
/
+1
2018-01-09
Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton
Corey Farwell
-35
/
+64
2018-01-06
type error method suggestions use whitelisted identity-like conversions
Zack M. Davis
-0
/
+1
2018-01-03
Rollup merge of #47125 - daboross:patch-3, r=estebank
kennytm
-0
/
+8
2018-01-02
Mention SliceConcatExt's stability in its docs
David Ross
-0
/
+8
2018-01-02
Consistently use chunk_size as the field name for Chunks and ChunksMut
Sebastian Dröge
-6
/
+6
2017-12-24
Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.
Corey Farwell
-35
/
+64
2017-12-21
Clarify docs for split_at_mut
Luc Street
-1
/
+1
2017-12-02
Mark ascii methods on primitive types stable in 1.23.0.
Ralph Giles
-6
/
+6
[prev]
[next]