| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+1 |
| 2020-12-06 | Remove unused feature gate | Albin Hedman | -1/+0 |
| 2020-12-05 | Still unable to get the tests working | Albin Hedman | -0/+2 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+4 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+1 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -0/+2 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -0/+1 |
| 2020-11-08 | Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus | Mara Bos | -0/+1 |
| 2020-11-04 | Constantify `UnsafeCell::into_inner` and related | Benoît du Garreau | -0/+1 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -0/+1 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -0/+2 |
| 2020-09-24 | move test to intergrated test in library/core | Lzu Tao | -0/+2 |
| 2020-09-22 | add array from_ref | Bastian Kauschke | -0/+1 |
| 2020-09-21 | Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morse | ecstatic-morse | -0/+3 |
| 2020-09-20 | Add advance_by and advance_back_by | Tim Vermeulen | -0/+1 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -0/+1 |
| 2020-09-18 | Make some methods of `Pin<&mut T>` unstable const | Christiaan Dirkx | -0/+1 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -0/+1 |