| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -416/+0 | |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -58/+27 | |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+22 | |
| Add method Result::into_ok Implementation of https://github.com/rust-lang/rfcs/pull/2799 Tracking issue #61695 | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -33/+19 | |
| 2019-12-22 | Rename Result::unwrap_infallible to into_ok | Mikhail Zabaluev | -3/+3 | |
| 2019-12-22 | libcore: test Result::unwrap_infallible | Mikhail Zabaluev | -0/+22 | |
| 2019-07-18 | renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per ↵ | Brad Gibson | -32/+153 | |
| discussion https://github.com/rust-lang/rust/issues/50264 | ||||
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -3/+0 | |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -3/+3 | |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -3/+5 | |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 | |
| 2018-06-01 | Fix ambiguity in Result test | Clar Charr | -2/+4 | |
| 2018-05-02 | Added comments providing justification for support of calling deref_* with ↵ | Brad Gibson | -1/+5 | |
| wrong variant | ||||
| 2018-04-30 | fixed some and added more tests | Brad Gibson | -17/+85 | |
| 2018-04-26 | added DerefOption and DerefResult + tests to std | Brad Gibson | -0/+21 | |
| 2017-09-27 | Rename option::Missing to NoneError | Hunter Praska | -1/+1 | |
| 2017-09-27 | Add tests for Option and Result Try impl | Hunter Praska | -0/+29 | |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+204 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
