| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |