about summary refs log tree commit diff
path: root/src/libcollections/tests
AgeCommit message (Expand)AuthorLines
2017-06-03Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichtonbors-0/+17
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-2/+3
2017-06-02Add test for vecs with overaligned dataPeter Atashian-0/+17
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+36
2017-06-01tests: fix fallout from empowering unused_allocation in comparisons.Eduard-Mihai Burtescu-6/+6
2017-05-31Avoid range::step_by in another testScott McMurray-2/+3
2017-05-21Stop returning k from [T]::rotateScott McMurray-2/+1
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+37
2017-05-20Stabilize library features for 1.18.0Steven Fackler-1/+0
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+10
2017-04-24Add Splice forget testMatt Ickstadt-0/+15
2017-04-23Improve splice docs and testsMatt Ickstadt-1/+94
2017-04-23Add Vec::splice and String::spliceSimon Sapin-0/+19
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-38/+0
2017-04-20Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichtonbors-0/+22
2017-04-19specialize Extend for Vec with IntoIterSean McArthur-0/+22
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-0/+10
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+6847