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
/
libcore
/
slice
Age
Commit message (
Expand
)
Author
Lines
2019-05-22
succint implementation
wizAmit
-0
/
+18
2019-05-22
wip nth_back on chunks
@amit.chandra
-17
/
+0
2019-05-22
hopefully working nth_back on chunks
@amit.chandra
-8
/
+9
2019-05-22
wip nth_back on chunks
@amit.chandra
-0
/
+16
2019-05-14
Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin
Mazdak Farrokhzad
-0
/
+6
2019-05-14
Rollup merge of #60130 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+20
2019-05-05
Implement nth_back for RChunks(Exact)(Mut)
Tim Vermeulen
-0
/
+72
2019-05-02
clarify wording
Ralf Jung
-2
/
+2
2019-05-01
as_ptr returns a read-only pointer
Ralf Jung
-0
/
+6
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-2
/
+2
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+20
2019-04-19
Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor
Mazdak Farrokhzad
-29
/
+29
2019-04-19
Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-29
/
+29
2019-04-18
Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.
Nathan Kleyn
-3
/
+3
2019-04-18
libcore => 2018
Taiki Endo
-33
/
+34
2019-04-03
Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss
Mazdak Farrokhzad
-0
/
+236
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-1
/
+1
2019-03-24
Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm
kennytm
-0
/
+13
2019-03-11
Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s...
Pavel Krajcevski
-0
/
+236
2019-03-05
Add a tracking issue for new as_slice methods
Josh Stone
-1
/
+1
2019-03-05
Clean up the example on slice::IterMut::as_slice()
Josh Stone
-6
/
+2
2019-03-05
Apply suggestions from code review
Mazdak Farrokhzad
-4
/
+4
2019-03-04
Add as_slice() to slice::IterMut and vec::Drain
Josh Stone
-0
/
+32
2019-02-25
heading # Unsafety => # Safety in stdlib docs.
Mazdak Farrokhzad
-2
/
+2
2019-02-24
implement nth_back for Windows
Adrian Friedli
-0
/
+13
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-16
/
+16
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-16
/
+16
2019-02-12
Revert "Remove mentions of unstable sort_by_cached key from stable documentat...
Scott McMurray
-0
/
+4
2019-02-10
libs: doc comments
Alexander Regueiro
-5
/
+5
2019-02-10
tests: doc comments
Alexander Regueiro
-7
/
+7
2019-01-28
rename first_mut_ptr -> first_ptr_mut
Ralf Jung
-4
/
+4
2019-01-28
add macro for creating uninitialized array
Ralf Jung
-9
/
+2
2019-01-28
libcore: avoid mem::uninitialized and raw ptr casts
Ralf Jung
-6
/
+13
2019-01-22
Move TrustedRandomAccess into Zip module
Clar Fon
-1
/
+0
2019-01-22
Rollup merge of #57604 - alercah:str-index, r=sfackler
Mazdak Farrokhzad
-3
/
+13
2019-01-19
Make `str` indexing generic on `SliceIndex`.
Alexis Hunt
-3
/
+13
2019-01-17
Override `Iterator::is_sorted_by` in `slice::Iter` impl
Lukas Kalbertodt
-13
/
+22
2019-01-17
Compare pairs with `slice::windows`
Kevin Leimkuhler
-7
/
+5
2019-01-17
Improve documentation and slice impl
Kevin Leimkuhler
-9
/
+12
2019-01-17
Add is_sorted unstable documentation
Kevin Leimkuhler
-0
/
+2
2019-01-17
Add is_sorted impl for [T]
Kevin Leimkuhler
-1
/
+78
2019-01-13
Cosmetic improvements
Alexander Regueiro
-15
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-39
/
+0
2018-12-17
deny intra-doc link resolution failures in libstd
Andy Russell
-0
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-13
/
+14
2018-12-06
Fix a stutter in the docs for slice::exact_chunks
Chris Barrick
-2
/
+1
2018-11-23
use MaybeUninit in core::slice::rotate
Ralf Jung
-9
/
+3
2018-11-23
use MaybeUninit in core::slice::sort
Ralf Jung
-7
/
+7
[prev]
[next]