| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+3 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -1/+7 |
| 2024-11-27 | update cfgs | Boxy | -1/+1 |
| 2024-11-27 | replace placeholder version | Boxy | -4/+4 |
| 2024-11-12 | stabilize const_option_ext | Ralf Jung | -4/+4 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -0/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -4/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -11/+11 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -11/+19 |
| 2024-10-02 | Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev | bors | -0/+24 |
| 2024-09-27 | Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-09-26 | Add `[Option<T>; N]::transpose` | Urgau | -0/+24 |
| 2024-09-22 | make unstable Result::flatten a const fn | Ralf Jung | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-15 | Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -16/+6 |
| 2024-09-09 | Rollup merge of #130090 - RalfJung:result-copied, r=Noratrieb | Jubilee | -2/+2 |
| 2024-09-09 | Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubilee | Jubilee | -2/+1 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -17/+7 |
| 2024-09-08 | move Option::unwrap_unchecked into const_option feature gate | Ralf Jung | -1/+1 |
| 2024-09-08 | Option, Result: put the &mut variants of 'copied' under the same feature as t... | Ralf Jung | -1/+1 |
| 2024-09-08 | add some FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-07 | remove 'const' from 'Option::iter' | Ralf Jung | -2/+1 |
| 2024-09-03 | 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 `option_get_or_insert_default` | Slanterns | -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 |