| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -0/+1 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -3/+0 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -1/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | Jubilee Young | -1/+0 |
| 2024-10-11 | Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 | Trevor Gross | -1/+0 |
| 2024-10-11 | Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJung | Trevor Gross | -1/+0 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -1/+0 |
| 2024-10-10 | Stabilise 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -1/+0 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -2/+0 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -2/+0 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -2/+0 |
| 2024-10-05 | Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk` | onestacked | -1/+0 |
| 2024-10-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -1/+0 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -4/+0 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -1/+0 |
| 2024-10-02 | library: Stabilize `const_unsafecell_get_mut` | Jubilee Young | -1/+0 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -1/+0 |
| 2024-10-02 | library: Stabilize `const_str_as_mut` | Jubilee Young | -1/+0 |
| 2024-10-02 | library: Stabilize `const_str_from_utf8_unchecked_mut` | Jubilee Young | -1/+0 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -1/+0 |
| 2024-09-24 | Auto merge of #130738 - bjoernager:const-make-ascii, r=jhpratt | bors | -0/+2 |
| 2024-09-24 | Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]... | Gabriel Bjørnager Jensen | -0/+2 |
| 2024-09-23 | Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnay | Michael Goulet | -1/+0 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -1/+0 |
| 2024-09-23 | random: add tracking issue, address other comments | joboet | -1/+1 |
| 2024-09-23 | std: implement the `random` feature | joboet | -0/+2 |
| 2024-09-23 | Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay | Matthias Krüger | -0/+1 |
| 2024-09-21 | Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw'; | Gabriel Bjørnager Jensen | -0/+1 |
| 2024-09-19 | Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubilee | bors | -1/+0 |
| 2024-09-19 | Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnay | bors | -0/+1 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-18 | Mark and implement 'char::encode_utf8' as const. | Gabriel Bjørnager Jensen | -0/+1 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+1 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -0/+1 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-09-08 | remove const_slice_index annotations, it never had a feature gate anyway | Ralf Jung | -1/+0 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -1/+2 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -1/+2 |
| 2024-09-05 | update cfgs | Boxy | -4/+0 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -0/+1 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -1/+2 |
| 2024-08-25 | ub_checks intrinsics: fall back to cfg(ub_checks) | Ralf Jung | -0/+1 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -1/+1 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -1/+1 |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -1/+0 |