| Age | Commit message (Expand) | Author | Lines |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -1/+0 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -1/+0 |
| 2021-05-06 | Simple library test updates | Scott McMurray | -0/+1 |
| 2021-04-25 | Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -1/+0 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -1/+0 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -1/+0 |
| 2021-04-12 | Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-se | bors | -1/+0 |
| 2021-04-11 | stabilize core::array::{from_ref,from_mut} | Waffle | -1/+0 |
| 2021-04-11 | Stabilize nonzero_leading_trailing_zeros | Andreas Jonson | -1/+0 |
| 2021-04-11 | Stabilize feature `duration_saturating_ops` | marmeladema | -1/+0 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -1/+0 |
| 2021-04-08 | Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu | Dylan DPC | -1/+0 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -1/+0 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -1/+0 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -3/+2 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -3/+2 |
| 2021-03-26 | Stabilize `peekable_peek_mut` | Lukas Lueg | -1/+0 |
| 2021-03-25 | Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm | bors | -1/+0 |
| 2021-03-25 | Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay | Yuki Okushi | -1/+0 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -1/+0 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -1/+0 |
| 2021-03-11 | stabilize debug_non_exhaustive | Gus Wynn | -1/+0 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -2/+2 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -0/+1 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -3/+0 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -2/+2 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+4 |
| 2021-02-17 | Rename Result::ok_or_err to Result::into_ok_or_err | Thom Chiovoloni | -1/+1 |
| 2021-02-17 | Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>` | Thom Chiovoloni | -0/+1 |
| 2021-02-15 | Add a ThinBox library as a libcore test for pointer metadata APIs | Simon Sapin | -0/+1 |
| 2021-02-15 | Fix libcore unit tests in stage 0 | Simon Sapin | -1/+1 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+3 |
| 2021-02-12 | stabilize partition_point | VillSnow | -1/+0 |
| 2021-02-06 | Expand the docs for ops::ControlFlow a bit | Scott McMurray | -0/+1 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-27 | Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-01-16 | Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r... | Mara Bos | -0/+1 |
| 2021-01-10 | Add `unwrap_unchecked()` methods for `Option` and `Result` | Miguel Ojeda | -0/+1 |
| 2021-01-04 | TrustedRandomAaccess spec composes incorrectly for nested iter::Zips | The8472 | -0/+1 |
| 2021-01-01 | Add test for MaybeUninit::array_assume_init | CoffeeBlend | -0/+2 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+1 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -0/+1 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-26 | Add tests | Albin Hedman | -0/+7 |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+2 |
| 2020-12-13 | stabilize `peekable_next_if` | Justus K | -1/+0 |