| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -26/+35 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -26/+35 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -2/+2 |
| 2021-09-15 | Constly impl TryV2 and Residual for Option | Albin Hedman | -2/+4 |
| 2021-09-04 | Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ... | Kevin Reid | -2/+2 |
| 2021-09-04 | Add sentence punctuation and links in `Option` docs. | Kevin Reid | -5/+5 |
| 2021-09-04 | “Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc. | Kevin Reid | -1/+1 |
| 2021-08-30 | use `unwrap_unchecked` where possible | ibraheemdev | -5/+2 |
| 2021-08-29 | const fn for option copied, take & replace + tests | Lamb | -7/+16 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -1/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-09 | Added tracking issue to unstable attribute | Chase Wilson | -1/+1 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+2 |
| 2021-08-09 | Added the `Option::unzip()` method | Chase Wilson | -0/+25 |
| 2021-08-01 | Add documentation for the order of Option and Result | Anton Golov | -0/+13 |