| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | replace placeholder version | Boxy | -1/+1 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -3/+1 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -1/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+2 |
| 2024-07-22 | Start using `#[diagnostic::do_not_recommend]` in the standard library | Georg Semmler | -0/+1 |
| 2024-07-15 | Use Option's discriminant as its size hint | Scott McMurray | -7/+17 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -4/+6 |
| 2024-06-13 | add tracking issue for is_none_or | Ralf Jung | -1/+1 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -0/+26 |
| 2024-06-12 | add is_none_or | Ralf Jung | -0/+26 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -1/+1 |
| 2024-06-06 | Stabilize Option::take_if | Daniel Sedlak | -3/+1 |
| 2024-05-25 | It seems that anchor names are implicitly all lowercase | Lokathor | -1/+1 |
| 2024-05-25 | Fix URL target, it's in the module not the type. | Lokathor | -1/+1 |
| 2024-05-25 | Resolve https://github.com/rust-lang/rust/pull/124870#issuecomment-2128824959 | Lokathor | -0/+3 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -2/+2 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+1 |
| 2024-03-19 | Manually implement `PartialOrd`/`Ord` for `Option` | clubby789 | -2/+31 |
| 2024-03-19 | Remove `SpecOptionPartialEq` | clubby789 | -71/+10 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -12/+13 |
| 2024-02-22 | Add `flatmap`/`flat_map` -> `and_then` suggestions | Esteban Küber | -0/+1 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -12/+13 |
| 2024-02-11 | Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviper | Matthias Krüger | -0/+1 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -5/+10 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+0 |
| 2024-02-09 | Improve Option::inspect docs | Cameron Steffen | -5/+10 |
| 2024-02-08 | Remove a now-obviated debug_assert! | Ben Kimock | -1/+0 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+0 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+1 |
| 2024-01-21 | chore: suggest wrapping in an `assert!()` instead | HTGAzureX1212 | -1/+1 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -2/+10 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -2/+10 |
| 2024-01-14 | Add note on SpecOptionPartialEq to `newtype_index` | clubby789 | -0/+1 |
| 2023-12-22 | update version placeholders | Pietro Albini | -1/+1 |
| 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 |