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
2025-03-07
Move all alloc integration tests to a new alloctests crate
bjorn3
-1668
/
+0
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2025-01-24
Remove a bunch of emscripten test ignores
bjorn3
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+2
2023-11-07
Stabilize `slice_group_by`
Niklas Fiekas
-8
/
+8
2023-06-13
ignore core, alloc and test tests that require unwinding on panic=abort
Pietro Albini
-0
/
+1
2023-04-26
Spelling library/
Josh Soref
-21
/
+21
2023-01-04
Update rand in the stdlib tests, and remove the getrandom feature from it
Thom Chiovoloni
-348
/
+1
2022-05-29
Use Box::new() instead of box syntax in alloc tests
est31
-7
/
+7
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-6
/
+6
2022-01-08
Change panic::update_hook to simplify usage
Badel2
-6
/
+4
2022-01-07
Implement panic::update_hook
Badel2
-6
/
+7
2021-10-12
Make split_inclusive() on an empty slice yield an empty output
Martin von Zweigbergk
-4
/
+4
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