| Age | Commit message (Expand) | Author | Lines |
| 2022-07-21 | add same warning to Result::expect as Result::unwrap | Nathan Stocks | -0/+9 |
| 2022-07-05 | Fix links in std/core documentation | Guillaume Gomez | -3/+3 |
| 2022-05-26 | Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm | Matthias Krüger | -0/+20 |
| 2022-05-25 | update option and result references to expect message docs | Jane Lusby | -3/+9 |
| 2022-05-06 | This is a pretty good start if you ask me | Jane Lusby | -66/+6 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+8 |
| 2022-04-30 | spicy | Jane Losare-Lusby | -25/+43 |
| 2022-04-18 | Update library/core/src/result.rs | Jane Lusby | -1/+1 |
| 2022-04-18 | Update library/core/src/result.rs | Jane Lusby | -1/+1 |
| 2022-04-15 | update docs for option to crossreference to the result docs | Jane Lusby | -7/+7 |
| 2022-04-14 | add should_panic annotations | Jane Lusby | -3/+3 |
| 2022-04-14 | add necessary text attribute to code block of panic output | Jane Lusby | -2/+2 |
| 2022-04-13 | Add section on common message styles for Result::expect | Jane Lusby | -0/+56 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -13/+12 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -3/+3 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -12/+14 |
| 2022-03-11 | Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPC | Dylan DPC | -10/+10 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -12/+12 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -1/+6 |
| 2022-03-09 | Rename is_{some,ok,err}_with to is_{some,ok,err}_and. | Mara Bos | -10/+10 |
| 2022-03-08 | Rollup merge of #92385 - clarfonthey:const_option, r=fee1-dead | Matthias Krüger | -10/+45 |
| 2022-02-12 | Add note on Windows path behaviour | cyqsimon | -0/+1 |
| 2022-02-12 | `Result::and_then`: show type conversion | cyqsimon | -6/+5 |
| 2022-02-12 | `Result::and_then`: improve basic example | cyqsimon | -4/+6 |
| 2022-02-11 | Add negative example for `Result::and_then` | cyqsimon | -2/+6 |
| 2022-02-10 | More practical examples for `Result::and_then` | cyqsimon | -7/+13 |
| 2022-02-07 | Change `ResultShunt` to be generic over `Try` | Scott McMurray | -1/+1 |
| 2022-01-29 | Add Result::{ok, err, and, or, unwrap_or} as const | ltdk | -10/+45 |
| 2022-01-19 | Fix is_some_with tests. | Mara Bos | -5/+8 |
| 2022-01-18 | Improve is_err_with example. | Mara Bos | -6/+8 |
| 2022-01-18 | Add is_some_with tracking issue number. | Mara Bos | -2/+2 |
| 2022-01-18 | Add Result::{is_ok_with, is_err_with}. | Mara Bos | -0/+42 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -5/+5 |
| 2022-01-05 | Rollup merge of #92483 - ksqsf:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2022-01-04 | Stabilize `result_cloned` and `result_copied` | ksqsf | -8/+8 |
| 2022-01-03 | Move `contains` method of Option and Result lower in docs | David Tolnay | -58/+62 |
| 2021-12-30 | Consolidate impl Result<&mut T, E> | David Tolnay | -5/+9 |
| 2021-12-30 | Consolidate impl Result<&T, E> | David Tolnay | -22/+26 |
| 2021-12-30 | Move Result::into_err | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::into_ok | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect_err and Result::unwrap_err | David Tolnay | -56/+60 |
| 2021-12-30 | Move Result::unwrap_or_default | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect and Result::unwrap | David Tolnay | -68/+76 |
| 2021-12-30 | Move Result::as_deref_mut | David Tolnay | -25/+26 |
| 2021-12-30 | Move Result::as_deref | David Tolnay | -23/+24 |
| 2021-12-15 | Auto merge of #91752 - yaahc:track-caller-result, r=cuviper | bors | -0/+1 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -2/+6 |
| 2021-12-12 | Make some `Clone` impls `const` | woppopo | -1/+6 |
| 2021-12-10 | Readd track_caller to Result::from_residual | Jane Lusby | -0/+1 |
| 2021-12-10 | Add separate impl of unwrap_failed to avoid constructing trait objects | Manish Goregaokar | -0/+13 |