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
/
library
/
core
/
src
/
slice
Age
Commit message (
Expand
)
Author
Lines
2020-09-07
Rollup merge of #76309 - lzutao:indent-note, r=jyn514
Dylan DPC
-2
/
+3
2020-09-07
Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514
Dylan DPC
-1
/
+0
2020-09-05
Adjust documentation for slice_check_range
dylni
-1
/
+1
2020-09-05
rename MaybeUninit slice methods
Ralf Jung
-4
/
+4
2020-09-04
Move ArrayChunksMut::get_unchecked per #73565
Josh Stone
-6
/
+10
2020-09-04
Build the slice directly in array_chunks_mut
Josh Stone
-6
/
+3
2020-09-04
Add slice::array_chunks_mut
Josh Stone
-5
/
+146
2020-09-05
Indent a note to make folding work nicer
Lzu Tao
-2
/
+3
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-21
/
+86
2020-09-04
Remove a useless allowed attr
Lzu Tao
-1
/
+0
2020-09-03
Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez
bors
-2
/
+2
2020-08-31
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
bors
-27
/
+127
2020-08-30
Improve documentation of slice::get_unchecked() / split_at_unchecked()
Sebastian Dröge
-31
/
+41
2020-08-30
Get rid of bounds check in slice::chunks_exact() and related functions during...
Sebastian Dröge
-6
/
+10
2020-08-30
Add (non-public) slice::split_at_unchecked() and split_at_mut_unchecked()
Sebastian Dröge
-8
/
+94
2020-08-30
fix broken trait method links
Andy Russell
-2
/
+2
2020-08-30
Fix intra-doc path resolution problem in `library/alloc/src/slice.rs`
Amjad Alsharafi
-4
/
+4
2020-08-28
Used intra-doc links for `ptr#safety` occurrences
Amjad Alsharafi
-2
/
+2
2020-08-28
Used intra-doc links for `NonNull::dangling()` occurrences
Amjad Alsharafi
-2
/
+2
2020-08-28
Fixes `intra-doc` same scope links
Amjad Alsharafi
-6
/
+5
2020-08-28
Use intra-doc links for `core/src/slice.mod.rs`
Amjad Alsharafi
-6
/
+6
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-106
/
+150
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-17
/
+2
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-06
Fix links again
dylni
-2
/
+1
2020-08-05
Fix links
dylni
-2
/
+2
2020-08-05
Add `slice::check_range`
dylni
-6
/
+87
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
[prev]