| Age | Commit message (Expand) | Author | Lines |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -27/+48 |
| 2022-03-18 | Document that `Option<extern "abi" fn>` discriminant elision applies for any ABI | Daniel Henry-Mantilla | -1/+3 |
| 2022-03-11 | Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-03-09 | Rename is_{some,ok,err}_with to is_{some,ok,err}_and. | Mara Bos | -5/+5 |
| 2022-02-12 | `Option::and_then` basic example: show failure | cyqsimon | -3/+6 |
| 2022-02-10 | Use 0-based idx for array content | cyqsimon | -2/+2 |
| 2022-02-10 | More practical examples for `Option::and_then` | cyqsimon | -6/+15 |
| 2022-02-07 | Change `ResultShunt` to be generic over `Try` | Scott McMurray | -2/+2 |
| 2022-01-19 | Fix is_some_with tests. | Mara Bos | -3/+5 |
| 2022-01-18 | Add is_some_with tracking issue number. | Mara Bos | -1/+1 |
| 2022-01-18 | Add Option::is_some_with. | Mara Bos | -0/+21 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -5/+5 |
| 2022-01-03 | Move `contains` method of Option and Result lower in docs | David Tolnay | -30/+30 |
| 2021-12-30 | Consolidate impl Option<&mut T> | David Tolnay | -4/+5 |
| 2021-12-30 | Consolidate impl Option<&T> | David Tolnay | -28/+29 |
| 2021-12-30 | Move Option::as_deref_mut | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::as_deref | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::unwrap_or_default | David Tolnay | -41/+39 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -2/+4 |
| 2021-12-17 | Point to the tracking issue | Deadbeef | -28/+28 |
| 2021-12-17 | Constify (most) `Option` methods | Deadbeef | -51/+191 |
| 2021-12-13 | core: minor `Option` doc correction | Andy Russell | -2/+2 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -1/+3 |
| 2021-12-11 | Rollup merge of #91737 - Manishearth:panic-immediate-stdlib, r=joshtriplett | Matthias Krüger | -1/+2 |
| 2021-12-12 | Make some `Clone` impls `const` | woppopo | -1/+5 |
| 2021-12-11 | Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay | Matthias Krüger | -4/+19 |
| 2021-12-10 | inline Option panics on panic_immediate_abort | Manish Goregaokar | -1/+2 |
| 2021-12-06 | Add tracking issue number | mbartlett21 | -2/+2 |
| 2021-12-03 | Auto merge of #91286 - scottmcm:residual-trait, r=joshtriplett | bors | -0/+5 |
| 2021-12-03 | Rollup merge of #90269 - woppopo:const_option_expect, r=yaahc | Matthias Krüger | -2/+3 |
| 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/+25 |
| 2021-11-10 | Format | mbartlett21 | -2/+8 |
| 2021-11-10 | Rename `Option::cloned` gate | mbartlett21 | -2/+2 |
| 2021-11-10 | Make `Option::cloned` const fn. | mbartlett21 | -4/+13 |
| 2021-10-31 | Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay | Matthias Krüger | -3/+1 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-26 | Make `Option::expect` const | woppopo | -2/+3 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -3/+1 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -4/+7 |
| 2021-10-17 | Make Option::as_mut const | woppopo | -1/+2 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+2 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+2 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+16 |
| 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 | -4/+2 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -2/+4 |