about summary refs log tree commit diff
path: root/src/libcore/tests/array.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-292/+0
2020-05-28Skip leak test on targets without panic=unwindMikail Bagishov-0/+8
2020-05-27Add tests for 'impl Default for [T; N]'Mikail Bagishov-0/+41
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-6/+2
2019-10-24Add unit tests for `array::IntoIter`Lukas Kalbertodt-1/+206
Many tests are based on tests by Josh Stone <cuviper@gmail.com>
2018-12-25Remove licensesMark Rousskov-9/+0
2017-09-24Try to fix array TryFrom testsNikolai Vazquez-1/+1
2017-09-24Add TryFrom tests for array reference typesNikolai Vazquez-0/+23
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+28
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.