| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-12-02 | Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try | Scott McMurray | -0/+5 |
| 2021-11-28 | add `Option::inspect` and `Result::{inspect, inspect_err}` | Ibraheem Ahmed | -0/+47 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -6/+2 |
| 2021-10-17 | Make Result::as_mut const | woppopo | -1/+2 |
| 2021-10-06 | Rebase Result::map_or_else doc wording on top of #89400. | Orson Peters | -3/+2 |
| 2021-10-04 | Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnay | Jubilee | -4/+4 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -6/+2 |
| 2021-09-30 | Improve wording of `map_or_else` docs | Tyler Hart | -4/+4 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -2/+6 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -5/+5 |
| 2021-09-15 | Fix formatting | Albin Hedman | -1/+3 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -2/+2 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -1/+1 |
| 2021-09-15 | Constly impl TryV2 and FromResidual for Result | Albin Hedman | -2/+4 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -1/+1 |
| 2021-08-01 | Add documentation for the order of Option and Result | Anton Golov | -0/+18 |
| 2021-07-14 | Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplett | bors | -0/+244 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -22/+0 |
| 2021-06-24 | option/result overviews: address feedback | Taylor Yu | -54/+72 |
| 2021-06-20 | add more to result overview | Taylor Yu | -0/+181 |
| 2021-06-12 | updates based on feedback | Taylor Yu | -5/+8 |
| 2021-06-11 | updates based on reviews | Taylor Yu | -9/+10 |
| 2021-06-10 | method overviews for option and result | Taylor Yu | -0/+41 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+1 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -1/+1 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -1/+1 |
| 2021-04-27 | Reorder the parameter descriptions of map_or and map_or_else | Dan Zwell | -5/+5 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -1/+30 |