summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-10-13switch unicode-data back to 'static'Ralf Jung-0/+1
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-3/+0
2024-10-12library: Stabilize `const_replace`Jubilee Young-1/+0
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-12library: Stabilize `const_intrinsic_forget`Jubilee Young-1/+0
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJungTrevor Gross-1/+0
2024-10-11stabilize duration_consts_floatRalf Jung-1/+0
2024-10-10Stabilise 'const_char_encode_utf8';Gabriel Bjørnager Jensen-1/+0
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-2/+0
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-2/+0
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-2/+0
2024-10-05Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`onestacked-1/+0
2024-10-04Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,...Jubilee-1/+0
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-4/+0
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-1/+0
2024-10-02library: Stabilize `const_unsafecell_get_mut`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_str_from_utf8_unchecked_mut`Jubilee Young-1/+0
2024-10-01Stabilize `const_slice_from_raw_parts_mut`Eduardo Sánchez Muñoz-1/+0
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+0
2024-09-24Auto merge of #130738 - bjoernager:const-make-ascii, r=jhprattbors-0/+2
2024-09-24Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...Gabriel Bjørnager Jensen-0/+2
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet-1/+0
2024-09-23stabilize const_intrinsic_copyRalf Jung-1/+0
2024-09-23random: add tracking issue, address other commentsjoboet-1/+1
2024-09-23std: implement the `random` featurejoboet-0/+2
2024-09-23Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnayMatthias Krüger-0/+1
2024-09-21Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';Gabriel Bjørnager Jensen-0/+1
2024-09-19Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubileebors-1/+0
2024-09-19Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnaybors-0/+1
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-18Mark and implement 'char::encode_utf8' as const.Gabriel Bjørnager Jensen-0/+1
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+1
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-12Stabilize `const_float_classify`Eduardo Sánchez Muñoz-1/+0
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-1/+0
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-1/+2
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-1/+2
2024-09-05update cfgsBoxy-4/+0
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-0/+1
2024-09-01stabilize const_float_bits_convRalf Jung-1/+2
2024-08-25ub_checks intrinsics: fall back to cfg(ub_checks)Ralf Jung-0/+1
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-1/+1
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-1/+1
2024-08-19Stabilize feature `char_indices_offset`Eduardo Sánchez Muñoz-1/+0