| Age | Commit message (Expand) | Author | Lines |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -3/+2 |
| 2023-11-17 | Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-Simulacrum | Matthias Krüger | -3/+4 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -3/+2 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -2/+2 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -7/+2 |
| 2023-11-04 | document ABI compatibility | Ralf Jung | -3/+4 |
| 2023-11-03 | Auto merge of #115333 - joshlf:patch-5, r=RalfJung | bors | -9/+15 |
| 2023-10-18 | Stabilize `result_option_inspect` | Slanterns | -7/+2 |
| 2023-10-16 | Add `#[track_caller]` to `Option::unwrap_or_else` | DaniPopes | -0/+1 |
| 2023-10-14 | Guarantee representation of None in NPO | Joshua Liebow-Feeser | -9/+15 |
| 2023-10-06 | Reuse existing `Some`s in `Option::(x)or` | Scott McMurray | -4/+4 |
| 2023-09-28 | stabilize `Option::as_`(`mut_`)`slice` | Andre Bogus | -12/+2 |
| 2023-08-15 | Add alignment to the NPO guarantee | Scott McMurray | -1/+1 |
| 2023-08-07 | Rollup merge of #98935 - kellerkindt:option_retain, r=Mark-Simulacrum | Matthias Krüger | -0/+35 |
| 2023-08-03 | Implement Option::take_if | Michael Watzko | -0/+35 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -0/+1 |
| 2023-06-04 | Rollup merge of #109093 - Dante-Broggi:patch-2, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2023-05-18 | Option::map_or_else: Show an example of integrating with Result | Colin Walters | -1/+20 |
| 2023-05-06 | Remove unneeded calls to `mem::forget` | John Bobbo | -4/+2 |
| 2023-04-29 | Remove unneeded function call in `core::option`. | John Bobbo | -6/+2 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -15/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -100/+27 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -64/+56 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -3/+1 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -30/+0 |
| 2023-03-26 | Auto merge of #109357 - saethlin:inline-as-deref, r=thomcc | bors | -0/+2 |
| 2023-03-19 | Add #[inline] to as_deref | Ben Kimock | -0/+2 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -72/+36 |
| 2023-03-13 | add `#[doc(alias="flatmap")]` to `Option::and_then` | Dante Broggi | -0/+1 |
| 2023-03-12 | Clarify the text of some comments | Scott McMurray | -1/+5 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -37/+79 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+119 |
| 2023-02-15 | Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err` | soc | -30/+0 |
| 2023-02-03 | nit fixed | Ame | -1/+1 |
| 2023-02-03 | Clarifying that .map() returns None if None. | Ame | -2/+4 |
| 2023-01-27 | Link to the LLVM issue from a comment on `SpecOptionPartialEq` | Scott McMurray | -0/+6 |
| 2023-01-18 | Implement `SpecOptionPartialEq` for `cmp::Ordering` | Scott McMurray | -1/+9 |
| 2023-01-14 | Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm | Yuki Okushi | -6/+7 |
| 2022-12-13 | Improve wording for Option and Result | Chris AtLee | -4/+3 |
| 2022-12-13 | Add docs for question mark operator for Option | Chris AtLee | -0/+45 |
| 2022-11-26 | add link for string to as_ref docs | Zachary Mayhew | -0/+1 |
| 2022-11-26 | reword Option::as_ref and Option::map examples | Zachary Mayhew | -6/+6 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+67 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -1/+1 |
| 2022-11-01 | Use `allow_internal_unstable` and add unstable reason | clubby789 | -2/+2 |
| 2022-10-31 | Specialize PartialEq for Option<num::NonZero*> and Option<ptr::NonNull> | clubby789 | -1/+67 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -4/+7 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -2/+2 |
| 2022-10-01 | Change is_some_and to take by value | Cameron Steffen | -5/+8 |