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
/
src
/
libcollectionstest
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-1180
/
+0
2017-03-31
Test sort algorithms using a random cmp function
Stjepan Glavina
-1
/
+15
2017-03-21
Implement feature sort_unstable
Stjepan Glavina
-10
/
+4
2017-02-06
Extract collections benchmarks to libcollections/benches
Son
-273
/
+0
2017-02-04
Minor fix in the *_expensive benchmark
Stjepan Glavina
-6
/
+3
2016-12-07
Implement a faster sort algorithm
Stjepan Glavina
-66
/
+88
2016-11-23
core, collections: Implement better .is_empty() for slice and vec iterators
Ulrik Sverdrup
-0
/
+10
2016-10-25
run rustfmt on libcollectionstest
Srinivas Reddy Thatiparthy
-18
/
+18
2016-10-13
Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton
bors
-41
/
+0
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-09-26
Move Vec::dedup tests from slice.rs to vec.rs
Simon Sapin
-29
/
+0
2016-09-26
Remove duplicate test.
Simon Sapin
-12
/
+0
2016-08-16
Add basic unit test for `std::slice::Iter::as_slice`.
Corey Farwell
-0
/
+9
2016-08-16
Implement `AsRef<[T]>` for `std::slice::Iter`.
Corey Farwell
-0
/
+9
2016-05-24
format with [rustfmt_skip] and addressed a few comments
Srinivas Reddy Thatiparthy
-2
/
+0
2016-05-22
run rustfmt on libcollections test module
Srinivas Reddy Thatiparthy
-192
/
+174
2016-04-05
Add test for [u8]'s Ord (and fix the old test for ord)
Ulrik Sverdrup
-6
/
+36
2016-03-28
Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik
Steve Klabnik
-4
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-12
/
+0
2016-03-11
removed integer suffixes in libcollections and libcollectionstest
srinivasreddy
-4
/
+4
2016-02-25
Add unstable copy_from_slice
Nicholas Mazzuca
-0
/
+24
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-0
/
+1
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+0
2015-12-13
restore tests accidentally removed in #30182
Tamir Duberstein
-0
/
+11
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-11
/
+0
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-186
/
+0
2015-07-28
Implement Clone for Box<[T]> where T: Clone
Jonathan Reem
-0
/
+53
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-10
/
+10
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-40
/
+17
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-10
/
+10
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-4
/
+4
2015-04-14
More test fixes
Alex Crichton
-2
/
+2
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-9
/
+9
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-2
/
+2
2015-04-02
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+2
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-12
/
+13
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-1
/
+1
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-56
/
+0
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+1627