about summary refs log tree commit diff
path: root/library/core/tests/option.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+0
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-0/+8
2023-04-16fix library and rustdoc testsDeadbeef-5/+19
2022-11-06cfg-step codeMark Rousskov-1/+1
2022-10-09fixup lint nameMaybe Waffle-1/+1
2022-10-09allow `for_loop_over_fallibles` in a `core` testMaybe Waffle-0/+1
2022-05-29Use Box::new() instead of box syntax in core testsest31-2/+2
2021-12-17Constify (most) `Option` methodsDeadbeef-10/+88
2021-10-18Make more `From` impls `const`woppopo-0/+15
2021-10-17Make Option::as_mut constwoppopo-0/+8
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