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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
slice
Age
Commit message (
Expand
)
Author
Lines
2020-09-28
Rename Iterator::get_unchecked -> Iterator::__iterator_get_unchecked
Mark Rousskov
-12
/
+12
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-106
/
+150
2020-08-16
Auto merge of #74562 - pickfire:is_ascii_branchless, r=nagisa
bors
-9
/
+6
2020-08-12
Put panic code path from `copy_from_slice` into cold function
Lukas Kalbertodt
-1
/
+16
2020-08-11
Add some texts to make the tidy check for unsafe documentation pass
Poliorcetics
-1
/
+1
2020-08-11
Change safety comment for usize with the one from LukasKalbertodt review
Alexis Bourget
-23
/
+17
2020-08-11
Remove branch in optimized is_ascii
Ivan Tham
-9
/
+6
2020-08-09
Improve safety comments for usize, fix some other unclear parts
Alexis Bourget
-11
/
+17
2020-08-08
Add precisions about ZSTs and fix nits raised in review
Alexis Bourget
-20
/
+62
2020-08-03
Added the missing SAFETY: comments
Alexis Bourget
-13
/
+22
2020-08-02
Document unsafety in library/core/src/slice/mod.rs
Alexis Bourget
-10
/
+119
2020-08-01
add tracking issue
Bastian Kauschke
-9
/
+9
2020-07-31
use Iter<'_, [T; N]> in array_chunks
Bastian Kauschke
-58
/
+20
2020-07-31
add note to array_chunks
Bastian Kauschke
-1
/
+3
2020-07-30
add tests for array_chunks
Bastian Kauschke
-1
/
+0
2020-07-30
adds `slice::array_chunks`
Bastian Kauschke
-0
/
+180
2020-07-30
improve chunks + windows err on size 0
Bastian Kauschke
-5
/
+5
2020-07-27
mv std libs to library/
mark
-0
/
+7640