about summary refs log tree commit diff
path: root/library/core/tests/option.rs
AgeCommit message (Expand)AuthorLines
2021-08-29const fn for option copied, take & replace + testsLamb-0/+13
2021-08-09Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t...Chase Wilson-1/+33
2021-05-06Simple library test updatesScott McMurray-12/+0
2021-01-10Add `unwrap_unchecked()` methods for `Option` and `Result`Miguel Ojeda-0/+7
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+10
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-2/+1
2020-09-21Move more tests using Cell to unit testsAlexis Bourget-0/+31
2020-09-20Move const tests for `Option` to `library\core`Christiaan Dirkx-0/+16
2020-08-30Fix tests using `FixedSizeArray` methods (which are now shadowed)Lukas Kalbertodt-1/+0
2020-07-27mv std libs to library/mark-0/+359