about summary refs log tree commit diff
path: root/src/libcollections/tests/string.rs
AgeCommit message (Collapse)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-498/+0
2017-04-24Add Splice forget testMatt Ickstadt-0/+7
2017-04-23Improve splice docs and testsMatt Ickstadt-0/+48
2017-04-23Add Vec::splice and String::spliceSimon Sapin-0/+8
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+435
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.