about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Collapse)AuthorLines
2017-04-09Auto merge of #41154 - bluss:slice-rfind, r=alexcrichtonbors-0/+14
Implement .rfind() for slice iterators Iter and IterMut Just like the forward case find, implement rfind explicitly for slice iterators Iter and IterMut.
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+14
Just like the forward case find, implement rfind explicitly
2017-04-07Optimize AtomicBool::fetch_nandStjepan Glavina-1/+14
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+7661
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.