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
/
src
/
liballoc
/
tests
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-17
test sort_unstable in Miri
Ralf Jung
-3
/
+3
2019-04-16
Miri now supports entropy, but is still slow
Ralf Jung
-6
/
+15
2019-03-10
enabled too many tests
Ralf Jung
-0
/
+2
2019-03-10
we can now skip should_panic tests with the libtest harness
Ralf Jung
-18
/
+0
2019-02-13
review failures in heap, slice, vec
Ralf Jung
-2
/
+20
2019-02-09
Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum
Mazdak Farrokhzad
-0
/
+2
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+2
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-15
/
+11
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-13
/
+16
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-10-18
Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()
Sebastian Dröge
-2
/
+114
2018-09-24
Rename slice::exact_chunks() to slice::chunks_exact()
Sebastian Dröge
-15
/
+15
2018-09-04
Breaking change upgrades
Mark Rousskov
-2
/
+3
2018-07-27
Incorporate a stray test
Shotaro Yamada
-0
/
+11
2018-06-01
add more join tests
Emerentius
-0
/
+9
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-0
/
+1
2018-03-27
Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss
kennytm
-3
/
+16
2018-03-19
Add stability test for sort_by_cached_key
varkor
-3
/
+8
2018-03-17
update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics)
Niv Kaminer
-1
/
+1
2018-03-16
Add sort_by_cached_key method
varkor
-3
/
+6
2018-03-16
Add a test for sort_by_key
varkor
-0
/
+5
2018-03-11
Update Cargo submodule
Alex Crichton
-0
/
+165
2018-01-15
Rollup merge of #47126 - sdroege:exact-chunks, r=bluss
kennytm
-2
/
+58
2018-01-13
Add unit tests for exact_chunks/exact_chunks_mut
Sebastian Dröge
-0
/
+56
2018-01-13
Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit test
Sebastian Dröge
-2
/
+2
2017-12-24
Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.
Corey Farwell
-8
/
+43
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-1
/
+2
2017-06-24
Improve sort tests and benchmarks
Stjepan Glavina
-12
/
+38
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+1225