summary refs log tree commit diff
path: root/src/libcollections/benches/lib.rs
AgeCommit message (Expand)AuthorLines
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+1
2017-05-05Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]>Scott McMurray-0/+2
2017-03-21Implement feature sort_unstableStjepan Glavina-0/+1
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+24