| Age | Commit message (Expand) | Author | Lines |
| 2022-10-16 | Make transpose const and inline | Alex Saveau | -0/+1 |
| 2022-10-13 | library: update stdarch submodule | luojia65 | -0/+2 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -0/+1 |
| 2022-10-08 | Remove empty core::lazy and std::lazy | est31 | -2/+0 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2022-09-29 | Stabilize const_char_convert | est31 | -1/+0 |
| 2022-09-29 | Split out from_u32_unchecked from const_char_convert | est31 | -0/+1 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead | fee1-dead | -0/+1 |
| 2022-09-23 | Added const_closure | onestacked | -0/+2 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+1 |
| 2022-09-21 | Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods | Scott McMurray | -0/+1 |
| 2022-09-21 | Auto merge of #100214 - scottmcm:strict-range, r=thomcc | bors | -0/+1 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -0/+1 |
| 2022-09-16 | Add `const_trait` to `Allocator` | Deadbeef | -0/+1 |
| 2022-09-14 | Add const_slice_split_at_mut Feature gate. | onestacked | -0/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -0/+1 |
| 2022-09-07 | Stabilize `#![feature(mixed_integer_ops)]` | Jacob Pratt | -1/+0 |
| 2022-09-04 | Make `char::is_lowercase` and `char::is_uppercase` const | Sage Mitchell | -0/+1 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -0/+2 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -1/+0 |
| 2022-08-26 | Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obk | Yuki Okushi | -0/+1 |
| 2022-08-25 | review | Trevor Spiteri | -1/+1 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -1/+0 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+2 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -0/+2 |
| 2022-08-02 | make slice::{split_at,split_at_unchecked} const functions | Trevor Spiteri | -0/+1 |
| 2022-07-28 | Auto merge of #99182 - RalfJung:mitigate-uninit, r=scottmcm | bors | -0/+1 |
| 2022-07-24 | Constify a few const `(Partial)Ord` impls | Deadbeef | -0/+1 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -1/+0 |
| 2022-07-12 | mem::uninitialized: mitigate many incorrect uses of this function | Ralf Jung | -0/+1 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -1/+1 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -1/+0 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -1/+0 |
| 2022-05-22 | [RFC 2011] Library code | Caio | -0/+1 |
| 2022-05-18 | Stage-step cfgs | Mark Rousskov | -1/+0 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -0/+1 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -0/+2 |
| 2022-04-15 | MaybeUninit array cleanup | ltdk | -0/+1 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -1/+1 |
| 2022-04-14 | Implement `core::ptr::Unique` on top of `NonNull` | Eduardo Sánchez Muñoz | -0/+2 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-07 | Kickstart the inner usage of macro_metavar_expr | Caio | -0/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -7/+2 |
| 2022-04-04 | Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplett | Dylan DPC | -0/+1 |