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
/
tests
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-31
Move to the top of file
Katherine Philip
-2
/
+1
2021-08-30
Add test case for using `slice::fill` with MaybeUninit
Katherine Philip
-0
/
+9
2021-08-09
add `windows` count test
lcnr
-0
/
+8
2021-07-22
Add tests
Tim Vermeulen
-0
/
+42
2021-04-13
Implement indexing slices with pairs of ops::Bound<usize>
AnthonyMikh
-0
/
+43
2021-02-27
Fix `binary_search_by()` overflow issue in ZST case
Folyd
-0
/
+13
2021-01-30
Simplify binary search logic to full branch code to let CPU guessing branch m...
Folyd
-1
/
+1
2021-01-30
Improve slice.binary_search_by()'s best-case performance to O(1)
Folyd
-4
/
+4
2020-10-20
Check for exhaustion in SliceIndex for RangeInclusive
Josh Stone
-0
/
+30
2020-10-12
Stabilize slice_select_nth_unstable
James Gill
-16
/
+16
2020-09-25
review: fix nits and move panic safety tests to the correct place
Alexis Bourget
-2
/
+1
2020-09-21
Move vec-slice-drop test
Alexis Bourget
-0
/
+29
2020-09-16
Add array window fn
kadmin
-0
/
+49
2020-09-04
Add tests for array_chunks_mut
Josh Stone
-0
/
+93
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-2
/
+2
2020-08-19
enable align_to tests in Miri
Ralf Jung
-2
/
+0
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-2
/
+2
2020-08-03
Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum
Yuki Okushi
-3
/
+3
2020-07-31
expand comments
Ralf Jung
-1
/
+1
2020-07-31
also reduce some libcore test iteration counts
Ralf Jung
-2
/
+2
2020-07-30
add tests for array_chunks
Bastian Kauschke
-0
/
+91
2020-07-27
mv std libs to library/
mark
-0
/
+1751