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
/
alloc
/
tests
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-13
Improve wording, correct -> tight.
Frank Steffahn
-6
/
+6
2021-08-13
Consistent use of `impl Trait` arguments in the test's helper function.
Frank Steffahn
-5
/
+1
2021-08-12
Rewrite test from previous commit but without using macros.
Frank Steffahn
-64
/
+55
2021-08-12
Test and fix size_hint for slice's [r]split* iterators
Frank Steffahn
-0
/
+74
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-1
/
+1
2020-12-10
Update the slice GroupBy/Mut test
Clément Renault
-4
/
+16
2020-12-10
Implement it with only safe code
Clément Renault
-10
/
+29
2020-12-10
Introduce the GroupBy and GroupByMut Iterators
Clément Renault
-0
/
+27
2020-10-17
Move subslice pattern tests to alloc/tests/slice.rs
Alexis Bourget
-0
/
+120
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-0
/
+9
2020-08-12
Put panic code path from `copy_from_slice` into cold function
Lukas Kalbertodt
-2
/
+2
2020-07-31
expand comments
Ralf Jung
-1
/
+1
2020-07-31
reduce slice::panic_safe test size further in Miri
Ralf Jung
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+1771