summary refs log tree commit diff
path: root/src/libcollections/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2017-06-03Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichtonbors-0/+2
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-1/+1
2017-06-02Add test for vecs with overaligned dataPeter Atashian-0/+2
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+1
2017-05-31Avoid range::step_by in another testScott McMurray-1/+1
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+1
2017-05-20Stabilize library features for 1.18.0Steven Fackler-1/+0
2017-04-23Add Vec::splice and String::spliceSimon Sapin-0/+1
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-1/+0
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+54