| Age | Commit message (Expand) | Author | Lines |
| 2023-10-18 | Stabilize `result_option_inspect` | Slanterns | -6/+2 |
| 2023-10-01 | Add track_caller attribute to Result::unwrap_or_else | ravenclaw900 | -0/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -0/+1 |
| 2023-07-16 | Fix typo | Alex Povel | -1/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -2/+2 |
| 2023-04-16 | core is now compilable | Deadbeef | -34/+6 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -35/+21 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -5/+2 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -62/+0 |
| 2023-03-19 | Add #[inline] to as_deref | Ben Kimock | -0/+2 |
| 2023-02-16 | "Basic usage" is redundant for there is just one example | Tshepang Mbambo | -42/+0 |
| 2023-02-15 | Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err` | soc | -62/+0 |
| 2023-02-03 | docs: update fragment for Result impls | Michael Howell | -3/+3 |
| 2022-12-13 | Improve wording for Option and Result | Chris AtLee | -4/+3 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -11/+17 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -4/+4 |
| 2022-10-01 | Change is_some_and to take by value | Cameron Steffen | -7/+13 |
| 2022-09-28 | Update result.rs | Marijn Schouten | -3/+0 |
| 2022-09-23 | Constify Residual behind const_try | onestacked | -1/+2 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -34/+0 |
| 2022-08-23 | Add a warning about `Option/Result::and()` being eagerly evaluated | Chayim Refael Friedman | -0/+5 |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -34/+0 |
| 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 |