about summary refs log tree commit diff
path: root/library/core/tests/result.rs
AgeCommit message (Expand)AuthorLines
2022-08-17Remove unstable Result::into_ok_or_errDavid Tolnay-9/+0
2022-05-29Use Box::new() instead of box syntax in core testsest31-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2021-10-17Make Result::as_mut constwoppopo-0/+23
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-05-06Simple library test updatesScott McMurray-14/+16
2021-03-23Add test for Result::into_errLinus Färnstrand-0/+22
2021-02-17Rename Result::ok_or_err to Result::into_ok_or_errThom Chiovoloni-2/+2
2021-02-17Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>`Thom Chiovoloni-0/+9
2021-01-10Add `unwrap_unchecked()` methods for `Option` and `Result`Miguel Ojeda-0/+12
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+38
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-0/+16
2020-09-04Move const tests for `Result` to `library\core`Christiaan Dirkx-0/+16
2020-08-30Fix tests using `FixedSizeArray` methods (which are now shadowed)Lukas Kalbertodt-1/+0
2020-07-31Update testsLzu Tao-118/+9
2020-07-27mv std libs to library/mark-0/+416