about summary refs log tree commit diff
path: root/src/libcore/tests/tuple.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-61/+0
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-7/+6
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-1/+1
2019-03-25Refactor tuple comparison testsChris Gregory-20/+24
2018-12-25Remove licensesMark Rousskov-10/+0
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+68
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.